Package netscape.ldap.client
Class JDAPFilterAVA
java.lang.Object
netscape.ldap.client.JDAPFilter
netscape.ldap.client.JDAPFilterAVA
- Direct Known Subclasses:
JDAPFilterApproxMatch
,JDAPFilterEqualityMatch
,JDAPFilterGreaterOrEqual
,JDAPFilterLessOrEqual
This class implements the attribute value assertion filter.
- Version:
- 1.0
-
Constructor Summary
ConstructorsConstructorDescriptionJDAPFilterAVA
(int tag, JDAPAVA ava) Constructs base filter for other attribute value assertion. -
Method Summary
Modifier and TypeMethodDescriptiongetAVA()
Get attribute value assertion.Gets the ber representation of the filter.Methods inherited from class netscape.ldap.client.JDAPFilter
getFilter, getFilterComp, getFilterItem, getFilterList, toString
-
Constructor Details
-
JDAPFilterAVA
Constructs base filter for other attribute value assertion.- Parameters:
tag
- attribute tagava
- attribute value assertion
-
-
Method Details
-
getAVA
Get attribute value assertion.- Returns:
- value assertion
-
getBERElement
Gets the ber representation of the filter.- Specified by:
getBERElement
in classJDAPFilter
- Returns:
- ber representation
-