|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sshtools.j2ssh.authentication.SshAuthenticationClient
com.sshtools.j2ssh.authentication.KBIAuthenticationClient
DOCUMENT ME!
Constructor Summary | |
KBIAuthenticationClient()
|
Method Summary | |
void |
authenticate(AuthenticationProtocolClient authentication,
java.lang.String serviceToStart)
DOCUMENT ME! |
boolean |
canAuthenticate()
DOCUMENT ME! |
java.lang.String |
getMethodName()
DOCUMENT ME! |
java.util.Properties |
getPersistableProperties()
DOCUMENT ME! |
void |
setKBIRequestHandler(KBIRequestHandler handler)
DOCUMENT ME! |
void |
setPersistableProperties(java.util.Properties properties)
DOCUMENT ME! |
Methods inherited from class com.sshtools.j2ssh.authentication.SshAuthenticationClient |
canPrompt, getAuthenticationPrompt, getUsername, setAuthenticationPrompt, setUsername |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public KBIAuthenticationClient()
Method Detail |
public java.util.Properties getPersistableProperties()
getPersistableProperties
in class SshAuthenticationClient
public void setKBIRequestHandler(KBIRequestHandler handler)
handler
- DOCUMENT ME!public void authenticate(AuthenticationProtocolClient authentication, java.lang.String serviceToStart) throws TerminatedStateException, java.io.IOException
authenticate
in class SshAuthenticationClient
authentication
- DOCUMENT ME!serviceToStart
- DOCUMENT ME!
TerminatedStateException
- DOCUMENT ME!
java.io.IOException
- DOCUMENT ME!
AuthenticationProtocolException
- DOCUMENT ME!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
- DOCUMENT ME!
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |