|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
com.maverick.ssh2.AuthenticationResult
Throwable class used by the AuthenticationProtocol to indicate that a authentication request has either been completed, failed or cancelled.
| Constructor Summary | |
AuthenticationResult(int result)
Construct an AuthenticationResult |
|
AuthenticationResult(int result,
java.lang.String auths)
Construct an AuthenticationResult |
|
| Method Summary | |
java.lang.String |
getAuthenticationMethods()
Get the authentication methods that can be used. |
int |
getResult()
Get the result of this authentication. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public AuthenticationResult(int result)
result -
public AuthenticationResult(int result,
java.lang.String auths)
result - auths - | Method Detail |
public int getResult()
public java.lang.String getAuthenticationMethods()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||