Uses of Interface
org.apache.syncope.common.lib.to.EntityTO
-
-
Uses of EntityTO in org.apache.syncope.client.console.audit
Classes in org.apache.syncope.client.console.audit with type parameters of type EntityTO Modifier and Type Class Description classAuditHistoryModal<T extends EntityTO>Fields in org.apache.syncope.client.console.audit declared as EntityTO Modifier and Type Field Description protected EntityTOAuditHistoryDetails. currentEntityConstructors in org.apache.syncope.client.console.audit with parameters of type EntityTO Constructor Description AuditHistoryDetails(String id, EntityTO currentEntity, AuditElements.EventCategoryType type, String category, List<String> events, String auditRestoreEntitlement, AuditRestClient restClient) -
Uses of EntityTO in org.apache.syncope.client.console.panels
Classes in org.apache.syncope.client.console.panels with type parameters of type EntityTO Modifier and Type Class Description classTypesDirectoryPanel<T extends EntityTO,DP extends DirectoryDataProvider<T>,E extends RestClient> -
Uses of EntityTO in org.apache.syncope.client.console.status
Classes in org.apache.syncope.client.console.status with type parameters of type EntityTO Modifier and Type Class Description classStatusModal<T extends EntityTO> -
Uses of EntityTO in org.apache.syncope.client.console.wizards.resources
Classes in org.apache.syncope.client.console.wizards.resources with type parameters of type EntityTO Modifier and Type Class Description classAbstractConnConfPanel<T extends EntityTO>Fields in org.apache.syncope.client.console.wizards.resources declared as EntityTO Modifier and Type Field Description protected TAbstractConnConfPanel. modelObject -
Uses of EntityTO in org.apache.syncope.client.ui.commons.wizards.any
Classes in org.apache.syncope.client.ui.commons.wizards.any with type parameters of type EntityTO Modifier and Type Class Description classEntityWrapper<T extends EntityTO>Fields in org.apache.syncope.client.ui.commons.wizards.any declared as EntityTO Modifier and Type Field Description protected TEntityWrapper. entityTO -
Uses of EntityTO in org.apache.syncope.common.lib
Classes in org.apache.syncope.common.lib that implement EntityTO Modifier and Type Class Description classAMSession -
Uses of EntityTO in org.apache.syncope.common.lib.policy
Classes in org.apache.syncope.common.lib.policy that implement EntityTO Modifier and Type Class Description classAccessPolicyTOclassAccountPolicyTOclassAttrReleasePolicyTOclassAuthPolicyTOclassPasswordPolicyTOclassPolicyTOclassPropagationPolicyTOclassProvisioningPolicyTOclassPullPolicyTOclassPushPolicyTOclassTicketExpirationPolicyTO -
Uses of EntityTO in org.apache.syncope.common.lib.to
Classes in org.apache.syncope.common.lib.to with type parameters of type EntityTO Modifier and Type Class Description classProvisioningResult<E extends EntityTO>Subinterfaces of EntityTO in org.apache.syncope.common.lib.to Modifier and Type Interface Description interfaceNamedEntityTO -
Uses of EntityTO in org.apache.syncope.core.logic
Classes in org.apache.syncope.core.logic with type parameters of type EntityTO Modifier and Type Class Description classAbstractExecutableLogic<T extends EntityTO>classAbstractLogic<T extends EntityTO>Superclass for all business logic modules.classAbstractTransactionalLogic<T extends EntityTO>Adds Spring's transactional support toAbstractLogic.Methods in org.apache.syncope.core.logic that return EntityTO Modifier and Type Method Description protected EntityTOCommandLogic. resolveReference(Method method, Object... args)protected EntityTOConfParamLogic. resolveReference(Method method, Object... args)protected EntityTODomainLogic. resolveReference(Method method, Object... args)protected EntityTONetworkServiceLogic. resolveReference(Method method, Object... args)protected EntityTOOIDCC4UILogic. resolveReference(Method method, Object... args)protected EntityTOReconciliationLogic. resolveReference(Method method, Object... os)protected EntityTOSAML2SP4UILogic. resolveReference(Method method, Object... args)protected EntityTOSCIMLogic. resolveReference(Method method, Object... args)protected EntityTOSyncopeLogic. resolveReference(Method method, Object... args)protected EntityTOUserRequestLogic. resolveReference(Method method, Object... args)protected EntityTOUserWorkflowTaskLogic. resolveReference(Method method, Object... args) -
Uses of EntityTO in org.apache.syncope.core.logic.wa
Methods in org.apache.syncope.core.logic.wa that return EntityTO Modifier and Type Method Description protected EntityTOWAConfigLogic. resolveReference(Method method, Object... args) -
Uses of EntityTO in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data with parameters of type EntityTO Modifier and Type Method Description default List<Object>ItemTransformer. beforePull(Item item, EntityTO entityTO, List<Object> values)Invoked while reading attribute values from external resource during pull. -
Uses of EntityTO in org.apache.syncope.core.provisioning.api.pushpull
Methods in org.apache.syncope.core.provisioning.api.pushpull with parameters of type EntityTO Modifier and Type Method Description default voidPullActions. after(ProvisioningProfile<?,?> profile, SyncDelta delta, EntityTO entity, ProvisioningReport result)Action to be executed after each local entity pull.default voidPullActions. beforeDelete(ProvisioningProfile<?,?> profile, SyncDelta delta, EntityTO entity)Action to be executed before to delete a pulled entity locally.default voidPullActions. beforeDeprovision(ProvisioningProfile<?,?> profile, SyncDelta delta, EntityTO entity)Action to be executed before de-provisioning action only.default voidPullActions. beforeLink(ProvisioningProfile<?,?> profile, SyncDelta delta, EntityTO entity)Action to be executed before linking resource to the pulled entity.default voidPullActions. beforeUnassign(ProvisioningProfile<?,?> profile, SyncDelta delta, EntityTO entity)Action to be executed before unlinking resource from the pulled entity and de-provisioning.default voidPullActions. beforeUnlink(ProvisioningProfile<?,?> profile, SyncDelta delta, EntityTO entity)Action to be executed before unlinking resource from the pulled entity.default voidPullActions. beforeUpdate(ProvisioningProfile<?,?> profile, SyncDelta delta, EntityTO entity, AnyUR anyUR)Action to be executed before to update a pulled entity locally. -
Uses of EntityTO in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data with parameters of type EntityTO Modifier and Type Method Description List<Object>JEXLItemTransformerImpl. beforePull(Item item, EntityTO entityTO, List<Object> values) -
Uses of EntityTO in org.apache.syncope.core.provisioning.java.pushpull
Methods in org.apache.syncope.core.provisioning.java.pushpull with parameters of type EntityTO Modifier and Type Method Description voidDBPasswordPullActions. after(ProvisioningProfile<?,?> profile, SyncDelta delta, EntityTO any, ProvisioningReport result)voidLDAPMembershipPullActions. after(ProvisioningProfile<?,?> profile, SyncDelta delta, EntityTO entity, ProvisioningReport result)Keep track of members of the group being updated after actual update took place.voidLDAPPasswordPullActions. after(ProvisioningProfile<?,?> profile, SyncDelta delta, EntityTO entity, ProvisioningReport result)voidDBPasswordPullActions. beforeUpdate(ProvisioningProfile<?,?> profile, SyncDelta delta, EntityTO entityTO, AnyUR anyUR)voidLDAPMembershipPullActions. beforeUpdate(ProvisioningProfile<?,?> profile, SyncDelta delta, EntityTO entity, AnyUR anyUR)Keep track of members of the group being updated before actual update takes place. -
Uses of EntityTO in org.apache.syncope.fit.core.reference
Methods in org.apache.syncope.fit.core.reference with parameters of type EntityTO Modifier and Type Method Description voidTestPullActions. beforeUpdate(ProvisioningProfile<?,?> profile, SyncDelta delta, EntityTO entityTO, AnyUR anyUR)
-