Class ExternallyChainedFilter
- java.lang.Object
-
- org.identityconnectors.framework.common.objects.filter.ExternallyChainedFilter
-
- All Implemented Interfaces:
Filter
public abstract class ExternallyChainedFilter extends Object implements Filter
Externally chained filters e.g. the filter implementing case insensitive searches. They are removed from translation. IMPORTANT: Currently, these filters have to be chained at the beginning of the filter tree.- Author:
- mederly
-
-
Constructor Summary
Constructors Constructor Description ExternallyChainedFilter(Filter filter)
-