Class StoreTimeBeforeExpiration
- java.lang.Object
-
- org.apache.directory.api.asn1.ber.grammar.GrammarAction<E>
-
- org.apache.directory.api.asn1.actions.AbstractReadInteger<PasswordPolicyResponseContainer>
-
- org.apache.directory.api.ldap.extras.controls.ppolicy_impl.StoreTimeBeforeExpiration
-
- All Implemented Interfaces:
Action<PasswordPolicyResponseContainer>
public class StoreTimeBeforeExpiration extends AbstractReadInteger<PasswordPolicyResponseContainer>
The action used to store the TimeBeforeExpiration- Author:
- Apache Directory Project
-
-
Field Summary
-
Fields inherited from class org.apache.directory.api.asn1.ber.grammar.GrammarAction
name
-
-
Constructor Summary
Constructors Constructor Description StoreTimeBeforeExpiration()Instantiates a new StoreTimeBeforeExpiration action.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidsetIntegerValue(int value, PasswordPolicyResponseContainer ppolicyContainer)set the integer value to the appropriate field of ASN.1 object present in the container-
Methods inherited from class org.apache.directory.api.asn1.actions.AbstractReadInteger
action
-
Methods inherited from class org.apache.directory.api.asn1.ber.grammar.GrammarAction
toString
-
-
-
-
Method Detail
-
setIntegerValue
protected void setIntegerValue(int value, PasswordPolicyResponseContainer ppolicyContainer)set the integer value to the appropriate field of ASN.1 object present in the container- Specified by:
setIntegerValuein classAbstractReadInteger<PasswordPolicyResponseContainer>- Parameters:
value- the integer valueppolicyContainer- the ASN.1 object's container
-
-