|
||||||||||
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.PasswordAuthenticationClient
DOCUMENT ME!
Field Summary | |
protected java.lang.String |
password
DOCUMENT ME! |
Constructor Summary | |
PasswordAuthenticationClient()
|
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 |
setPassword(java.lang.String password)
DOCUMENT ME! |
void |
setPasswordChangePrompt(PasswordChangePrompt changePrompt)
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 |
Field Detail |
protected java.lang.String password
Constructor Detail |
public PasswordAuthenticationClient()
Method Detail |
public final java.lang.String getMethodName()
getMethodName
in class SshAuthenticationClient
public final void setPassword(java.lang.String password)
password
- DOCUMENT ME!public void setPasswordChangePrompt(PasswordChangePrompt changePrompt)
changePrompt
- DOCUMENT ME!public void authenticate(AuthenticationProtocolClient authentication, java.lang.String serviceToStart) throws java.io.IOException, TerminatedStateException
SshAuthenticationClient
authenticate
in class SshAuthenticationClient
authentication
- DOCUMENT ME!serviceToStart
- DOCUMENT ME!
TerminatedStateException
- DOCUMENT ME!
java.io.IOException
- DOCUMENT ME!public java.util.Properties getPersistableProperties()
getPersistableProperties
in class SshAuthenticationClient
public void setPersistableProperties(java.util.Properties properties)
setPersistableProperties
in class SshAuthenticationClient
properties
- DOCUMENT ME!public boolean canAuthenticate()
canAuthenticate
in class SshAuthenticationClient
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |