public interface OncRpcAuthStatus
Modifier and Type | Field and Description |
---|---|
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.
|
static final int ONCRPC_AUTH_OK
static final int ONCRPC_AUTH_BADCRED
static final int ONCRPC_AUTH_REJECTEDCRED
static final int ONCRPC_AUTH_BADVERF
static final int ONCRPC_AUTH_REJECTEDVERF
static final int ONCRPC_AUTH_TOOWEAK
static final int ONCRPC_AUTH_INVALIDRESP
static final int ONCRPC_AUTH_FAILED
Copyright © 2022. All rights reserved.