org.apache.directory.shared.ldap.codec.actions
Class ControlValueAction
java.lang.Object
org.apache.directory.shared.asn1.ber.grammar.GrammarAction
org.apache.directory.shared.ldap.codec.actions.ControlValueAction
- All Implemented Interfaces:
- org.apache.directory.shared.asn1.ber.grammar.IAction
public class ControlValueAction
- extends org.apache.directory.shared.asn1.ber.grammar.GrammarAction
The action used to set the value of a control. This is an extension point
where different controls can be plugged in (at least eventually). For now we
hard code controls.
- Author:
- Apache Directory Project
Fields inherited from class org.apache.directory.shared.asn1.ber.grammar.GrammarAction |
name |
Method Summary |
void |
action(org.apache.directory.shared.asn1.ber.IAsn1Container container)
|
Methods inherited from class org.apache.directory.shared.asn1.ber.grammar.GrammarAction |
toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ControlValueAction
public ControlValueAction()
action
public void action(org.apache.directory.shared.asn1.ber.IAsn1Container container)
throws org.apache.directory.shared.asn1.codec.DecoderException,
javax.naming.NamingException
- Throws:
org.apache.directory.shared.asn1.codec.DecoderException
javax.naming.NamingException
Copyright © 2004-2011. All Rights Reserved.