Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
com.sshtools.j2ssh.authentication.SshAuthenticationClient
com.sshtools.j2ssh.authentication.KBIAuthenticationClient
public class KBIAuthenticationClient
extends SshAuthenticationClient
Method Summary | |
void |
|
boolean | |
String | |
Properties | |
void |
|
void |
|
void |
|
Methods inherited from class com.sshtools.j2ssh.authentication.SshAuthenticationClient | |
authenticate , canAuthenticate , canPrompt , getAuthenticationPrompt , getMethodName , getPersistableProperties , getUsername , reset , setAuthenticationPrompt , setPersistableProperties , setUsername |
public void authenticate(AuthenticationProtocolClient authentication, String serviceToStart) throws TerminatedStateException, java.io.IOException
- Overrides:
- authenticate in interface SshAuthenticationClient
- Parameters:
authentication
-serviceToStart
-
- Throws:
TerminatedStateException
-
public boolean canAuthenticate()
- Overrides:
- canAuthenticate in interface SshAuthenticationClient
- Returns:
public String getMethodName()
- Overrides:
- getMethodName in interface SshAuthenticationClient
- Returns:
public Properties getPersistableProperties()
- Overrides:
- getPersistableProperties in interface SshAuthenticationClient
- Returns:
public void setPersistableProperties(Properties properties)
- Overrides:
- setPersistableProperties in interface SshAuthenticationClient
- Parameters:
properties
-