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 classAccountState.DefaultWarningDefault warning implementation.Fields in org.ldaptive.auth declared as AccountState.Warning Modifier and Type Field Description private AccountState.Warning[]AccountState. accountWarningsaccount warning.Methods in org.ldaptive.auth that return AccountState.Warning Modifier and Type Method Description AccountState.WarningAccountState. 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.AccountState(AccountState.Warning[] warnings, AccountState.Error[] errors)Creates a new account state.AccountState(AccountState.Warning warning, AccountState.Error error)Creates a new account state.
-