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, setUsername
public java.util.Properties getPersistableProperties()
getPersistableProperties
in class SshAuthenticationClient
public void setKBIRequestHandler(KBIRequestHandler handler)
handler
- public void reset()
reset
in class SshAuthenticationClient
public void authenticate(AuthenticationProtocolClient authentication, java.lang.String serviceToStart) throws TerminatedStateException, java.io.IOException
authenticate
in class SshAuthenticationClient
authentication
- serviceToStart
- TerminatedStateException
java.io.IOException
AuthenticationProtocolException
public boolean canAuthenticate()
canAuthenticate
in class SshAuthenticationClient
public java.lang.String getMethodName()
getMethodName
in class SshAuthenticationClient
public void setPersistableProperties(java.util.Properties properties)
setPersistableProperties
in class SshAuthenticationClient
properties
- Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.