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 class
AuditHistoryModal<T extends EntityTO>
Fields in org.apache.syncope.client.console.audit declared as EntityTO Modifier and Type Field Description protected EntityTO
AuditHistoryDetails. currentEntity
Constructors 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 class
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 Modifier and Type Class Description class
StatusModal<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 class
AbstractConnConfPanel<T extends EntityTO>
Fields in org.apache.syncope.client.console.wizards.resources declared as EntityTO Modifier and Type Field Description protected T
AbstractConnConfPanel. 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 class
EntityWrapper<T extends EntityTO>
Fields in org.apache.syncope.client.ui.commons.wizards.any declared as EntityTO Modifier and Type Field Description protected T
EntityWrapper. 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 class
AMSession
-
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 class
AccessPolicyTO
class
AccountPolicyTO
class
AttrReleasePolicyTO
class
AuthPolicyTO
class
PasswordPolicyTO
class
PolicyTO
class
PropagationPolicyTO
class
ProvisioningPolicyTO
class
PullPolicyTO
class
PushPolicyTO
class
TicketExpirationPolicyTO
-
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 class
ProvisioningResult<E extends EntityTO>
Subinterfaces of EntityTO in org.apache.syncope.common.lib.to Modifier and Type Interface Description interface
NamedEntityTO
-
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 class
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 EntityTO Modifier and Type Method Description protected 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 EntityTO Modifier and Type Method Description protected 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 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 void
PullActions. after(ProvisioningProfile<?,?> profile, SyncDelta delta, EntityTO entity, ProvisioningReport result)
Action to be executed after each local entity pull.default void
PullActions. beforeDelete(ProvisioningProfile<?,?> profile, SyncDelta delta, EntityTO entity)
Action to be executed before to delete a pulled entity locally.default void
PullActions. beforeDeprovision(ProvisioningProfile<?,?> profile, SyncDelta delta, EntityTO entity)
Action to be executed before de-provisioning action only.default void
PullActions. beforeLink(ProvisioningProfile<?,?> profile, SyncDelta delta, EntityTO entity)
Action to be executed before linking resource to the pulled entity.default void
PullActions. beforeUnassign(ProvisioningProfile<?,?> profile, SyncDelta delta, EntityTO entity)
Action to be executed before unlinking resource from the pulled entity and de-provisioning.default void
PullActions. beforeUnlink(ProvisioningProfile<?,?> profile, SyncDelta delta, EntityTO entity)
Action to be executed before unlinking resource from the pulled entity.default void
PullActions. 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 void
DBPasswordPullActions. after(ProvisioningProfile<?,?> profile, SyncDelta delta, EntityTO any, ProvisioningReport result)
void
LDAPMembershipPullActions. after(ProvisioningProfile<?,?> profile, SyncDelta delta, EntityTO entity, ProvisioningReport result)
Keep track of members of the group being updated after actual update took place.void
LDAPPasswordPullActions. after(ProvisioningProfile<?,?> profile, SyncDelta delta, EntityTO entity, ProvisioningReport result)
void
DBPasswordPullActions. beforeUpdate(ProvisioningProfile<?,?> profile, SyncDelta delta, EntityTO entityTO, AnyUR anyUR)
void
LDAPMembershipPullActions. 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 void
TestPullActions. beforeUpdate(ProvisioningProfile<?,?> profile, SyncDelta delta, EntityTO entityTO, AnyUR anyUR)
-