Uses of Interface
org.ldaptive.auth.AccountState.Warning
-
Packages that use AccountState.Warning Package Description org.ldaptive.auth -
-
Uses of AccountState.Warning in org.ldaptive.auth
Classes in org.ldaptive.auth that implement AccountState.Warning Modifier and Type Class Description static class
AccountState.DefaultWarning
Default warning implementation.Fields in org.ldaptive.auth declared as AccountState.Warning Modifier and Type Field Description private AccountState.Warning[]
AccountState. accountWarnings
account warning.Methods in org.ldaptive.auth that return AccountState.Warning Modifier and Type Method Description AccountState.Warning
AccountState. getWarning()
Returns the first account state warning or null if no warnings exist.AccountState.Warning[]
AccountState. getWarnings()
Returns the account state warnings.Constructors in org.ldaptive.auth with parameters of type AccountState.Warning Constructor Description AccountState(AccountState.Warning... warnings)
Creates a new account state.
-