Uses of Interface
org.apache.syncope.core.provisioning.api.propagation.PropagationActions
-
Packages that use PropagationActions Package Description org.apache.syncope.core.provisioning.java.propagation org.apache.syncope.core.provisioning.java.pushpull -
-
Uses of PropagationActions in org.apache.syncope.core.provisioning.java.propagation
Classes in org.apache.syncope.core.provisioning.java.propagation that implement PropagationActions Modifier and Type Class Description classAzurePropagationActionsThis class is required during setup of an External Resource based on the ConnId Azure connector.classDBPasswordPropagationActionsPropagate a non-cleartext password out to a resource, if the PropagationManager has not already added a password.classGenerateRandomPasswordPropagationActionsclassGoogleAppsPropagationActionsThis class is required during setup of an External Resource based on the ConnId GoogleApps connector.classLDAPMembershipPropagationActionsSimple action for propagating group memberships to LDAP groups, when the same resource is configured for both users and groups.classLDAPPasswordPropagationActionsPropagate 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 PropagationActions Modifier and Type Field Description protected Map<String,PropagationActions>AbstractPropagationTaskExecutor. perContextActionsMethods in org.apache.syncope.core.provisioning.java.propagation that return types with arguments of type PropagationActions Modifier and Type Method Description protected List<PropagationActions>AbstractPropagationTaskExecutor. getPropagationActions(ExternalResource resource)Method parameters in org.apache.syncope.core.provisioning.java.propagation with type arguments of type PropagationActions Modifier and Type Method Description protected 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 PropagationActions Modifier and Type Field Description protected Map<String,PropagationActions>OutboundMatcher. perContextActionsMethods in org.apache.syncope.core.provisioning.java.pushpull that return types with arguments of type PropagationActions Modifier and Type Method Description protected List<PropagationActions>OutboundMatcher. getPropagationActions(ExternalResource resource)Method parameters in org.apache.syncope.core.provisioning.java.pushpull with type arguments of type PropagationActions Modifier and Type Method Description List<ConnectorObject>OutboundMatcher. match(PropagationTaskInfo taskInfo, Connector connector, Provision provision, List<PropagationActions> actions, String connObjectKeyValue)
-