public class SVNSaslAuthenticator extends SVNAuthenticator
FAILURE, STEP, SUCCESS| Constructor and Description |
|---|
SVNSaslAuthenticator(SVNConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
SVNAuthentication |
authenticate(java.util.List mechs,
java.lang.String realm,
SVNRepositoryImpl repository) |
protected javax.security.sasl.SaslClient |
createSaslClient(java.util.List mechs,
java.lang.String realm,
SVNRepositoryImpl repos,
SVNURL location) |
void |
dispose() |
protected void |
setEncryption(SVNRepositoryImpl repository) |
protected boolean |
tryAuthentication(SVNRepositoryImpl repos,
java.lang.String mechName) |
getConnection, getConnectionInputStream, getConnectionOutputStream, getLastError, getPlainInputStream, getPlainOutputStream, setInputStream, setLastError, setOutputStreampublic SVNSaslAuthenticator(SVNConnection connection) throws SVNException
SVNExceptionpublic SVNAuthentication authenticate(java.util.List mechs, java.lang.String realm, SVNRepositoryImpl repository) throws SVNException
authenticate in class SVNAuthenticatorSVNExceptionpublic void dispose()
dispose in class SVNAuthenticatorprotected boolean tryAuthentication(SVNRepositoryImpl repos, java.lang.String mechName) throws javax.security.sasl.SaslException, SVNException
javax.security.sasl.SaslExceptionSVNExceptionprotected void setEncryption(SVNRepositoryImpl repository)
protected javax.security.sasl.SaslClient createSaslClient(java.util.List mechs,
java.lang.String realm,
SVNRepositoryImpl repos,
SVNURL location)
throws SVNException
SVNExceptionCopyright © 2004-2012 TMate Software Ltd. All Rights Reserved.