public class SVNSaslAuthenticator extends SVNAuthenticator
FAILURE, STEP, SUCCESS| Constructor and Description |
|---|
SVNSaslAuthenticator(SVNConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
SVNAuthentication |
authenticate(List mechs,
String realm,
SVNRepositoryImpl repository) |
protected SaslClient |
createSaslClient(List mechs,
String realm,
SVNRepositoryImpl repos,
SVNURL location) |
void |
dispose() |
protected void |
setEncryption(SVNRepositoryImpl repository) |
protected boolean |
tryAuthentication(SVNRepositoryImpl repos,
String mechName) |
getConnection, getConnectionInputStream, getConnectionOutputStream, getLastError, getPlainInputStream, getPlainOutputStream, setInputStream, setLastError, setOutputStreampublic SVNSaslAuthenticator(SVNConnection connection) throws SVNException
SVNExceptionpublic SVNAuthentication authenticate(List mechs, String realm, SVNRepositoryImpl repository) throws SVNException
authenticate in class SVNAuthenticatorSVNExceptionpublic void dispose()
dispose in class SVNAuthenticatorprotected boolean tryAuthentication(SVNRepositoryImpl repos, String mechName) throws SaslException, SVNException
SaslExceptionSVNExceptionprotected void setEncryption(SVNRepositoryImpl repository)
protected SaslClient createSaslClient(List mechs, String realm, SVNRepositoryImpl repos, SVNURL location) throws SVNException
SVNExceptionCopyright © 2025. All rights reserved.