Class AttributeFilter
java.lang.Object
org.identityconnectors.framework.common.objects.filter.AttributeFilter
- All Implemented Interfaces:
Filter
- Direct Known Subclasses:
ContainsAllValuesFilter,EqualsFilter,ExtendedMatchFilter,SingleValueAttributeFilter
-
Method Summary
Modifier and TypeMethodDescriptionGet the internal attribute.getName()Name of the attribute to find in theConnectorObject.booleanisPresent(ConnectorObject obj) Determines if the attribute provided is present in theConnectorObject.
-
Method Details
-
getAttribute
Get the internal attribute. -
getName
Name of the attribute to find in theConnectorObject. -
isPresent
Determines if the attribute provided is present in theConnectorObject.
-