|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ErrorType | |
---|---|
org.apache.directory.server.kerberos.shared | |
org.apache.directory.server.kerberos.shared.exceptions | Provides the root of the exception hierarchy, as well as the enumerator for mapping Kerberos errors to error codes. |
org.apache.directory.server.kerberos.shared.messages.components | Provides major components of Kerberos messages. |
Uses of ErrorType in org.apache.directory.server.kerberos.shared |
---|
Methods in org.apache.directory.server.kerberos.shared with parameters of type ErrorType | |
---|---|
static PrincipalStoreEntry |
KerberosUtils.getEntry(javax.security.auth.kerberos.KerberosPrincipal principal,
PrincipalStore store,
ErrorType errorType)
Get a PrincipalStoreEntry given a principal. |
Uses of ErrorType in org.apache.directory.server.kerberos.shared.exceptions |
---|
Fields in org.apache.directory.server.kerberos.shared.exceptions declared as ErrorType | |
---|---|
static ErrorType |
ErrorType.KDC_ERR_BAD_PVNO
Requested protocol version number not supported. |
static ErrorType |
ErrorType.KDC_ERR_BADOPTION
KDC cannot accommodate requested option. |
static ErrorType |
ErrorType.KDC_ERR_C_OLD_MAST_KVNO
Client's key encrypted in old master key. |
static ErrorType |
ErrorType.KDC_ERR_C_PRINCIPAL_UNKNOWN
Client not found in Kerberos database. |
static ErrorType |
ErrorType.KDC_ERR_CANNOT_POSTDATE
Ticket not eligible for postdating. |
static ErrorType |
ErrorType.KDC_ERR_CANT_VERIFY_CERTIFICATE
Can't verify certificate. |
static ErrorType |
ErrorType.KDC_ERR_CLIENT_NAME_MISMATCH
Client names do not match. |
static ErrorType |
ErrorType.KDC_ERR_CLIENT_NOT_TRUSTED
Client is not trusted. |
static ErrorType |
ErrorType.KDC_ERR_CLIENT_NOTYET
Client not yet valid; try again later. |
static ErrorType |
ErrorType.KDC_ERR_CLIENT_REVOKED
Clients credentials have been revoked. |
static ErrorType |
ErrorType.KDC_ERR_DH_KEY_PARAMETERS_NOT_ACCEPTED
Diffie-Hellman (DH) key parameters not accepted. |
static ErrorType |
ErrorType.KDC_ERR_DIGEST_IN_CERT_NOT_ACCEPTED
Digest in certificate not accepted. |
static ErrorType |
ErrorType.KDC_ERR_DIGEST_IN_SIGNED_DATA_NOT_ACCEPTED
Digest in signed data not accepted. |
static ErrorType |
ErrorType.KDC_ERR_ETYPE_NOSUPP
KDC has no support for encryption type. |
static ErrorType |
ErrorType.KDC_ERR_INCONSISTENT_KEY_PURPOSE
Inconsistent key purpose. |
static ErrorType |
ErrorType.KDC_ERR_INVALID_CERTIFICATE
Invalid certificate. |
static ErrorType |
ErrorType.KDC_ERR_INVALID_SIG
Signature is invalid. |
static ErrorType |
ErrorType.KDC_ERR_KEY_EXPIRED
Password has expired; change password to reset. |
static ErrorType |
ErrorType.KDC_ERR_MUST_USE_USER2USER
Server valid for user2user only. |
static ErrorType |
ErrorType.KDC_ERR_NAME_EXP
Client's entry in database has expired. |
static ErrorType |
ErrorType.KDC_ERR_NEVER_VALID
Requested start time is later than end time. |
static ErrorType |
ErrorType.KDC_ERR_NONE
No error. |
static ErrorType |
ErrorType.KDC_ERR_NULL_KEY
The client or server has a null key. |
static ErrorType |
ErrorType.KDC_ERR_PA_CHECKSUM_MUST_BE_INCLUDED
PA checksum must be included. |
static ErrorType |
ErrorType.KDC_ERR_PADATA_TYPE_NOSUPP
KDC has no support for padata type. |
static ErrorType |
ErrorType.KDC_ERR_PATH_NOT_ACCEPTED
KDC Policy rejects transited path. |
static ErrorType |
ErrorType.KDC_ERR_POLICY
KDC policy rejects request. |
static ErrorType |
ErrorType.KDC_ERR_PREAUTH_FAILED
Pre-authentication information was invalid. |
static ErrorType |
ErrorType.KDC_ERR_PREAUTH_REQUIRED
Additional pre-authentication required. |
static ErrorType |
ErrorType.KDC_ERR_PRINCIPAL_NOT_UNIQUE
Multiple principal entries in database. |
static ErrorType |
ErrorType.KDC_ERR_PUBLIC_KEY_ENCRYPTION_NOT_SUPPORTED
Public key encryption not supported. |
static ErrorType |
ErrorType.KDC_ERR_REVOCATION_STATUS_UNKNOWN
Revocation status unknown. |
static ErrorType |
ErrorType.KDC_ERR_REVOKED_CERTIFICATE
Revoked certificate. |
static ErrorType |
ErrorType.KDC_ERR_S_OLD_MAST_KVNO
Server's key encrypted in old master key. |
static ErrorType |
ErrorType.KDC_ERR_S_PRINCIPAL_UNKNOWN
Server not found in Kerberos database. |
static ErrorType |
ErrorType.KDC_ERR_SERVER_NOMATCH
Requested server and ticket don't match. |
static ErrorType |
ErrorType.KDC_ERR_SERVICE_EXP
Server's entry in database has expired. |
static ErrorType |
ErrorType.KDC_ERR_SERVICE_NOTYET
Server not yet valid; try again later. |
static ErrorType |
ErrorType.KDC_ERR_SERVICE_REVOKED
Credentials for server have been revoked. |
static ErrorType |
ErrorType.KDC_ERR_SUMTYPE_NOSUPP
KDC has no support for checksum type. |
static ErrorType |
ErrorType.KDC_ERR_SVC_UNAVAILABLE
A service is not available. |
static ErrorType |
ErrorType.KDC_ERR_TGT_REVOKED
TGT has been revoked. |
static ErrorType |
ErrorType.KDC_ERR_TRTYPE_NOSUPP
KDC has no support for transited type. |
static ErrorType |
ErrorType.KRB_AP_ERR_BAD_INTEGRITY
Integrity check on decrypted field failed. |
static ErrorType |
ErrorType.KRB_AP_ERR_BADADDR
Incorrect net address. |
static ErrorType |
ErrorType.KRB_AP_ERR_BADDIRECTION
Incorrect message direction. |
static ErrorType |
ErrorType.KRB_AP_ERR_BADKEYVER
Specified version of key is not available. |
static ErrorType |
ErrorType.KRB_AP_ERR_BADMATCH
Ticket and authenticator don't match. |
static ErrorType |
ErrorType.KRB_AP_ERR_BADORDER
Message out of order. |
static ErrorType |
ErrorType.KRB_AP_ERR_BADSEQ
Incorrect sequence number in message. |
static ErrorType |
ErrorType.KRB_AP_ERR_BADVERSION
Protocol version mismatch. |
static ErrorType |
ErrorType.KRB_AP_ERR_INAPP_CKSUM
Inappropriate type of checksum in message. |
static ErrorType |
ErrorType.KRB_AP_ERR_METHOD
Alternative authentication method required. |
static ErrorType |
ErrorType.KRB_AP_ERR_MODIFIED
Message stream modified. |
static ErrorType |
ErrorType.KRB_AP_ERR_MSG_TYPE
Invalid msg type. |
static ErrorType |
ErrorType.KRB_AP_ERR_MUT_FAIL
Mutual authentication failed. |
static ErrorType |
ErrorType.KRB_AP_ERR_NO_TGT
No TGT available to validate USER-TO-USER. |
static ErrorType |
ErrorType.KRB_AP_ERR_NOKEY
Service key not available. |
static ErrorType |
ErrorType.KRB_AP_ERR_NOT_US
The ticket isn't for us. |
static ErrorType |
ErrorType.KRB_AP_ERR_REPEAT
Request is a replay. |
static ErrorType |
ErrorType.KRB_AP_ERR_SKEW
Clock skew too great. |
static ErrorType |
ErrorType.KRB_AP_ERR_TKT_EXPIRED
Ticket expired. |
static ErrorType |
ErrorType.KRB_AP_ERR_TKT_NYV
Ticket not yet valid. |
static ErrorType |
ErrorType.KRB_AP_ERR_USER_TO_USER_REQUIRED
Ticket must be for USER-TO-USER. |
static ErrorType |
ErrorType.KRB_AP_PATH_NOT_ACCEPTED
Policy rejects transited path. |
static ErrorType |
ErrorType.KRB_ERR_CERTIFICATE_MISMATCH
Certificates do not match. |
static ErrorType |
ErrorType.KRB_ERR_FIELD_TOOLONG
Field is too long for this implementation. |
static ErrorType |
ErrorType.KRB_ERR_GENERIC
Generic error (description in e-text). |
static ErrorType |
ErrorType.KRB_ERR_KDC_NAME_MISMATCH
KDC names do not match. |
static ErrorType |
ErrorType.KRB_ERR_KDC_NOT_TRUSTED
KDC is not trusted. |
static ErrorType |
ErrorType.KRB_ERR_RESPONSE_TOO_BIG
Response too big for UDP; retry with TCP. |
static ErrorType |
ErrorType.KRB_ERR_REVOCATION_STATUS_UNAVAILABLE
Revocation status unavailable. |
static ErrorType |
ErrorType.KRB_ERR_WRONG_REALM
Wrong realm. |
Fields in org.apache.directory.server.kerberos.shared.exceptions with type parameters of type ErrorType | |
---|---|
static java.util.List<ErrorType> |
ErrorType.VALUES
A List of all the error type constants. |
Methods in org.apache.directory.server.kerberos.shared.exceptions that return ErrorType | |
---|---|
static ErrorType |
ErrorType.getTypeByOrdinal(int ordinal)
Gets the ordinal by its ordinal value. |
Methods in org.apache.directory.server.kerberos.shared.exceptions with parameters of type ErrorType | |
---|---|
int |
ErrorType.compareTo(ErrorType that)
Compares this type to another object hopefully one that is of the same type. |
Constructors in org.apache.directory.server.kerberos.shared.exceptions with parameters of type ErrorType | |
---|---|
KerberosException(ErrorType errorType)
Creates a KerberosException with an ErrorType . |
|
KerberosException(ErrorType errorType,
byte[] explanatoryData)
Creates a KerberosException with an ErrorType and data helping to
explain what caused this fault. |
|
KerberosException(ErrorType errorType,
byte[] explanatoryData,
java.lang.Throwable cause)
Creates a KerberosException with an ErrorType , data helping to
explain what caused this fault, and an underlying Throwable that caused this fault. |
|
KerberosException(ErrorType errorType,
java.lang.String msg)
Creates a KerberosException with an ErrorType and a custom error message. |
|
KerberosException(ErrorType errorType,
java.lang.String msg,
java.lang.Throwable cause)
Creates a KerberosException with an ErrorType , a custom error message, and an
underlying Throwable that caused this fault. |
|
KerberosException(ErrorType errorType,
java.lang.Throwable cause)
Creates a KerberosException with an ErrorType and an
underlying Throwable that caused this fault. |
Uses of ErrorType in org.apache.directory.server.kerberos.shared.messages.components |
---|
Constructors in org.apache.directory.server.kerberos.shared.messages.components with parameters of type ErrorType | |
---|---|
InvalidTicketException(ErrorType errorType)
|
|
InvalidTicketException(ErrorType errorType,
java.lang.String explanation)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |