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 Stringprivate SVNConnectionprivate InputStreamprivate OutputStreamprivate SVNErrorMessageprivate InputStreamprivate OutputStreamprotected static final Stringprotected static final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract SVNAuthenticationauthenticate(List mechs, String realm, SVNRepositoryImpl repository) voiddispose()protected SVNConnectionprotected InputStreamprotected OutputStreamprotected SVNErrorMessageprotected InputStreamprotected OutputStreamprotected voidprotected voidprotected 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
-