public abstract class SVNAuthenticator
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
FAILURE |
protected static java.lang.String |
STEP |
protected static java.lang.String |
SUCCESS |
Modifier | Constructor and Description |
---|---|
protected |
SVNAuthenticator(SVNConnection connection) |
Modifier and Type | Method and Description |
---|---|
abstract SVNAuthentication |
authenticate(java.util.List mechs,
java.lang.String realm,
SVNRepositoryImpl repository) |
void |
dispose() |
protected SVNConnection |
getConnection() |
protected java.io.InputStream |
getConnectionInputStream() |
protected java.io.OutputStream |
getConnectionOutputStream() |
protected SVNErrorMessage |
getLastError() |
protected java.io.InputStream |
getPlainInputStream() |
protected java.io.OutputStream |
getPlainOutputStream() |
protected void |
setInputStream(java.io.InputStream is) |
protected void |
setLastError(SVNErrorMessage err) |
protected void |
setOutputStream(java.io.OutputStream os) |
protected static final java.lang.String SUCCESS
protected static final java.lang.String FAILURE
protected static final java.lang.String STEP
protected SVNAuthenticator(SVNConnection connection) throws SVNException
SVNException
protected void setOutputStream(java.io.OutputStream os)
protected void setInputStream(java.io.InputStream is)
protected java.io.InputStream getConnectionInputStream()
protected java.io.OutputStream getConnectionOutputStream()
protected java.io.InputStream getPlainInputStream()
protected java.io.OutputStream getPlainOutputStream()
protected SVNConnection getConnection()
protected SVNErrorMessage getLastError()
public void dispose()
protected void setLastError(SVNErrorMessage err)
public abstract SVNAuthentication authenticate(java.util.List mechs, java.lang.String realm, SVNRepositoryImpl repository) throws SVNException
SVNException
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.