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, setOutputStream
public SVNSaslAuthenticator(SVNConnection connection) throws SVNException
SVNException
public SVNAuthentication authenticate(List mechs, String realm, SVNRepositoryImpl repository) throws SVNException
authenticate
in class SVNAuthenticator
SVNException
public void dispose()
dispose
in class SVNAuthenticator
protected boolean tryAuthentication(SVNRepositoryImpl repos, String mechName) throws SaslException, SVNException
SaslException
SVNException
protected void setEncryption(SVNRepositoryImpl repository)
protected SaslClient createSaslClient(List mechs, String realm, SVNRepositoryImpl repos, SVNURL location) throws SVNException
SVNException
Copyright © 2022. All rights reserved.