Package org.acplt.oncrpc
Interface OncRpcAuthStatus
public interface OncRpcAuthStatus
A collection of constants used to identify the authentication status
(or any authentication errors) in ONC/RPC replies of the corresponding
ONC/RPC calls.
- Version:
- $Revision: 1.1.1.1 $ $Date: 2003/08/13 12:03:40 $ $State: Exp $ $Locker: $
- Author:
- Harald Albrecht
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The ONC/RPC server detected a bad credential (that is, the seal was broken).static final int
The ONC/RPC server detected a bad verifier (that is, the seal was broken).static final int
Authentication at the ONC/RPC client failed for an unknown reason.static final int
The ONC/RPC client detected a bogus response verifier.static final int
There is no authentication problem or error.static final int
The ONC/RPC server has rejected the credential and forces the caller to begin a new session.static final int
The ONC/RPC server detected an expired verifier (which can also happen if the verifier was replayed).static final int
The ONC/RPC server rejected the authentication for security reasons.
-
Field Details
-
ONCRPC_AUTH_OK
static final int ONCRPC_AUTH_OKThere is no authentication problem or error.- See Also:
-
ONCRPC_AUTH_BADCRED
static final int ONCRPC_AUTH_BADCREDThe ONC/RPC server detected a bad credential (that is, the seal was broken).- See Also:
-
ONCRPC_AUTH_REJECTEDCRED
static final int ONCRPC_AUTH_REJECTEDCREDThe ONC/RPC server has rejected the credential and forces the caller to begin a new session.- See Also:
-
ONCRPC_AUTH_BADVERF
static final int ONCRPC_AUTH_BADVERFThe ONC/RPC server detected a bad verifier (that is, the seal was broken).- See Also:
-
ONCRPC_AUTH_REJECTEDVERF
static final int ONCRPC_AUTH_REJECTEDVERFThe ONC/RPC server detected an expired verifier (which can also happen if the verifier was replayed).- See Also:
-
ONCRPC_AUTH_TOOWEAK
static final int ONCRPC_AUTH_TOOWEAKThe ONC/RPC server rejected the authentication for security reasons.- See Also:
-
ONCRPC_AUTH_INVALIDRESP
static final int ONCRPC_AUTH_INVALIDRESPThe ONC/RPC client detected a bogus response verifier.- See Also:
-
ONCRPC_AUTH_FAILED
static final int ONCRPC_AUTH_FAILEDAuthentication at the ONC/RPC client failed for an unknown reason.- See Also:
-