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, setOutputStream
public SVNSaslAuthenticator(SVNConnection connection) throws SVNException
SVNException
public SVNAuthentication authenticate(java.util.List mechs, java.lang.String realm, SVNRepositoryImpl repository) throws SVNException
authenticate
in class SVNAuthenticator
SVNException
public void dispose()
dispose
in class SVNAuthenticator
protected boolean tryAuthentication(SVNRepositoryImpl repos, java.lang.String mechName) throws javax.security.sasl.SaslException, SVNException
javax.security.sasl.SaslException
SVNException
protected void setEncryption(SVNRepositoryImpl repository)
protected javax.security.sasl.SaslClient createSaslClient(java.util.List mechs, java.lang.String realm, SVNRepositoryImpl repos, SVNURL location) throws SVNException
SVNException
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.