org.apache.directory.api.ldap.extras.controls.ppolicy_impl
Class StoreTimeBeforeExpiration

java.lang.Object
  extended by org.apache.directory.api.asn1.ber.grammar.GrammarAction<E>
      extended by org.apache.directory.api.asn1.actions.AbstractReadInteger
          extended by org.apache.directory.api.ldap.extras.controls.ppolicy_impl.StoreTimeBeforeExpiration
All Implemented Interfaces:
Action

public class StoreTimeBeforeExpiration
extends AbstractReadInteger

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
StoreTimeBeforeExpiration()
          Instantiates a new StoreTimeBeforeExpiration action.
 
Method Summary
protected  void setIntegerValue(int value, Asn1Container container)
          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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StoreTimeBeforeExpiration

public StoreTimeBeforeExpiration()
Instantiates a new StoreTimeBeforeExpiration action.

Method Detail

setIntegerValue

protected void setIntegerValue(int value,
                               Asn1Container container)
set the integer value to the appropriate field of ASN.1 object present in the container

Specified by:
setIntegerValue in class AbstractReadInteger
Parameters:
value - the integer value
container - the ASN.1 object's container


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