Package org.ldaptive.auth
Interface AccountState.Warning
-
- All Known Implementing Classes:
AccountState.DefaultWarning
- Enclosing class:
- AccountState
public static interface AccountState.WarningContains warning information for an account state.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.time.ZonedDateTimegetExpiration()Returns the expiration.intgetLoginsRemaining()Returns the number of logins remaining until the account locks.
-