org.apache.directory.shared.ldap.extras.controls.ppolicy_impl
Class PasswordPolicyContainer

java.lang.Object
  extended by org.apache.directory.shared.asn1.ber.AbstractContainer
      extended by org.apache.directory.shared.ldap.extras.controls.ppolicy_impl.PasswordPolicyContainer
All Implemented Interfaces:
Asn1Container

public class PasswordPolicyContainer
extends AbstractContainer

container for PasswordPolicyResponseControl.

Author:
Apache Directory Project

Field Summary
 
Fields inherited from class org.apache.directory.shared.asn1.ber.AbstractContainer
decodeBytes, grammar, stateStack
 
Constructor Summary
PasswordPolicyContainer(LdapCodecService codec)
           
PasswordPolicyContainer(LdapCodecService codec, PasswordPolicy ppolicyResponse)
           
 
Method Summary
 void clean()
          clean the container
 PasswordPolicyDecorator getPasswordPolicyResponseControl()
           
 void setPasswordPolicyResponseControl(PasswordPolicyDecorator control)
           
 
Methods inherited from class org.apache.directory.shared.asn1.ber.AbstractContainer
getCurrentTLV, getDecodeBytes, getGrammar, getMaxPDUSize, getNewTlvId, getParentTLV, getState, getStream, getTlvId, getTransition, incrementDecodeBytes, isGathering, isGrammarEndAllowed, rewind, setCurrentTLV, setGathering, setGrammarEndAllowed, setMaxPDUSize, setParentTLV, setState, setStream, setTransition, updateParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasswordPolicyContainer

public PasswordPolicyContainer(LdapCodecService codec)

PasswordPolicyContainer

public PasswordPolicyContainer(LdapCodecService codec,
                               PasswordPolicy ppolicyResponse)
Method Detail

getPasswordPolicyResponseControl

public PasswordPolicyDecorator getPasswordPolicyResponseControl()

setPasswordPolicyResponseControl

public void setPasswordPolicyResponseControl(PasswordPolicyDecorator control)

clean

public void clean()
clean the container

Overrides:
clean in class AbstractContainer


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