Uses of Class
org.ldaptive.auth.AccountState
-
Packages that use AccountState Package Description org.ldaptive.auth org.ldaptive.auth.ext -
-
Uses of AccountState in org.ldaptive.auth
Fields in org.ldaptive.auth declared as AccountState Modifier and Type Field Description private AccountState
AuthenticationResponse. accountState
Account state.Methods in org.ldaptive.auth that return AccountState Modifier and Type Method Description AccountState
AuthenticationResponse. getAccountState()
Returns the account state associated with the authenticated user.Methods in org.ldaptive.auth with parameters of type AccountState Modifier and Type Method Description void
AuthenticationResponse. setAccountState(AccountState state)
Sets the account state for the authenticated user.AuthenticationResponse.Builder
AuthenticationResponse.Builder. state(AccountState state)
-
Uses of AccountState in org.ldaptive.auth.ext
Subclasses of AccountState in org.ldaptive.auth.ext Modifier and Type Class Description class
ActiveDirectoryAccountState
Represents the state of an Active Directory account.class
EDirectoryAccountState
Represents the state of an eDirectory account.class
FreeIPAAccountState
Represents the state of a FreeIPA account.class
PasswordExpirationAccountState
Represents the state of an account in a directory that implements: http://tools.ietf.org/html/draft-vchu-ldap-pwd-policy-00.class
PasswordPolicyAccountState
Represents the state of an account as described by a password policy control.
-