Class StoreContextId
- java.lang.Object
-
- org.apache.directory.api.asn1.ber.grammar.GrammarAction<C>
-
- org.apache.directory.api.asn1.actions.AbstractReadOctetString<VirtualListViewRequestContainer>
-
- org.apache.directory.api.ldap.extras.controls.vlv_impl.StoreContextId
-
- All Implemented Interfaces:
Action<VirtualListViewRequestContainer>
public class StoreContextId extends AbstractReadOctetString<VirtualListViewRequestContainer>
The action used to store the ContextId value- Author:
- Apache Directory Project
-
-
Field Summary
-
Fields inherited from class org.apache.directory.api.asn1.ber.grammar.GrammarAction
name
-
-
Constructor Summary
Constructors Constructor Description StoreContextId()Instantiates a new ContextId action.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidsetOctetString(byte[] value, VirtualListViewRequestContainer vlvContainer)Sets the OCTET STRING value to the appropriate field of ASN.1 object present in the container-
Methods inherited from class org.apache.directory.api.asn1.actions.AbstractReadOctetString
action
-
Methods inherited from class org.apache.directory.api.asn1.ber.grammar.GrammarAction
toString
-
-
-
-
Method Detail
-
setOctetString
protected void setOctetString(byte[] value, VirtualListViewRequestContainer vlvContainer)Sets the OCTET STRING value to the appropriate field of ASN.1 object present in the container- Specified by:
setOctetStringin classAbstractReadOctetString<VirtualListViewRequestContainer>- Parameters:
value- the OCTET STRING valuevlvContainer- the ASN.1 object's container
-
-