com.waveset.object
Interface AttributeExpression
- All Known Implementing Classes:
- AttributeCondition, Conjunct, Disjunct, LogicalExpression
- public interface AttributeExpression
Evaluates to true
or false
for a specified set of attribute values.
Field Summary |
static java.lang.String |
code_id
|
code_id
public static final java.lang.String code_id
- See Also:
- Constant Field Values
isMetBy
public boolean isMetBy(WSAttributes attrs)
- Returns:
true
if the attribute expression
evaluates to true for the specified attribute values;
otherwise false
.
toLdapSearchFilter
public java.lang.String toLdapSearchFilter()
- Returns:
- equivalent RFC2254 String Format LDAP Search Filter.