public class DefaultMatchableWrapper extends Object implements IMatchable
| Constructor and Description |
|---|
DefaultMatchableWrapper(Object value)
Constructor to create a matchable wrapper for strings, booleans and numbers
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(ComparativeOperator operator,
String name,
String valueExpression)
returns matchable match to ldap attribute
|
public DefaultMatchableWrapper(Object value)
value - value to wrappublic boolean matches(ComparativeOperator operator, String name, String valueExpression)
IMatchablematches in interface IMatchableoperator - ldap operatorname - name of ldap attributevalueExpression - value of ldap attributeCopyright © 2020. All rights reserved.