hudson.scm.auth
Interface ISVNAuthenticationManager

All Superinterfaces:
org.tmatesoft.svn.core.auth.ISVNAuthenticationManager

public interface ISVNAuthenticationManager
extends org.tmatesoft.svn.core.auth.ISVNAuthenticationManager

Author:
Steven Christou
See Also:
ISVNAuthenticationManager

Field Summary
 
Fields inherited from interface org.tmatesoft.svn.core.auth.ISVNAuthenticationManager
PASSWORD, SSH, SSL, USERNAME
 
Method Summary
 org.tmatesoft.svn.core.auth.ISVNAuthenticationManager getAuthenticationManager()
          Retrieve the authentication manager.
 void setAuthenticationOutcomeListener(ISVNAuthenticationOutcomeListener listener)
          Set an outcome listener for the authentication manager.
 
Methods inherited from interface org.tmatesoft.svn.core.auth.ISVNAuthenticationManager
acknowledgeAuthentication, acknowledgeTrustManager, getConnectTimeout, getFirstAuthentication, getNextAuthentication, getProxyManager, getReadTimeout, getTrustManager, isAuthenticationForced, setAuthenticationProvider
 

Method Detail

setAuthenticationOutcomeListener

void setAuthenticationOutcomeListener(ISVNAuthenticationOutcomeListener listener)
Set an outcome listener for the authentication manager.

Parameters:
listener -

getAuthenticationManager

org.tmatesoft.svn.core.auth.ISVNAuthenticationManager getAuthenticationManager()
Retrieve the authentication manager.

Returns:
ISVNAuthenticationManager


Copyright © 2004-2013 Hudson. All Rights Reserved.