Search

Class LdapFilter

Extends java.lang.Object
This class provides a data structure that represents an LDAP search filter. It provides methods for as parsing a filter from a string. See RFC 4515 for more information about representing search filters as strings.

Attributes

None

Methods

Name Returns
create(String filterString) LdapFilter
encodeValue(String value) String
encodeValueBytes(Number[] value) String
toNormalizedString() String
toString() String

Returned by

Method Returns
LdapFilter.create(String filterString) LdapFilter

Referenced in

None