Uses of Class
org.apache.directory.server.kerberos.shared.exceptions.ErrorType

Packages that use ErrorType
org.apache.directory.server.kerberos.shared.exceptions   
org.apache.directory.server.kerberos.shared.service   
 

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
           
static ErrorType ErrorType.KDC_ERR_BADOPTION
           
static ErrorType ErrorType.KDC_ERR_C_OLD_MAST_KVNO
           
static ErrorType ErrorType.KDC_ERR_C_PRINCIPAL_UNKNOWN
           
static ErrorType ErrorType.KDC_ERR_CANNOT_POSTDATE
           
static ErrorType ErrorType.KDC_ERR_CLIENT_NOTYET
           
static ErrorType ErrorType.KDC_ERR_CLIENT_REVOKED
           
static ErrorType ErrorType.KDC_ERR_ETYPE_NOSUPP
           
static ErrorType ErrorType.KDC_ERR_KEY_EXPIRED
           
static ErrorType ErrorType.KDC_ERR_MUST_USE_USER2USER
           
static ErrorType ErrorType.KDC_ERR_NAME_EXP
           
static ErrorType ErrorType.KDC_ERR_NEVER_VALID
           
static ErrorType ErrorType.KDC_ERR_NONE
           
static ErrorType ErrorType.KDC_ERR_NULL_KEY
           
static ErrorType ErrorType.KDC_ERR_PADATA_TYPE_NOSUPP
           
static ErrorType ErrorType.KDC_ERR_PATH_NOT_ACCEPTED
           
static ErrorType ErrorType.KDC_ERR_POLICY
           
static ErrorType ErrorType.KDC_ERR_PREAUTH_FAILED
           
static ErrorType ErrorType.KDC_ERR_PREAUTH_REQUIRED
           
static ErrorType ErrorType.KDC_ERR_PRINCIPAL_NOT_UNIQUE
           
static ErrorType ErrorType.KDC_ERR_S_OLD_MAST_KVNO
           
static ErrorType ErrorType.KDC_ERR_S_PRINCIPAL_UNKNOWN
           
static ErrorType ErrorType.KDC_ERR_SERVER_NOMATCH
           
static ErrorType ErrorType.KDC_ERR_SERVICE_EXP
           
static ErrorType ErrorType.KDC_ERR_SERVICE_NOTYET
           
static ErrorType ErrorType.KDC_ERR_SERVICE_REVOKED
           
static ErrorType ErrorType.KDC_ERR_SUMTYPE_NOSUPP
           
static ErrorType ErrorType.KDC_ERR_SVC_UNAVAILABLE
           
static ErrorType ErrorType.KDC_ERR_TGT_REVOKED
           
static ErrorType ErrorType.KDC_ERR_TRTYPE_NOSUPP
           
static ErrorType ErrorType.KRB_AP_ERR_BAD_INTEGRITY
           
static ErrorType ErrorType.KRB_AP_ERR_BADADDR
           
static ErrorType ErrorType.KRB_AP_ERR_BADDIRECTION
           
static ErrorType ErrorType.KRB_AP_ERR_BADKEYVER
           
static ErrorType ErrorType.KRB_AP_ERR_BADMATCH
           
static ErrorType ErrorType.KRB_AP_ERR_BADORDER
           
static ErrorType ErrorType.KRB_AP_ERR_BADSEQ
           
static ErrorType ErrorType.KRB_AP_ERR_BADVERSION
           
static ErrorType ErrorType.KRB_AP_ERR_INAPP_CKSUM
           
static ErrorType ErrorType.KRB_AP_ERR_METHOD
           
static ErrorType ErrorType.KRB_AP_ERR_MODIFIED
           
static ErrorType ErrorType.KRB_AP_ERR_MSG_TYPE
           
static ErrorType ErrorType.KRB_AP_ERR_MUT_FAIL
           
static ErrorType ErrorType.KRB_AP_ERR_NO_TGT
           
static ErrorType ErrorType.KRB_AP_ERR_NOKEY
           
static ErrorType ErrorType.KRB_AP_ERR_NOT_US
           
static ErrorType ErrorType.KRB_AP_ERR_REPEAT
           
static ErrorType ErrorType.KRB_AP_ERR_SKEW
           
static ErrorType ErrorType.KRB_AP_ERR_TKT_EXPIRED
           
static ErrorType ErrorType.KRB_AP_ERR_TKT_NYV
           
static ErrorType ErrorType.KRB_AP_ERR_USER_TO_USER_REQUIRED
           
static ErrorType ErrorType.KRB_ERR_CANT_VERIFY_CERTIFICATE
           
static ErrorType ErrorType.KRB_ERR_CERTIFICATE_MISMATCH
           
static ErrorType ErrorType.KRB_ERR_CLIENT_NAME_MISMATCH
           
static ErrorType ErrorType.KRB_ERR_CLIENT_NOT_TRUSTED
           
static ErrorType ErrorType.KRB_ERR_FIELD_TOOLONG
           
static ErrorType ErrorType.KRB_ERR_GENERIC
           
static ErrorType ErrorType.KRB_ERR_INVALID_CERTIFICATE
           
static ErrorType ErrorType.KRB_ERR_INVALID_SIG
           
static ErrorType ErrorType.KRB_ERR_KDC_NAME_MISMATCH
           
static ErrorType ErrorType.KRB_ERR_KDC_NOT_TRUSTED
           
static ErrorType ErrorType.KRB_ERR_KEY_TOO_WEAK
           
static ErrorType ErrorType.KRB_ERR_REVOCATION_STATUS_UNAVAILABLE
           
static ErrorType ErrorType.KRB_ERR_REVOCATION_STATUS_UNKNOWN
           
static ErrorType ErrorType.KRB_ERR_REVOKED_CERTIFICATE
           
static ErrorType ErrorType.KRB_ERR_WRONG_REALM
           
 

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.
 

Constructors in org.apache.directory.server.kerberos.shared.exceptions with parameters of type ErrorType
KerberosException(ErrorType errorType)
          Creates a KerberosException with an error type.
KerberosException(ErrorType errorType, byte[] explanatoryData)
          Creates a KerberosException with an error type and data helping to explain what caused this fault.
KerberosException(ErrorType errorType, java.lang.String msg)
          Creates a KerberosException with an error type and a custom error message.
 

Uses of ErrorType in org.apache.directory.server.kerberos.shared.service
 

Methods in org.apache.directory.server.kerberos.shared.service with parameters of type ErrorType
 PrincipalStoreEntry GetPrincipalStoreEntry.getEntry(javax.security.auth.kerberos.KerberosPrincipal principal, PrincipalStore store, ErrorType errorType)
           
 



Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.