Uses of Interface
org.apache.syncope.common.lib.to.EntityTO
Package
Description
-
Uses of EntityTO in org.apache.syncope.client.console.audit
ModifierConstructorDescriptionAuditHistoryDetails
(String id, EntityTO currentEntity, OpEvent.CategoryType type, String category, String op, String auditRestoreEntitlement, AuditRestClient restClient) -
Uses of EntityTO in org.apache.syncope.client.console.panels
Modifier and TypeClassDescriptionclass
TypesDirectoryPanel<T extends EntityTO,
DP extends DirectoryDataProvider<T>, E extends RestClient> -
Uses of EntityTO in org.apache.syncope.client.console.status
-
Uses of EntityTO in org.apache.syncope.client.console.wizards.resources
-
Uses of EntityTO in org.apache.syncope.client.ui.commons.wizards.any
-
Uses of EntityTO in org.apache.syncope.common.lib
-
Uses of EntityTO in org.apache.syncope.common.lib.policy
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
-
Uses of EntityTO in org.apache.syncope.common.lib.to
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of EntityTO in org.apache.syncope.core.logic
Modifier and TypeClassDescriptionclass
AbstractExecutableLogic<T extends EntityTO>
class
AbstractLogic<T extends EntityTO>
Superclass for all business logic modules.class
AbstractTransactionalLogic<T extends EntityTO>
Adds Spring's transactional support toAbstractLogic
.Modifier and TypeMethodDescriptionprotected EntityTO
CommandLogic.resolveReference
(Method method, Object... args) protected EntityTO
ConfParamLogic.resolveReference
(Method method, Object... args) protected EntityTO
DomainLogic.resolveReference
(Method method, Object... args) protected EntityTO
NetworkServiceLogic.resolveReference
(Method method, Object... args) protected EntityTO
OIDCC4UILogic.resolveReference
(Method method, Object... args) protected EntityTO
ReconciliationLogic.resolveReference
(Method method, Object... os) protected EntityTO
SAML2SP4UILogic.resolveReference
(Method method, Object... args) protected EntityTO
SCIMLogic.resolveReference
(Method method, Object... args) protected EntityTO
SyncopeLogic.resolveReference
(Method method, Object... args) protected EntityTO
UserRequestLogic.resolveReference
(Method method, Object... args) protected EntityTO
UserWorkflowTaskLogic.resolveReference
(Method method, Object... args) -
Uses of EntityTO in org.apache.syncope.core.logic.wa
Modifier and TypeMethodDescriptionprotected EntityTO
WAConfigLogic.resolveReference
(Method method, Object... args) -
Uses of EntityTO in org.apache.syncope.core.provisioning.api.data
-
Uses of EntityTO in org.apache.syncope.core.provisioning.api.pushpull
Modifier and TypeMethodDescriptiondefault void
InboundActions.after
(ProvisioningProfile<?, ?> profile, LiveSyncDelta delta, EntityTO entity, ProvisioningReport result) Action to be executed after each local entity inbound.default void
InboundActions.beforeDelete
(ProvisioningProfile<?, ?> profile, LiveSyncDelta delta, EntityTO entity) Action to be executed before to delete a inbounded entity locally.default void
InboundActions.beforeDeprovision
(ProvisioningProfile<?, ?> profile, LiveSyncDelta delta, EntityTO entity) Action to be executed before de-provisioning action only.default void
InboundActions.beforeLink
(ProvisioningProfile<?, ?> profile, LiveSyncDelta delta, EntityTO entity) Action to be executed before linking resource to the inbounded entity.default void
InboundActions.beforeUnassign
(ProvisioningProfile<?, ?> profile, LiveSyncDelta delta, EntityTO entity) Action to be executed before unlinking resource from the inbounded entity and de-provisioning.default void
InboundActions.beforeUnlink
(ProvisioningProfile<?, ?> profile, LiveSyncDelta delta, EntityTO entity) Action to be executed before unlinking resource from the inbounded entity.default void
InboundActions.beforeUpdate
(ProvisioningProfile<?, ?> profile, LiveSyncDelta delta, EntityTO entity, AnyUR anyUR) Action to be executed before to update a inbounded entity locally. -
Uses of EntityTO in org.apache.syncope.core.provisioning.java.data
-
Uses of EntityTO in org.apache.syncope.core.provisioning.java.pushpull
Modifier and TypeMethodDescriptionvoid
DBPasswordPullActions.after
(ProvisioningProfile<?, ?> profile, LiveSyncDelta delta, EntityTO any, ProvisioningReport result) void
LDAPMembershipPullActions.after
(ProvisioningProfile<?, ?> profile, LiveSyncDelta delta, EntityTO entity, ProvisioningReport result) Keep track of members of the group being updated after actual update took place.void
LDAPPasswordPullActions.after
(ProvisioningProfile<?, ?> profile, LiveSyncDelta delta, EntityTO entity, ProvisioningReport result) void
DBPasswordPullActions.beforeUpdate
(ProvisioningProfile<?, ?> profile, LiveSyncDelta delta, EntityTO entityTO, AnyUR anyUR) void
LDAPMembershipPullActions.beforeUpdate
(ProvisioningProfile<?, ?> profile, LiveSyncDelta 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
Modifier and TypeMethodDescriptionvoid
TestInboundActions.beforeUpdate
(ProvisioningProfile<?, ?> profile, LiveSyncDelta delta, EntityTO entityTO, AnyUR anyUR)