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(List mechs, String realm, SVNRepositoryImpl repos) protected SVNErrorMessageMethods inherited from class org.tmatesoft.svn.core.internal.io.svn.SVNAuthenticator
dispose, getConnection, getConnectionInputStream, getConnectionOutputStream, getLastError, getPlainInputStream, getPlainOutputStream, setInputStream, setLastError, setOutputStream
-
Constructor Details
-
SVNPlainAuthenticator
- Throws:
SVNException
-
-
Method Details
-
authenticate
public SVNAuthentication authenticate(List mechs, String realm, SVNRepositoryImpl repos) throws SVNException - Specified by:
authenticatein classSVNAuthenticator- Throws:
SVNException
-
readAuthResponse
- Throws:
SVNException
-