Class SVNPlainAuthenticator
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.io.svn.SVNAuthenticator
-
- org.tmatesoft.svn.core.internal.io.svn.SVNPlainAuthenticator
-
public class SVNPlainAuthenticator extends SVNAuthenticator
- Version:
- 1.3
-
-
Field Summary
-
Fields inherited from class org.tmatesoft.svn.core.internal.io.svn.SVNAuthenticator
FAILURE, STEP, SUCCESS
-
-
Constructor Summary
Constructors Constructor Description SVNPlainAuthenticator(SVNConnection connection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SVNAuthentication
authenticate(java.util.List mechs, java.lang.String realm, SVNRepositoryImpl repos)
protected SVNErrorMessage
readAuthResponse()
-
Methods inherited from class org.tmatesoft.svn.core.internal.io.svn.SVNAuthenticator
dispose, getConnection, getConnectionInputStream, getConnectionOutputStream, getLastError, getPlainInputStream, getPlainOutputStream, setInputStream, setLastError, setOutputStream
-
-
-
-
Constructor Detail
-
SVNPlainAuthenticator
public SVNPlainAuthenticator(SVNConnection connection) throws SVNException
- Throws:
SVNException
-
-
Method Detail
-
authenticate
public SVNAuthentication authenticate(java.util.List mechs, java.lang.String realm, SVNRepositoryImpl repos) throws SVNException
- Specified by:
authenticate
in classSVNAuthenticator
- Throws:
SVNException
-
readAuthResponse
protected SVNErrorMessage readAuthResponse() throws SVNException
- Throws:
SVNException
-
-