Uses of Interface
org.apache.syncope.core.provisioning.api.pushpull.ProvisioningActions
-
Packages that use ProvisioningActions Package Description org.apache.syncope.core.provisioning.api.pushpull org.apache.syncope.core.provisioning.java.pushpull org.apache.syncope.fit.core.reference -
-
Uses of ProvisioningActions in org.apache.syncope.core.provisioning.api.pushpull
Classes in org.apache.syncope.core.provisioning.api.pushpull with type parameters of type ProvisioningActions Modifier and Type Class Description classProvisioningProfile<T extends ProvisioningTask<?>,A extends ProvisioningActions>interfaceSyncopeResultHandler<T extends ProvisioningTask<?>,A extends ProvisioningActions>Subinterfaces of ProvisioningActions in org.apache.syncope.core.provisioning.api.pushpull Modifier and Type Interface Description interfacePullActionsInterface for actions to be performed during pull.interfacePushActionsInterface for actions to be performed during push. -
Uses of ProvisioningActions in org.apache.syncope.core.provisioning.java.pushpull
Classes in org.apache.syncope.core.provisioning.java.pushpull with type parameters of type ProvisioningActions Modifier and Type Class Description classAbstractRealmResultHandler<T extends ProvisioningTask<?>,A extends ProvisioningActions>classAbstractSyncopeResultHandler<T extends ProvisioningTask<?>,A extends ProvisioningActions>classSyncopeResultHandlerDispatcher<T extends ProvisioningTask<?>,A extends ProvisioningActions,RA extends SyncopeResultHandler<T,A>>Classes in org.apache.syncope.core.provisioning.java.pushpull that implement ProvisioningActions Modifier and Type Class Description classADMembershipPullActionsSimple action for pulling Active Directory groups memberships to Syncope group memberships, when the same resource is configured for both users and groups.classDBPasswordPullActionsAPullActionsimplementation which allows the ability to import passwords from a Database backend, where the passwords are hashed according to the password cipher algorithm property of the (DB) Connector and HEX-encoded.classLDAPMembershipPullActionsSimple action for pulling LDAP groups memberships to Syncope group memberships, when the same resource is configured for both users and groups.classLDAPPasswordPullActionsAPullActionsimplementation which allows the ability to import passwords from an LDAP backend that are hashed. -
Uses of ProvisioningActions in org.apache.syncope.fit.core.reference
Classes in org.apache.syncope.fit.core.reference that implement ProvisioningActions Modifier and Type Class Description classTestPullActionsTest pull action.
-