|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.idoox.security.AuthResult
Class used by PrincipalAuthenticator interface to return output parameters
| Field Summary | |
static int |
AUTH_STATUS_CONTINUE
|
static int |
AUTH_STATUS_FAILURE
|
static int |
AUTH_STATUS_SUCCESS
Possible values for the resultCode attribute |
byte[] |
continuationData
Continuation data - used in multi-round authentication process |
Credentials |
creds
Returned credentials (may be incomplete, dependend on the result code) |
RuntimeWrappedException |
errorReason
This exception shows reason of error if resultCode has value AUTH_STATUS_FAILURE. |
int |
resultCode
The result code of the call |
| Constructor Summary | |
AuthResult()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int AUTH_STATUS_SUCCESS
resultCode attribute
public static final int AUTH_STATUS_FAILURE
public static final int AUTH_STATUS_CONTINUE
public int resultCode
public Credentials creds
public byte[] continuationData
public RuntimeWrappedException errorReason
resultCode has value AUTH_STATUS_FAILURE.
Remember that if an exception is instanceof RunimeWrppedException, it is possible to get
unwrapped original exception.
| Constructor Detail |
public AuthResult()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||