Uses of Class
org.apache.directory.server.changepw.exceptions.ErrorType

Packages that use ErrorType
org.apache.directory.server.changepw.exceptions   
 

Uses of ErrorType in org.apache.directory.server.changepw.exceptions
 

Fields in org.apache.directory.server.changepw.exceptions declared as ErrorType
static ErrorType ErrorType.KRB5_KPASSWD_ACCESSDENIED
           
static ErrorType ErrorType.KRB5_KPASSWD_AUTHERROR
           
static ErrorType ErrorType.KRB5_KPASSWD_BAD_VERSION
           
static ErrorType ErrorType.KRB5_KPASSWD_HARDERROR
           
static ErrorType ErrorType.KRB5_KPASSWD_INITIAL_FLAG_NEEDED
           
static ErrorType ErrorType.KRB5_KPASSWD_MALFORMED
           
static ErrorType ErrorType.KRB5_KPASSWD_SOFTERROR
           
static ErrorType ErrorType.KRB5_KPASSWD_UNKNOWN_ERROR
           
 

Methods in org.apache.directory.server.changepw.exceptions that return ErrorType
static ErrorType ErrorType.getTypeByOrdinal(int ordinal)
          Gets the ordinal by its ordinal value.
 

Constructors in org.apache.directory.server.changepw.exceptions with parameters of type ErrorType
ChangePasswordException(ErrorType errorType)
          Creates a ChangePasswordException with an error code and a message.
ChangePasswordException(ErrorType errorType, byte[] explanatoryData)
          Creates a ChangePasswordException with an error code, a message, and data helping to explain what caused this fault.
 



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