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 AccountStateAuthenticationResponse. accountStateAccount state.Methods in org.ldaptive.auth that return AccountState Modifier and Type Method Description AccountStateAuthenticationResponse. 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 voidAuthenticationResponse. setAccountState(AccountState state)Sets the account state for the authenticated user.AuthenticationResponse.BuilderAuthenticationResponse.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 classActiveDirectoryAccountStateRepresents the state of an Active Directory account.classEDirectoryAccountStateRepresents the state of an eDirectory account.classFreeIPAAccountStateRepresents the state of a FreeIPA account.classPasswordExpirationAccountStateRepresents the state of an account in a directory that implements: http://tools.ietf.org/html/draft-vchu-ldap-pwd-policy-00.classPasswordPolicyAccountStateRepresents the state of an account as described by a password policy control.
-