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. -
Uses of AccountState in org.ldaptive.jaas
Fields in org.ldaptive.jaas declared as AccountStateModifier and TypeFieldDescriptionprivate final AccountStateLdapDnPrincipal.accountStateUser account state.private final AccountStateLdapPrincipal.accountStateUser account state.Methods in org.ldaptive.jaas that return AccountStateModifier and TypeMethodDescriptionLdapDnPrincipal.getAccountState()Returns the account state for this ldap principal.LdapPrincipal.getAccountState()Returns the account state for this ldap principal.Constructors in org.ldaptive.jaas with parameters of type AccountStateModifierConstructorDescriptionLdapDnPrincipal(String name, LdapEntry entry, AccountState state) Creates a new ldap principal with the supplied name.LdapPrincipal(String name, LdapEntry entry, AccountState state) Creates a new ldap principal with the supplied name.