|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A collection of constants used to identify the authentication status (or any authentication errors) in ONC/RPC replies of the corresponding ONC/RPC calls.
Field Summary | |
static int |
ONCRPC_AUTH_BADCRED
The ONC/RPC server detected a bad credential (that is, the seal was broken). |
static int |
ONCRPC_AUTH_BADVERF
The ONC/RPC server detected a bad verifier (that is, the seal was broken). |
static int |
ONCRPC_AUTH_FAILED
Authentication at the ONC/RPC client failed for an unknown reason. |
static int |
ONCRPC_AUTH_INVALIDRESP
The ONC/RPC client detected a bogus response verifier. |
static int |
ONCRPC_AUTH_OK
There is no authentication problem or error. |
static int |
ONCRPC_AUTH_REJECTEDCRED
The ONC/RPC server has rejected the credential and forces the caller to begin a new session. |
static int |
ONCRPC_AUTH_REJECTEDVERF
The ONC/RPC server detected an expired verifier (which can also happen if the verifier was replayed). |
static int |
ONCRPC_AUTH_TOOWEAK
The ONC/RPC server rejected the authentication for security reasons. |
Field Detail |
public static final int ONCRPC_AUTH_OK
public static final int ONCRPC_AUTH_BADCRED
public static final int ONCRPC_AUTH_REJECTEDCRED
public static final int ONCRPC_AUTH_BADVERF
public static final int ONCRPC_AUTH_REJECTEDVERF
public static final int ONCRPC_AUTH_TOOWEAK
public static final int ONCRPC_AUTH_INVALIDRESP
public static final int ONCRPC_AUTH_FAILED
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |