Uses of Class
org.ldaptive.auth.AccountState

Packages that use AccountState
org.ldaptive.auth   
org.ldaptive.auth.ext   
 

Uses of AccountState in org.ldaptive.auth
 

Methods in org.ldaptive.auth that return AccountState
 AccountState AuthenticationResponse.getAccountState()
          Returns the account state associated with the authenticated user.
 

Methods in org.ldaptive.auth with parameters of type AccountState
 void AuthenticationResponse.setAccountState(AccountState state)
          Sets the account state for the authenticated user.
 

Uses of AccountState in org.ldaptive.auth.ext
 

Subclasses of AccountState in org.ldaptive.auth.ext
 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.
 



Copyright © 2003-2017 Virginia Tech. All Rights Reserved.