Package netscape.ldap.client
Class JDAPFilterAVA
- java.lang.Object
-
- netscape.ldap.client.JDAPFilter
-
- netscape.ldap.client.JDAPFilterAVA
-
- Direct Known Subclasses:
JDAPFilterApproxMatch,JDAPFilterEqualityMatch,JDAPFilterGreaterOrEqual,JDAPFilterLessOrEqual
public abstract class JDAPFilterAVA extends JDAPFilter
This class implements the attribute value assertion filter.- Version:
- 1.0
-
-
Constructor Summary
Constructors Constructor Description JDAPFilterAVA(int tag, JDAPAVA ava)Constructs base filter for other attribute value assertion.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JDAPAVAgetAVA()Get attribute value assertion.BERElementgetBERElement()Gets the ber representation of the filter.-
Methods inherited from class netscape.ldap.client.JDAPFilter
getFilter, getFilterComp, getFilterItem, getFilterList, toString
-
-
-
-
Constructor Detail
-
JDAPFilterAVA
public JDAPFilterAVA(int tag, JDAPAVA ava)Constructs base filter for other attribute value assertion.- Parameters:
tag- attribute tagava- attribute value assertion
-
-
Method Detail
-
getAVA
public JDAPAVA getAVA()
Get attribute value assertion.- Returns:
- value assertion
-
getBERElement
public BERElement getBERElement()
Gets the ber representation of the filter.- Specified by:
getBERElementin classJDAPFilter- Returns:
- ber representation
-
-