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 class
ProvisioningProfile<T extends ProvisioningTask<?>,A extends ProvisioningActions>
interface
SyncopeResultHandler<T extends ProvisioningTask<?>,A extends ProvisioningActions>
Subinterfaces of ProvisioningActions in org.apache.syncope.core.provisioning.api.pushpull Modifier and Type Interface Description interface
PullActions
Interface for actions to be performed during pull.interface
PushActions
Interface 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 class
AbstractRealmResultHandler<T extends ProvisioningTask<?>,A extends ProvisioningActions>
class
AbstractSyncopeResultHandler<T extends ProvisioningTask<?>,A extends ProvisioningActions>
class
SyncopeResultHandlerDispatcher<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 class
ADMembershipPullActions
Simple action for pulling Active Directory groups memberships to Syncope group memberships, when the same resource is configured for both users and groups.class
DBPasswordPullActions
APullActions
implementation 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.class
LDAPMembershipPullActions
Simple action for pulling LDAP groups memberships to Syncope group memberships, when the same resource is configured for both users and groups.class
LDAPPasswordPullActions
APullActions
implementation 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 class
TestPullActions
Test pull action.
-