Class SVNAuthenticator
java.lang.Object
org.tmatesoft.svn.core.internal.io.svn.SVNAuthenticator
- Direct Known Subclasses:
SVNPlainAuthenticator
,SVNSaslAuthenticator
- Version:
- 1.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final String
private SVNConnection
private InputStream
private OutputStream
private SVNErrorMessage
private InputStream
private OutputStream
protected static final String
protected static final String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract SVNAuthentication
authenticate
(List mechs, String realm, SVNRepositoryImpl repository) void
dispose()
protected SVNConnection
protected InputStream
protected OutputStream
protected SVNErrorMessage
protected InputStream
protected OutputStream
protected void
protected void
protected void
-
Field Details
-
SUCCESS
- See Also:
-
FAILURE
- See Also:
-
STEP
- See Also:
-
myConnection
-
myConnectionOutputStream
-
myConnectionInputStream
-
myLastError
-
myPlainInputStream
-
myPlainOutputStream
-
-
Constructor Details
-
SVNAuthenticator
- Throws:
SVNException
-
-
Method Details
-
setOutputStream
-
setInputStream
-
getConnectionInputStream
-
getConnectionOutputStream
-
getPlainInputStream
-
getPlainOutputStream
-
getConnection
-
getLastError
-
dispose
public void dispose() -
setLastError
-
authenticate
public abstract SVNAuthentication authenticate(List mechs, String realm, SVNRepositoryImpl repository) throws SVNException - Throws:
SVNException
-