Class AttributeFilter
- java.lang.Object
-
- org.identityconnectors.framework.common.objects.filter.AttributeFilter
-
- All Implemented Interfaces:
Filter
- Direct Known Subclasses:
ContainsAllValuesFilter,EqualsFilter,SingleValueAttributeFilter
public abstract class AttributeFilter extends Object implements Filter
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributegetAttribute()Get the internal attribute.StringgetName()Name of the attribute to find in theConnectorObject.booleanisPresent(ConnectorObject obj)Determines if the attribute provided is present in theConnectorObject.
-
-
-
Method Detail
-
getAttribute
public Attribute getAttribute()
Get the internal attribute.
-
getName
public String getName()
Name of the attribute to find in theConnectorObject.
-
isPresent
public boolean isPresent(ConnectorObject obj)
Determines if the attribute provided is present in theConnectorObject.
-
-