public class ExtensibleMatchFilter extends Filter
| Constructor and Description |
|---|
ExtensibleMatchFilter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMatchingRule()
Get the matchingRule
|
Value<?> |
getMatchValue()
Get the matchValue
|
String |
getType()
Get the type
|
boolean |
isDnAttributes()
Get the dnAttributes flag
|
void |
setDnAttributes(boolean dnAttributes)
Set the dnAttributes flag
|
void |
setMatchingRule(String matchingRule)
Set the matchingRule
|
void |
setMatchValue(Value<?> matchValue)
Set the matchValue
|
void |
setType(String type)
Set the type
|
String |
toString()
Return a String representing an extended filter as of RFC 2254
|
public boolean isDnAttributes()
public void setDnAttributes(boolean dnAttributes)
dnAttributes - The dnAttributes to set.public String getMatchingRule()
public void setMatchingRule(String matchingRule)
matchingRule - The matchingRule to set.public Value<?> getMatchValue()
public void setMatchValue(Value<?> matchValue)
matchValue - The matchValue to set.public String getType()
public void setType(String type)
type - The type to set.Copyright © 2021. All rights reserved.