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.accountErrorsaccount 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.AccountState(AccountState.Warning[] warnings, AccountState.Error[] errors) Creates a new account state.AccountState(AccountState.Warning warning, AccountState.Error error) 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 enumEnum to define active directory errors.static enumEnum to define edirectory errors.static enumEnum to define FreeIPA errors.static enumEnum to define password expiration error. -
Uses of AccountState.Error in org.ldaptive.control
Classes in org.ldaptive.control that implement AccountState.ErrorModifier and TypeClassDescriptionstatic enumEnum for ppolicy errors.