Uses of Interface
org.ldaptive.auth.AccountState.Error
-
Packages that use AccountState.Error Package Description org.ldaptive.auth org.ldaptive.auth.ext org.ldaptive.control -
-
Uses of AccountState.Error in org.ldaptive.auth
Fields in org.ldaptive.auth declared as AccountState.Error Modifier and Type Field Description private AccountState.Error[]
AccountState. accountErrors
account error.Methods in org.ldaptive.auth that return AccountState.Error Modifier and Type Method Description AccountState.Error
AccountState. getError()
Returns the first account state error or null if no errors exist.AccountState.Error[]
AccountState. getErrors()
Returns the account state errors.Constructors in org.ldaptive.auth with parameters of type AccountState.Error Constructor Description AccountState(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.Error Modifier and Type Class Description static class
ActiveDirectoryAccountState.Error
Enum to define active directory errors.static class
EDirectoryAccountState.Error
Enum to define edirectory errors.static class
FreeIPAAccountState.Error
Enum to define FreeIPA errors.static class
PasswordExpirationAccountState.Error
Enum to define password expiration error. -
Uses of AccountState.Error in org.ldaptive.control
Classes in org.ldaptive.control that implement AccountState.Error Modifier and Type Class Description static class
PasswordPolicyControl.Error
Enum for ppolicy errors.
-