org.ldaptive.auth.ext
Class PasswordPolicyAccountState
java.lang.Object
org.ldaptive.auth.AccountState
org.ldaptive.auth.ext.PasswordPolicyAccountState
public class PasswordPolicyAccountState
- extends AccountState
Represents the state of an account as described by a password policy control.
- Version:
- $Revision: 2885 $ $Date: 2014-02-05 16:28:49 -0500 (Wed, 05 Feb 2014) $
- Author:
- Middleware Services
PasswordPolicyAccountState
public PasswordPolicyAccountState(Calendar exp,
int remaining)
- Creates a new password policy account state.
- Parameters:
exp - account expirationremaining - number of logins available
PasswordPolicyAccountState
public PasswordPolicyAccountState(PasswordPolicyControl.Error error)
- Creates a new password policy account state.
- Parameters:
error - containing password policy error details
getPasswordPolicyError
public PasswordPolicyControl.Error getPasswordPolicyError()
- Returns the password policy error for this account state.
- Returns:
- password policy error
Copyright © 2003-2017 Virginia Tech. All Rights Reserved.