Uses of Interface
org.ldaptive.auth.AccountState.Warning
Packages that use AccountState.Warning
-
Uses of AccountState.Warning in org.ldaptive.auth
Classes in org.ldaptive.auth that implement AccountState.WarningModifier and TypeClassDescriptionstatic class
Default warning implementation.Fields in org.ldaptive.auth declared as AccountState.WarningModifier and TypeFieldDescriptionprivate final AccountState.Warning[]
AccountState.accountWarnings
account warning.Methods in org.ldaptive.auth that return AccountState.WarningModifier and TypeMethodDescriptionAccountState.getWarning()
Returns the first account state warning or null if no warnings exist.AccountState.getWarnings()
Returns the account state warnings.Constructors in org.ldaptive.auth with parameters of type AccountState.WarningModifierConstructorDescriptionAccountState
(AccountState.Warning... warnings) Creates a new account state.