Class SVNPlainAuthenticator
java.lang.Object
org.tmatesoft.svn.core.internal.io.svn.SVNAuthenticator
org.tmatesoft.svn.core.internal.io.svn.SVNPlainAuthenticator
- Version:
- 1.3
-
Field Summary
Fields inherited from class org.tmatesoft.svn.core.internal.io.svn.SVNAuthenticator
FAILURE, STEP, SUCCESS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionauthenticate
(java.util.List mechs, java.lang.String realm, SVNRepositoryImpl repos) protected SVNErrorMessage
Methods inherited from class org.tmatesoft.svn.core.internal.io.svn.SVNAuthenticator
dispose, getConnection, getConnectionInputStream, getConnectionOutputStream, getLastError, getPlainInputStream, getPlainOutputStream, setInputStream, setLastError, setOutputStream
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SVNPlainAuthenticator
- Throws:
SVNException
-
-
Method Details
-
authenticate
public SVNAuthentication authenticate(java.util.List mechs, java.lang.String realm, SVNRepositoryImpl repos) throws SVNException - Specified by:
authenticate
in classSVNAuthenticator
- Throws:
SVNException
-
readAuthResponse
- Throws:
SVNException
-