Uses of Class
org.ldaptive.auth.AccountState
Packages that use AccountState
-
Uses of AccountState in org.ldaptive.auth
Fields in org.ldaptive.auth declared as AccountStateModifier and TypeFieldDescriptionprivate AccountState
AuthenticationResponse.accountState
Account state.Methods in org.ldaptive.auth that return AccountStateModifier and TypeMethodDescriptionAuthenticationResponse.getAccountState()
Returns the account state associated with the authenticated user.Methods in org.ldaptive.auth with parameters of type AccountStateModifier and TypeMethodDescriptionvoid
AuthenticationResponse.setAccountState
(AccountState state) Sets the account state for the authenticated user.AuthenticationResponse.Builder.state
(AccountState state) -
Uses of AccountState in org.ldaptive.auth.ext
Subclasses of AccountState in org.ldaptive.auth.extModifier and TypeClassDescriptionclass
Represents the state of an Active Directory account.class
Represents the state of an eDirectory account.class
Represents the state of a FreeIPA account.class
Represents the state of an account in a directory that implements: http://tools.ietf.org/html/draft-vchu-ldap-pwd-policy-00.class
Represents the state of an account as described by a password policy control.