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

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

public class PPolicyInit
extends GrammarAction<Asn1Container>

The action used to initialize the PasswordPolicyResponseControlContainer object

Author:
Apache Directory Project

Field Summary
 
Fields inherited from class org.apache.directory.api.asn1.ber.grammar.GrammarAction
name
 
Constructor Summary
PPolicyInit()
          Instantiates a new PPolicyInit action.
 
Method Summary
 void action(Asn1Container container)
          The action to be executed.
 
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

PPolicyInit

public PPolicyInit()
Instantiates a new PPolicyInit action.

Method Detail

action

public void action(Asn1Container container)
            throws DecoderException
The action to be executed.

Parameters:
container - The container which stores the current data
Throws:
DecoderException - Thrown if something went wrong.


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