public class JDAPFilterExtensible extends JDAPFilter
extensibleMatch [9] AttributeValueAssertion
Constructor and Description |
---|
JDAPFilterExtensible(java.lang.String type,
java.lang.String match)
Constructs extensible match filter.
|
Modifier and Type | Method and Description |
---|---|
BERElement |
getBERElement()
Gets ber representation of the filter.
|
java.lang.String |
toString()
Retrieves the string representation of the filter.
|
getFilter, getFilterComp, getFilterItem, getFilterList
public JDAPFilterExtensible(java.lang.String type, java.lang.String match)
match
- Matching rule assertionpublic BERElement getBERElement()
Extended filter: [type] [':dn'][':'oid]':='value BER: extensibleMatch [9] MatchingRuleAssertion MatchingRuleAssertion ::= SEQUENCE { matchingRule [1] MatchingRuleID OPTIONAL, type [2] AttributeDescription OPTIONAL, matchValue [3] AssertionValue, dnAttributes [4] BOOLEAN DEFAULT FALSE }
getBERElement
in class JDAPFilter
public java.lang.String toString()
toString
in class JDAPFilter