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