Class ExternallyChainedFilter

java.lang.Object
org.identityconnectors.framework.common.objects.filter.ExternallyChainedFilter
All Implemented Interfaces:
Filter
Direct Known Subclasses:
NormalizingFilter

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 Details

    • ExternallyChainedFilter

      public ExternallyChainedFilter(Filter filter)
  • Method Details

    • getFilter

      public Filter getFilter()