Uses of Interface
org.apache.syncope.core.provisioning.api.propagation.PropagationActions
Packages that use PropagationActions
Package
Description
-
Uses of PropagationActions in org.apache.syncope.core.provisioning.java.propagation
Classes in org.apache.syncope.core.provisioning.java.propagation that implement PropagationActionsModifier and TypeClassDescriptionclassThis class is required during setup of an External Resource based on the ConnId Azure connector.classPropagate a non-cleartext password out to a resource, if the PropagationManager has not already added a password.classclassThis class is required during setup of an External Resource based on the ConnId GoogleApps connector.classSimple action for propagating group memberships to LDAP groups, when the same resource is configured for both users and groups.classPropagate a non-cleartext password out to a resource, if the PropagationManager has not already added a password.Fields in org.apache.syncope.core.provisioning.java.propagation with type parameters of type PropagationActionsModifier and TypeFieldDescriptionprotected final Map<String, PropagationActions> AbstractPropagationTaskExecutor.perContextActionsMethods in org.apache.syncope.core.provisioning.java.propagation that return types with arguments of type PropagationActionsModifier and TypeMethodDescriptionprotected List<PropagationActions> AbstractPropagationTaskExecutor.getPropagationActions(ExternalResource resource) Method parameters in org.apache.syncope.core.provisioning.java.propagation with type arguments of type PropagationActionsModifier and TypeMethodDescriptionprotected ConnectorObjectAbstractPropagationTaskExecutor.getRemoteObject(PropagationTaskInfo taskInfo, Connector connector, OrgUnit orgUnit, List<PropagationActions> actions, boolean latest) Get remote object for given task.protected ConnectorObjectAbstractPropagationTaskExecutor.getRemoteObject(PropagationTaskInfo taskInfo, Connector connector, Provision provision, List<PropagationActions> actions, boolean latest) Get remote object for given task. -
Uses of PropagationActions in org.apache.syncope.core.provisioning.java.pushpull
Fields in org.apache.syncope.core.provisioning.java.pushpull with type parameters of type PropagationActionsModifier and TypeFieldDescriptionprotected final Map<String, PropagationActions> OutboundMatcher.perContextActionsMethods in org.apache.syncope.core.provisioning.java.pushpull that return types with arguments of type PropagationActionsModifier and TypeMethodDescriptionprotected List<PropagationActions> OutboundMatcher.getPropagationActions(ExternalResource resource) Method parameters in org.apache.syncope.core.provisioning.java.pushpull with type arguments of type PropagationActionsModifier and TypeMethodDescriptionOutboundMatcher.match(PropagationTaskInfo taskInfo, Connector connector, Provision provision, List<PropagationActions> actions, String connObjectKeyValue)