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