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 AccountStateAuthenticationResponse.accountStateAccount 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 TypeMethodDescriptionvoidAuthenticationResponse.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 TypeClassDescriptionclassRepresents the state of an Active Directory account.classRepresents the state of an eDirectory account.classRepresents the state of a FreeIPA account.classRepresents the state of an account in a directory that implements: http://tools.ietf.org/html/draft-vchu-ldap-pwd-policy-00.classRepresents the state of an account as described by a password policy control.