|
|||||||||||
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.Filter
org.apache.directory.shared.ldap.codec.search.ExtensibleMatchFilter
The search request filter Matching Rule assertion
Field Summary |
Fields inherited from class org.apache.directory.shared.asn1.Asn1Object |
parent |
Constructor Summary | |
ExtensibleMatchFilter()
Creates a new ExtensibleMatchFilter object. |
Method Summary | |
int |
computeLength()
Compute the ExtensibleMatchFilter length ExtensibleMatchFilter : 0xA9 L1 | [+--> 0x81 L3 matchingRule] [+--> 0x82 L4 type] [+--> 0x83 L5 matchValue] [+--> 0x01 0x01 dnAttributes] |
java.nio.ByteBuffer |
encode(java.nio.ByteBuffer buffer)
Encode the ExtensibleMatch Filters to a PDU. |
int |
getExpectedMatchingRuleLength()
get the expectedMatchingRuleLength |
LdapString |
getMatchingRule()
Get the matchingRule |
java.lang.Object |
getMatchValue()
Get the matchValue |
LdapString |
getType()
Get the type |
boolean |
isDnAttributes()
Get the dnAttributes flag |
void |
setDnAttributes(boolean dnAttributes)
Set the dnAttributes flag |
void |
setExpectedMatchingRuleLength(int expectedMatchingRuleLength)
Set the expectedMatchingRuleLength |
void |
setMatchingRule(LdapString matchingRule)
Set the matchingRule |
void |
setMatchValue(java.lang.Object matchValue)
Set the matchValue |
void |
setType(LdapString type)
Set the type |
java.lang.String |
toString()
Return a String representing an extended filter as of RFC 2254 |
Methods inherited from class org.apache.directory.shared.asn1.Asn1Object |
addLength, getCurrentLength, getExpectedLength, getParent, setCurrentLength, setExpectedLength, setParent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ExtensibleMatchFilter()
Method Detail |
public boolean isDnAttributes()
public void setDnAttributes(boolean dnAttributes)
dnAttributes
- The dnAttributes to set.public LdapString getMatchingRule()
public void setMatchingRule(LdapString matchingRule)
matchingRule
- The matchingRule to set.public java.lang.Object getMatchValue()
public void setMatchValue(java.lang.Object matchValue)
matchValue
- The matchValue to set.public LdapString getType()
public void setType(LdapString type)
type
- The type to set.public int getExpectedMatchingRuleLength()
public void setExpectedMatchingRuleLength(int expectedMatchingRuleLength)
expectedMatchingRuleLength
- The expectedMatchingRuleLength to set.public int computeLength()
public java.nio.ByteBuffer encode(java.nio.ByteBuffer buffer) throws org.apache.directory.shared.asn1.codec.EncoderException
buffer
- The buffer where to put the PDU
org.apache.directory.shared.asn1.codec.EncoderException
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |