public class ExtensibleMatchFilter extends Filter
| Modifier and Type | Field and Description |
|---|---|
private boolean |
dnAttributes
The dnAttributes flag
|
private java.lang.String |
matchingRule
Matching rule
|
private Value<?> |
matchValue
Matching rule value
|
private java.lang.String |
type
Matching rule type
|
| Constructor and Description |
|---|
ExtensibleMatchFilter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMatchingRule()
Get the matchingRule
|
Value<?> |
getMatchValue()
Get the matchValue
|
java.lang.String |
getType()
Get the type
|
boolean |
isDnAttributes()
Get the dnAttributes flag
|
void |
setDnAttributes(boolean dnAttributes)
Set the dnAttributes flag
|
void |
setMatchingRule(java.lang.String matchingRule)
Set the matchingRule
|
void |
setMatchValue(Value<?> matchValue)
Set the matchValue
|
void |
setType(java.lang.String type)
Set the type
|
java.lang.String |
toString()
Return a String representing an extended filter as of RFC 2254
|
private java.lang.String matchingRule
private java.lang.String type
private Value<?> matchValue
private boolean dnAttributes
public boolean isDnAttributes()
public void setDnAttributes(boolean dnAttributes)
dnAttributes - The dnAttributes to set.public java.lang.String getMatchingRule()
public void setMatchingRule(java.lang.String matchingRule)
matchingRule - The matchingRule to set.public Value<?> getMatchValue()
public void setMatchValue(Value<?> matchValue)
matchValue - The matchValue to set.public java.lang.String getType()
public void setType(java.lang.String type)
type - The type to set.public java.lang.String toString()
toString in class java.lang.Object