|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.maverick.ssh1.Ssh1RhostsRsaAuthentication
Provides rhosts rsa authentication for the SSH1 protocol.
Field Summary |
Fields inherited from interface com.maverick.ssh.SshAuthentication |
CANCELLED, COMPLETE, FAILED, FURTHER_AUTHENTICATION_REQUIRED, PUBLIC_KEY_ACCEPTABLE |
Constructor Summary | |
Ssh1RhostsRsaAuthentication()
|
Method Summary | |
java.lang.String |
getClientUsername()
Get the user's username on the client computer |
java.lang.String |
getMethod()
The SSH authentication method name |
SshPrivateKey |
getPrivateKey()
Get the private key used for this authentication |
SshPublicKey |
getPublicKey()
Set the public key used for this authentication |
java.lang.String |
getUsername()
Get the username for this authentication attempt. |
void |
setClientUsername(java.lang.String clientUsername)
Set the user's username on the client computer |
void |
setPrivateKey(SshPrivateKey prv)
Set the private key for the authentication attempt |
void |
setPublicKey(SshPublicKey pub)
Set the public key for the authentication attempt |
void |
setUsername(java.lang.String username)
Set the username for this authentication attempt. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Ssh1RhostsRsaAuthentication()
Method Detail |
public void setUsername(java.lang.String username)
SshAuthentication
setUsername
in interface SshAuthentication
username
- public java.lang.String getUsername()
SshAuthentication
getUsername
in interface SshAuthentication
public java.lang.String getMethod()
SshAuthentication
getMethod
in interface SshAuthentication
public void setPublicKey(SshPublicKey pub)
pub
- public void setPrivateKey(SshPrivateKey prv)
prv
- public void setClientUsername(java.lang.String clientUsername)
clientUsername
- public java.lang.String getClientUsername()
public SshPrivateKey getPrivateKey()
public SshPublicKey getPublicKey()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |