public class KBIAuthenticationClient extends SshAuthenticationClient
| Constructor and Description |
|---|
KBIAuthenticationClient() |
| Modifier and Type | Method and Description |
|---|---|
void |
authenticate(AuthenticationProtocolClient authentication,
java.lang.String serviceToStart) |
boolean |
canAuthenticate() |
java.lang.String |
getMethodName() |
java.util.Properties |
getPersistableProperties() |
void |
reset() |
void |
setKBIRequestHandler(KBIRequestHandler handler) |
void |
setPersistableProperties(java.util.Properties properties) |
canPrompt, getAuthenticationPrompt, getUsername, setAuthenticationPrompt, setUsernamepublic java.util.Properties getPersistableProperties()
getPersistableProperties in class SshAuthenticationClientpublic void setKBIRequestHandler(KBIRequestHandler handler)
handler - public void reset()
reset in class SshAuthenticationClientpublic void authenticate(AuthenticationProtocolClient authentication, java.lang.String serviceToStart) throws TerminatedStateException, java.io.IOException
authenticate in class SshAuthenticationClientauthentication - serviceToStart - TerminatedStateExceptionjava.io.IOExceptionAuthenticationProtocolExceptionpublic boolean canAuthenticate()
canAuthenticate in class SshAuthenticationClientpublic java.lang.String getMethodName()
getMethodName in class SshAuthenticationClientpublic void setPersistableProperties(java.util.Properties properties)
setPersistableProperties in class SshAuthenticationClientproperties - Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.