Uses of Enum
org.ldaptive.auth.ext.FreeIPAAccountState.Error
Packages that use FreeIPAAccountState.Error
-
Uses of FreeIPAAccountState.Error in org.ldaptive.auth.ext
Fields in org.ldaptive.auth.ext declared as FreeIPAAccountState.ErrorModifier and TypeFieldDescriptionprivate final FreeIPAAccountState.ErrorFreeIPAAccountState.fErrorfreeipa specific enum.Methods in org.ldaptive.auth.ext that return FreeIPAAccountState.ErrorModifier and TypeMethodDescriptionFreeIPAAccountState.getFreeIPAError()Returns the freeipa error for this account state.static FreeIPAAccountState.ErrorFreeIPAAccountState.Error.parse(ResultCode rc, String message) Parses the supplied error messages and returns the corresponding error enum.static FreeIPAAccountState.ErrorFreeIPAAccountState.Error.valueOf(int code) Returns the error for the supplied integer constant.static FreeIPAAccountState.ErrorReturns the enum constant of this type with the specified name.static FreeIPAAccountState.Error[]FreeIPAAccountState.Error.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.ldaptive.auth.ext with parameters of type FreeIPAAccountState.ErrorModifierConstructorDescriptionCreates a new freeipa account state.