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 classDefault warning implementation.Fields in org.ldaptive.auth declared as AccountState.WarningModifier and TypeFieldDescriptionprivate final AccountState.Warning[]AccountState.accountWarningsaccount 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.AccountState(AccountState.Warning[] warnings, AccountState.Error[] errors) Creates a new account state.AccountState(AccountState.Warning warning, AccountState.Error error) Creates a new account state.