Uses of Interface
org.apache.syncope.common.lib.to.EntityTO
Packages that use EntityTO
Package
Description
-
Uses of EntityTO in org.apache.syncope.client.console.audit
Classes in org.apache.syncope.client.console.audit with type parameters of type EntityTOFields in org.apache.syncope.client.console.audit declared as EntityTOConstructors in org.apache.syncope.client.console.audit with parameters of type EntityTOModifierConstructorDescriptionAuditHistoryDetails
(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
Classes in org.apache.syncope.client.console.panels with type parameters of type EntityTOModifier and TypeClassDescriptionclass
TypesDirectoryPanel<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 -
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 EntityTOFields in org.apache.syncope.client.console.wizards.resources declared as EntityTO -
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 EntityTOFields in org.apache.syncope.client.ui.commons.wizards.any declared as EntityTO -
Uses of EntityTO in org.apache.syncope.common.lib
Classes in org.apache.syncope.common.lib that implement EntityTO -
Uses of EntityTO in org.apache.syncope.common.lib.policy
Classes in org.apache.syncope.common.lib.policy that implement EntityTOModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
-
Uses of EntityTO in org.apache.syncope.common.lib.to
Classes in org.apache.syncope.common.lib.to with type parameters of type EntityTOSubinterfaces of EntityTO in org.apache.syncope.common.lib.toClasses in org.apache.syncope.common.lib.to that implement EntityTOModifier 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
Classes in org.apache.syncope.core.logic with type parameters of type EntityTOModifier 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
.Methods in org.apache.syncope.core.logic that return EntityTOModifier 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
Methods in org.apache.syncope.core.logic.wa that return EntityTOModifier and TypeMethodDescriptionprotected EntityTO
WAConfigLogic.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 -
Uses of EntityTO in org.apache.syncope.core.provisioning.api.pushpull
Methods in org.apache.syncope.core.provisioning.api.pushpull with parameters of type EntityTOModifier 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
Methods in org.apache.syncope.core.provisioning.java.data with parameters of type EntityTO -
Uses of EntityTO in org.apache.syncope.core.provisioning.java.pushpull
Methods in org.apache.syncope.core.provisioning.java.pushpull with parameters of type EntityTOModifier 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
Methods in org.apache.syncope.fit.core.reference with parameters of type EntityTOModifier and TypeMethodDescriptionvoid
TestInboundActions.beforeUpdate
(ProvisioningProfile<?, ?> profile, LiveSyncDelta delta, EntityTO entityTO, AnyUR anyUR)