|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.shared.asn1.Asn1Object
org.apache.directory.shared.ldap.codec.search.controls.SubEntryControl
public class SubEntryControl
A searchRequest control : SubEntry
Field Summary |
---|
Fields inherited from class org.apache.directory.shared.asn1.Asn1Object |
---|
parent |
Constructor Summary | |
---|---|
SubEntryControl()
Default constructor |
Method Summary | |
---|---|
int |
computeLength()
Compute the SubEntryControl length 0x01 0x01 [0x00|0xFF] |
ByteBuffer |
encode(ByteBuffer buffer)
Encodes the subEntry control. |
boolean |
isVisible()
Check if the subEntry is visible |
void |
setVisibility(boolean visibility)
Set the visibility flag |
String |
toString()
Return a String representing this EntryChangeControl. |
Methods inherited from class org.apache.directory.shared.asn1.Asn1Object |
---|
addLength, getCurrentLength, getExpectedLength, getParent, getTlvId, setCurrentLength, setExpectedLength, setParent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SubEntryControl()
Method Detail |
---|
public boolean isVisible()
public void setVisibility(boolean visibility)
visibility
- The visibility flag : true or falsepublic int computeLength()
computeLength
in class Asn1Object
public ByteBuffer encode(ByteBuffer buffer) throws EncoderException
encode
in class Asn1Object
buffer
- The encoded sink
EncoderException
- If anything goes wrong.public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |