|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.pf.text.BaseMatchRuleParser
org.pf.text.LdapFilterParser
public class LdapFilterParser
An instance of this class can be used to parse an LDAP filter string to a MatchRule.
| Constructor Summary | |
|---|---|
LdapFilterParser()
Initialize the new instance with default values. |
|
| Method Summary | |
|---|---|
MatchRule |
parse(java.lang.String filter)
Parse the given LDAP filter string to a MatchRule object that can be used to check attributes in a Map, if they match the rule (filter). |
static MatchRule |
parseFilter(java.lang.String filter)
Parse the given LDAP filter string to a MatchRule object that can be used to check attributes in a Map, if they match the rule (filter). |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LdapFilterParser()
| Method Detail |
|---|
public static MatchRule parseFilter(java.lang.String filter)
throws MatchRuleParseException
filter - The LDAP search filter
MatchRuleParseException - Each syntax error in the given filter causes
this exception with a short description
of what is wrong
public MatchRule parse(java.lang.String filter)
throws MatchRuleParseException
filter - The LDAP search filter
MatchRuleParseException - Each syntax error in the given filter causes
this exception with a short description
of what is wrong
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||