Uses of Interface
org.apache.syncope.core.persistence.api.entity.Entity
-
-
Uses of Entity in org.apache.syncope.core.flowable.api
Method parameters in org.apache.syncope.core.flowable.api with type arguments of type Entity Modifier and Type Method Description voidUserRequestHandler. cancelByUser(EntityLifecycleEvent<Entity> event)Cancel all running user requests for the user in the given delete event. -
Uses of Entity in org.apache.syncope.core.flowable.impl
Method parameters in org.apache.syncope.core.flowable.impl with type arguments of type Entity Modifier and Type Method Description voidFlowableUserRequestHandler. cancelByUser(EntityLifecycleEvent<Entity> event) -
Uses of Entity in org.apache.syncope.core.persistence.api.dao
Classes in org.apache.syncope.core.persistence.api.dao with type parameters of type Entity Modifier and Type Interface Description interfaceDAO<E extends Entity>Method parameters in org.apache.syncope.core.persistence.api.dao with type arguments of type Entity Modifier and Type Method Description voidEntityCacheDAO. evict(Class<? extends Entity> entityClass, String key) -
Uses of Entity in org.apache.syncope.core.persistence.api.entity
Subinterfaces of Entity in org.apache.syncope.core.persistence.api.entity Modifier and Type Interface Description interfaceAccessTokeninterfaceAny<P extends PlainAttr<?>>interfaceAnyAboutinterfaceAnyTemplateinterfaceAnyTemplateRealminterfaceAnyTypeinterfaceAnyTypeClassinterfaceApplicationinterfaceAttributable<P extends PlainAttr<?>>interfaceAuditConfinterfaceBatchinterfaceConfParaminterfaceConnInstanceinterfaceDelegationinterfaceDerSchemainterfaceDomainEntityinterfaceDynGroupMembership<A extends Any<?>>interfaceDynMembership<A extends Any<?>>interfaceDynRealminterfaceDynRealmMembershipinterfaceExecinterfaceExternalResourceinterfaceFIQLQueryinterfaceGroupablePlainAttr<A extends Any<?>,M extends Membership<A>>interfaceGroupableRelatable<L extends Any<P>,M extends Membership<L>,P extends GroupablePlainAttr<L,M>,R extends Any<?>,REL extends Relationship<L,R>>interfaceImplementationinterfaceJobStatusinterfaceJSONLAPlainAttrinterfaceJSONPlainAttr<A extends Any<?>>interfaceMailTemplateinterfaceMembership<L extends Any<?>>interfaceNetworkServiceEntityinterfaceNotificationinterfaceOIDCC4UIProviderinterfaceOIDCC4UIUserTemplateinterfacePlainAttr<A extends Any<?>>interfacePlainAttrUniqueValueinterfacePlainAttrValueinterfacePlainSchemainterfacePrivilegeinterfaceProvidedKeyEntityinterfaceRealminterfaceRelationship<L extends Any<?>,R extends Any<?>>interfaceRelationshipTypeinterfaceRemediationinterfaceReportinterfaceReportExecinterfaceRoleinterfaceSAML2SP4UIIdPinterfaceSAML2SP4UIUserTemplateinterfaceSchemainterfaceSRARouteinterfaceVirSchemaClasses in org.apache.syncope.core.persistence.api.entity that implement Entity Modifier and Type Class Description classMembershipTypeMethods in org.apache.syncope.core.persistence.api.entity with type parameters of type Entity Modifier and Type Method Description <E extends Entity>
EEntityFactory. newEntity(Class<E> reference)<E extends Entity>
EOIDCC4UIEntityFactory. newEntity(Class<E> reference)<E extends Entity>
ESAML2SP4UIEntityFactory. newEntity(Class<E> reference) -
Uses of Entity in org.apache.syncope.core.persistence.api.entity.am
Subinterfaces of Entity in org.apache.syncope.core.persistence.api.entity.am Modifier and Type Interface Description interfaceAttrRepointerfaceAuthModuleinterfaceAuthProfileinterfaceCASSPClientAppinterfaceClientAppinterfaceOIDCJWKSinterfaceOIDCRPClientAppinterfaceSAML2IdPEntityinterfaceSAML2SPClientAppinterfaceSAML2SPEntityinterfaceWAConfigEntry -
Uses of Entity in org.apache.syncope.core.persistence.api.entity.anyobject
Subinterfaces of Entity in org.apache.syncope.core.persistence.api.entity.anyobject Modifier and Type Interface Description interfaceADynGroupMembershipinterfaceAMembershipinterfaceAnyObjectinterfaceAPlainAttrinterfaceAPlainAttrUniqueValueinterfaceAPlainAttrValueinterfaceARelationship -
Uses of Entity in org.apache.syncope.core.persistence.api.entity.group
Subinterfaces of Entity in org.apache.syncope.core.persistence.api.entity.group Modifier and Type Interface Description interfaceGPlainAttrinterfaceGPlainAttrUniqueValueinterfaceGPlainAttrValueinterfaceGroupinterfaceTypeExtension -
Uses of Entity in org.apache.syncope.core.persistence.api.entity.policy
Subinterfaces of Entity in org.apache.syncope.core.persistence.api.entity.policy Modifier and Type Interface Description interfaceAccessPolicyinterfaceAccountPolicyinterfaceAttrReleasePolicyinterfaceAuthPolicyinterfaceCorrelationRuleEntityinterfacePasswordPolicyinterfacePolicyinterfacePropagationPolicyinterfaceProvisioningPolicyinterfacePullCorrelationRuleEntityinterfacePullPolicyinterfacePushCorrelationRuleEntityinterfacePushPolicyinterfaceTicketExpirationPolicy -
Uses of Entity in org.apache.syncope.core.persistence.api.entity.task
Subinterfaces of Entity in org.apache.syncope.core.persistence.api.entity.task Modifier and Type Interface Description interfaceAnyTemplatePullTaskinterfaceFormPropertyDefinterfaceMacroTaskinterfaceMacroTaskCommandinterfaceNotificationTaskinterfacePropagationTaskinterfaceProvisioningTask<T extends SchedTask>interfacePullTaskinterfacePushTaskinterfaceSchedTaskinterfaceTask<T extends Task<T>>interfaceTaskExec<T extends Task<T>> -
Uses of Entity in org.apache.syncope.core.persistence.api.entity.user
Subinterfaces of Entity in org.apache.syncope.core.persistence.api.entity.user Modifier and Type Interface Description interfaceDynRoleMembershipinterfaceLAPlainAttrinterfaceLAPlainAttrUniqueValueinterfaceLAPlainAttrValueinterfaceLinkedAccountinterfaceSecurityQuestioninterfaceUDynGroupMembershipinterfaceUMembershipinterfaceUPlainAttrinterfaceUPlainAttrUniqueValueinterfaceUPlainAttrValueinterfaceURelationshipinterfaceUser -
Uses of Entity in org.apache.syncope.core.persistence.jpa.dao
Classes in org.apache.syncope.core.persistence.jpa.dao with type parameters of type Entity Modifier and Type Class Description classAbstractDAO<E extends Entity>Method parameters in org.apache.syncope.core.persistence.jpa.dao with type arguments of type Entity Modifier and Type Method Description voidJPAEntityCacheDAO. evict(Class<? extends Entity> entityClass, String key) -
Uses of Entity in org.apache.syncope.core.persistence.jpa.entity
Methods in org.apache.syncope.core.persistence.jpa.entity with type parameters of type Entity Modifier and Type Method Description <E extends Entity>
EJPAEntityFactory. newEntity(Class<E> reference)<E extends Entity>
EJPAJSONEntityFactory. newEntity(Class<E> reference)<E extends Entity>
EJPAOIDCC4UIEntityFactory. newEntity(Class<E> reference)<E extends Entity>
EJPASAML2SP4UIEntityFactory. newEntity(Class<E> reference) -
Uses of Entity in org.apache.syncope.core.persistence.jpa.entity.am
Classes in org.apache.syncope.core.persistence.jpa.entity.am that implement Entity Modifier and Type Class Description classAbstractClientAppclassJPAAttrRepoclassJPAAuthModuleclassJPAAuthProfileclassJPACASSPClientAppclassJPAOIDCJWKSclassJPAOIDCRPClientAppclassJPASAML2IdPEntityclassJPASAML2SPClientAppclassJPASAML2SPEntityclassJPAWAConfigEntry -
Uses of Entity in org.apache.syncope.core.persistence.jpa.entity.anyobject
Classes in org.apache.syncope.core.persistence.jpa.entity.anyobject that implement Entity Modifier and Type Class Description classJPAADynGroupMembershipclassJPAAMembershipclassJPAAnyObjectclassJPAAPlainAttrclassJPAAPlainAttrUniqueValueclassJPAAPlainAttrValueclassJPAARelationshipclassJPAJSONAnyObjectclassJPAJSONAPlainAttrclassJPAJSONAPlainAttrUniqueValueclassJPAJSONAPlainAttrValue -
Uses of Entity in org.apache.syncope.core.persistence.jpa.entity.group
Classes in org.apache.syncope.core.persistence.jpa.entity.group that implement Entity Modifier and Type Class Description classJPAGPlainAttrclassJPAGPlainAttrUniqueValueclassJPAGPlainAttrValueclassJPAGroupclassJPAJSONGPlainAttrclassJPAJSONGPlainAttrUniqueValueclassJPAJSONGPlainAttrValueclassJPAJSONGroupclassJPATypeExtension -
Uses of Entity in org.apache.syncope.core.persistence.jpa.entity.policy
Classes in org.apache.syncope.core.persistence.jpa.entity.policy that implement Entity Modifier and Type Class Description classAbstractPolicyclassJPAAccessPolicyclassJPAAccountPolicyclassJPAAttrReleasePolicyclassJPAAuthPolicyclassJPAPasswordPolicyclassJPAPropagationPolicyclassJPAPullCorrelationRuleEntityclassJPAPullPolicyclassJPAPushCorrelationRuleEntityclassJPAPushPolicyclassJPATicketExpirationPolicy -
Uses of Entity in org.apache.syncope.core.persistence.jpa.entity.task
Classes in org.apache.syncope.core.persistence.jpa.entity.task that implement Entity Modifier and Type Class Description classAbstractProvisioningTask<T extends SchedTask>classAbstractTask<T extends Task<T>>classAbstractTaskExec<T extends Task<T>>classJPAAnyTemplatePullTaskclassJPAFormPropertyDefclassJPAMacroTaskclassJPAMacroTaskCommandclassJPAMacroTaskExecclassJPANotificationTaskclassJPANotificationTaskExecclassJPAPropagationTaskEncapsulate all information about a propagation task.classJPAPropagationTaskExecclassJPAPullTaskclassJPAPullTaskExecclassJPAPushTaskclassJPAPushTaskExecclassJPASchedTaskclassJPASchedTaskExec -
Uses of Entity in org.apache.syncope.core.persistence.jpa.entity.user
Classes in org.apache.syncope.core.persistence.jpa.entity.user that implement Entity Modifier and Type Class Description classJPADynRoleMembershipclassJPAJSONLAPlainAttrclassJPAJSONLAPlainAttrUniqueValueclassJPAJSONLAPlainAttrValueclassJPAJSONLinkedAccountclassJPAJSONUPlainAttrclassJPAJSONUPlainAttrUniqueValueclassJPAJSONUPlainAttrValueclassJPAJSONUserclassJPALAPlainAttrclassJPALAPlainAttrUniqueValueclassJPALAPlainAttrValueclassJPALinkedAccountclassJPASecurityQuestionclassJPAUDynGroupMembershipclassJPAUMembershipclassJPAUPlainAttrclassJPAUPlainAttrUniqueValueclassJPAUPlainAttrValueclassJPAURelationshipclassJPAUser -
Uses of Entity in org.apache.syncope.core.provisioning.api.event
Classes in org.apache.syncope.core.provisioning.api.event with type parameters of type Entity Modifier and Type Class Description classEntityLifecycleEvent<E extends Entity> -
Uses of Entity in org.apache.syncope.core.provisioning.api.pushpull
Methods in org.apache.syncope.core.provisioning.api.pushpull that return Entity Modifier and Type Method Description default EntityPushActions. beforeAssign(ProvisioningProfile<?,?> profile, Entity entity)Action to be executed before to assign (link & provision) a pushed entity to the resource.default EntityPushActions. beforeDelete(ProvisioningProfile<?,?> profile, Entity entity)Action to be executed before delete a pushed entity locally and from the resource.default EntityPushActions. beforeDeprovision(ProvisioningProfile<?,?> profile, Entity entity)Action to be executed before to unassign a pushed entity from the resource.default EntityPushActions. beforeLink(ProvisioningProfile<?,?> profile, Entity entity)Action to be executed before to link a pushed entity to the resource.default EntityPushActions. beforeProvision(ProvisioningProfile<?,?> profile, Entity entity)Action to be executed before to provision a pushed entity to the resource.default EntityPushActions. beforeUnassign(ProvisioningProfile<?,?> profile, Entity entity)Action to be executed before to unassign a pushed entity from the resource.default EntityPushActions. beforeUnlink(ProvisioningProfile<?,?> profile, Entity entity)Action to be executed before to unlink a pushed entity from the resource.default EntityPushActions. beforeUpdate(ProvisioningProfile<?,?> profile, Entity entity)Action to be executed before to update a pushed entity on the resource.Methods in org.apache.syncope.core.provisioning.api.pushpull with parameters of type Entity Modifier and Type Method Description default voidPushActions. after(ProvisioningProfile<?,?> profile, Entity entity, ProvisioningReport result)Action to be executed after each local entity push.default EntityPushActions. beforeAssign(ProvisioningProfile<?,?> profile, Entity entity)Action to be executed before to assign (link & provision) a pushed entity to the resource.default EntityPushActions. beforeDelete(ProvisioningProfile<?,?> profile, Entity entity)Action to be executed before delete a pushed entity locally and from the resource.default EntityPushActions. beforeDeprovision(ProvisioningProfile<?,?> profile, Entity entity)Action to be executed before to unassign a pushed entity from the resource.default EntityPushActions. beforeLink(ProvisioningProfile<?,?> profile, Entity entity)Action to be executed before to link a pushed entity to the resource.default EntityPushActions. beforeProvision(ProvisioningProfile<?,?> profile, Entity entity)Action to be executed before to provision a pushed entity to the resource.default EntityPushActions. beforeUnassign(ProvisioningProfile<?,?> profile, Entity entity)Action to be executed before to unassign a pushed entity from the resource.default EntityPushActions. beforeUnlink(ProvisioningProfile<?,?> profile, Entity entity)Action to be executed before to unlink a pushed entity from the resource.default EntityPushActions. beforeUpdate(ProvisioningProfile<?,?> profile, Entity entity)Action to be executed before to update a pushed entity on the resource.default Set<String>PushActions. moreAttrsToGet(ProvisioningProfile<?,?> profile, Entity entity)Return additional attributes to include in the result from the underlying connector.default voidPushActions. onError(ProvisioningProfile<?,?> profile, Entity entity, ProvisioningReport result, Exception error)Action to be executed after entity push goes on error. -
Uses of Entity in org.apache.syncope.core.provisioning.api.rules
Constructors in org.apache.syncope.core.provisioning.api.rules with parameters of type Entity Constructor Description PullMatch(MatchType matchTarget, Entity entity) -
Uses of Entity in org.apache.syncope.core.provisioning.java.propagation
Classes in org.apache.syncope.core.provisioning.java.propagation that implement Entity Modifier and Type Class Description classDeletingLinkedAccount -
Uses of Entity in org.apache.syncope.ext.elasticsearch.client
Method parameters in org.apache.syncope.ext.elasticsearch.client with type arguments of type Entity Modifier and Type Method Description voidElasticsearchIndexManager. entity(EntityLifecycleEvent<Entity> event) -
Uses of Entity in org.apache.syncope.ext.opensearch.client
Method parameters in org.apache.syncope.ext.opensearch.client with type arguments of type Entity Modifier and Type Method Description voidOpenSearchIndexManager. entity(EntityLifecycleEvent<Entity> event)
-