public interface ISVNAuthenticationOutcomeListener
| Modifier and Type | Method and Description |
|---|---|
void |
acknowledgeAuthentication(boolean accepted,
String kind,
String realm,
org.tmatesoft.svn.core.SVNErrorMessage errorMessage,
org.tmatesoft.svn.core.auth.SVNAuthentication authentication)
Accepts the given authentication if it was successfully accepted by a
repository server, or not if authentication failed.
|
void acknowledgeAuthentication(boolean accepted,
String kind,
String realm,
org.tmatesoft.svn.core.SVNErrorMessage errorMessage,
org.tmatesoft.svn.core.auth.SVNAuthentication authentication)
throws org.tmatesoft.svn.core.SVNException
accepted - true if
the credential was accepted by the server,
otherwise falsekind - a credential kind (#PASSWORD or #SSH or #USERNAME)realm - a repository authentication realmerrorMessage - the reason of the authentication failureauthentication - a user credential to accept/droporg.tmatesoft.svn.core.SVNExceptionCopyright © 2004-2015 Hudson. All Rights Reserved.