Class StringFilter
java.lang.Object
org.identityconnectors.framework.common.objects.filter.AttributeFilter
org.identityconnectors.framework.common.objects.filter.SingleValueAttributeFilter
org.identityconnectors.framework.common.objects.filter.StringFilter
- All Implemented Interfaces:
Filter
- Direct Known Subclasses:
ContainsFilter,EndsWithFilter,StartsWithFilter
Filter based on strings.
-
Method Summary
Modifier and TypeMethodDescriptionabstract booleanbooleanaccept(ConnectorObject obj) Determines whether the specifiedConnectorObjectmatches this filter.getValue()Get the string value from the afore mentioned attribute.Methods inherited from class org.identityconnectors.framework.common.objects.filter.AttributeFilter
getAttribute, getName, isPresent
-
Method Details
-
getValue
Get the string value from the afore mentioned attribute.- Overrides:
getValuein classSingleValueAttributeFilter- See Also:
-
accept
Description copied from interface:FilterDetermines whether the specifiedConnectorObjectmatches this filter.- Parameters:
obj- - The specified ConnectorObject.- Returns:
trueif the object matches (that is, satisfies all selection criteria of) this filter; otherwisefalse.- Throws:
ClassCastException- if the value from theConnectorObject's attribute of the same name as provided is not a string.- See Also:
-
accept
-