|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use AuthenticationResult | |
|---|---|
| com.maverick.ssh2 | This package contains an SSH2 implementation of the com.maverick.ssh interfaces. |
| Uses of AuthenticationResult in com.maverick.ssh2 |
|---|
| Methods in com.maverick.ssh2 that throw AuthenticationResult | |
|---|---|
void |
Ssh2HostbasedAuthentication.authenticate(AuthenticationProtocol authentication,
java.lang.String servicename)
|
void |
AuthenticationClient.authenticate(AuthenticationProtocol authentication,
java.lang.String servicename)
Perform the authentication according to the specification. |
void |
Ssh2PasswordAuthentication.authenticate(AuthenticationProtocol authentication,
java.lang.String servicename)
Implementation of the authentication method. |
void |
KBIAuthentication.authenticate(AuthenticationProtocol authentication,
java.lang.String servicename)
|
void |
Ssh2PublicKeyAuthentication.authenticate(AuthenticationProtocol authentication,
java.lang.String servicename)
|
byte[] |
AuthenticationProtocol.readMessage()
Read a message from the underlying transport layer. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||