org.apache.directory.shared.ldap.extras.controls
Class PasswordPolicyResponseImpl

java.lang.Object
  extended by org.apache.directory.shared.ldap.extras.controls.PasswordPolicyResponseImpl
All Implemented Interfaces:
PasswordPolicyResponse

public class PasswordPolicyResponseImpl
extends Object
implements PasswordPolicyResponse

A PasswordPolicyResponse.

Version:
$Rev$, $Date$
Author:
Apache Directory Project

Constructor Summary
PasswordPolicyResponseImpl()
           
 
Method Summary
 int getGraceAuthNsRemaining()
          
 PasswordPolicyErrorEnum getPasswordPolicyError()
          
 int getTimeBeforeExpiration()
          
 void setGraceAuthNsRemaining(int graceAuthNsRemaining)
          
 void setPasswordPolicyError(PasswordPolicyErrorEnum ppolicyError)
          
 void setTimeBeforeExpiration(int timeBeforeExpiration)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasswordPolicyResponseImpl

public PasswordPolicyResponseImpl()
Method Detail

getTimeBeforeExpiration

public int getTimeBeforeExpiration()

Specified by:
getTimeBeforeExpiration in interface PasswordPolicyResponse

setTimeBeforeExpiration

public void setTimeBeforeExpiration(int timeBeforeExpiration)

Specified by:
setTimeBeforeExpiration in interface PasswordPolicyResponse

getGraceAuthNsRemaining

public int getGraceAuthNsRemaining()

Specified by:
getGraceAuthNsRemaining in interface PasswordPolicyResponse

setGraceAuthNsRemaining

public void setGraceAuthNsRemaining(int graceAuthNsRemaining)

Specified by:
setGraceAuthNsRemaining in interface PasswordPolicyResponse

getPasswordPolicyError

public PasswordPolicyErrorEnum getPasswordPolicyError()

Specified by:
getPasswordPolicyError in interface PasswordPolicyResponse

setPasswordPolicyError

public void setPasswordPolicyError(PasswordPolicyErrorEnum ppolicyError)

Specified by:
setPasswordPolicyError in interface PasswordPolicyResponse


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.