|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnetscape.ldap.client.JDAPFilter
public abstract class JDAPFilter
This class implements the filter.
Filter ::= CHOICE {
and [0] SET OF Filter,
or [1] SET OF Filter,
not [2] Filter,
equalityMatch [3] AttributeValueAssertion,
substrings [4] SubstringFilter,
greaterOrEqual [5] AttributeValueAssertion,
lessOrEqual [6] AttributeValueAssertion,
present [7] AttributeType,
approxMatch [8] AttributeValueAssertion
}
| Constructor Summary | |
|---|---|
JDAPFilter()
Constructs a empty filter. |
|
| Method Summary | |
|---|---|
abstract BERElement |
getBERElement()
Gets the ber representation of filter. |
static JDAPFilter |
getFilter(java.lang.String filter)
Constructs filter from filter string specified in RFC1558. |
static JDAPFilter |
getFilterComp(java.lang.String f)
Constructs the filter computation. |
static JDAPFilter |
getFilterItem(java.lang.String item)
Gets filter item. |
static JDAPFilter[] |
getFilterList(java.lang.String list)
Parses a list of filters |
abstract java.lang.String |
toString()
Retrieves the string representation of filter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JDAPFilter()
| Method Detail |
|---|
public static JDAPFilter getFilter(java.lang.String filter)
::= '(' ')' ::= | | | ::= '&' ::= '|' ::= '!' ::= | - ::=
| | ::= ::= | | | ::= '=' ::= '~=' ::= '>=' ::= '<=' ::= '=*' ::= '=' ::= NULL | ::= '*' ::= NULL | '*' ::= NULL |
filter - filter string as specified in RFC1558
public static JDAPFilter getFilterComp(java.lang.String f)
f - filter string within brackets
public static JDAPFilter[] getFilterList(java.lang.String list)
list - filter list (i.e. (filter)(filter)...)
public static JDAPFilter getFilterItem(java.lang.String item)
item - filter item string
public abstract BERElement getBERElement()
public abstract java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||