Class DummyPushCorrelationRule

java.lang.Object
org.apache.syncope.fit.core.reference.DummyPushCorrelationRule
All Implemented Interfaces:
PushCorrelationRule

public class DummyPushCorrelationRule extends Object implements PushCorrelationRule
  • Constructor Details

    • DummyPushCorrelationRule

      public DummyPushCorrelationRule()
  • Method Details

    • getFilter

      public Filter getFilter(Any<?> any, ExternalResource resource, Provision provision)
      Description copied from interface: PushCorrelationRule
      Returns a filter to match the given any with a connector object on the external resource identified by the given provision.
      Specified by:
      getFilter in interface PushCorrelationRule
      Parameters:
      any - user, group or any object
      resource - external resource
      provision - resource provision
      Returns:
      filter.