Uses of Interface
org.ldaptive.auth.AccountState.Error
Packages that use AccountState.Error
-
Uses of AccountState.Error in org.ldaptive.auth
Fields in org.ldaptive.auth declared as AccountState.ErrorModifier and TypeFieldDescriptionprivate final AccountState.Error[]
AccountState.accountErrors
account error.Methods in org.ldaptive.auth that return AccountState.ErrorModifier and TypeMethodDescriptionAccountState.getError()
Returns the first account state error or null if no errors exist.AccountState.getErrors()
Returns the account state errors.Constructors in org.ldaptive.auth with parameters of type AccountState.ErrorModifierConstructorDescriptionAccountState
(AccountState.Error... errors) Creates a new account state. -
Uses of AccountState.Error in org.ldaptive.auth.ext
Classes in org.ldaptive.auth.ext that implement AccountState.ErrorModifier and TypeClassDescriptionstatic enum
Enum to define active directory errors.static enum
Enum to define edirectory errors.static enum
Enum to define FreeIPA errors.static enum
Enum to define password expiration error. -
Uses of AccountState.Error in org.ldaptive.control
Classes in org.ldaptive.control that implement AccountState.ErrorModifier and TypeClassDescriptionstatic enum
Enum for ppolicy errors.