Uses of Interface
org.apache.syncope.core.persistence.api.entity.Entity
-
-
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 interface
DAO<E extends Entity>
Method parameters in org.apache.syncope.core.persistence.api.dao with type arguments of type Entity Modifier and Type Method Description void
EntityCacheDAO. 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 interface
AccessToken
interface
Any<P extends PlainAttr<?>>
interface
AnyAbout
interface
AnyTemplate
interface
AnyTemplateRealm
interface
AnyType
interface
AnyTypeClass
interface
Application
interface
Attributable<P extends PlainAttr<?>>
interface
AuditConf
interface
Batch
interface
ConfParam
interface
ConnInstance
interface
Delegation
interface
DerSchema
interface
DomainEntity
interface
DynGroupMembership<A extends Any<?>>
interface
DynMembership<A extends Any<?>>
interface
DynRealm
interface
DynRealmMembership
interface
Exec
interface
ExternalResource
interface
FIQLQuery
interface
GroupablePlainAttr<A extends Any<?>,M extends Membership<A>>
interface
GroupableRelatable<L extends Any<P>,M extends Membership<L>,P extends GroupablePlainAttr<L,M>,R extends Any<?>,REL extends Relationship<L,R>>
interface
Implementation
interface
JobStatus
interface
JSONLAPlainAttr
interface
JSONPlainAttr<A extends Any<?>>
interface
MailTemplate
interface
Membership<L extends Any<?>>
interface
NetworkServiceEntity
interface
Notification
interface
OIDCC4UIProvider
interface
OIDCC4UIUserTemplate
interface
PlainAttr<A extends Any<?>>
interface
PlainAttrUniqueValue
interface
PlainAttrValue
interface
PlainSchema
interface
Privilege
interface
ProvidedKeyEntity
interface
Realm
interface
Relationship<L extends Any<?>,R extends Any<?>>
interface
RelationshipType
interface
Remediation
interface
Report
interface
ReportExec
interface
Role
interface
SAML2SP4UIIdP
interface
SAML2SP4UIUserTemplate
interface
Schema
interface
SRARoute
interface
VirSchema
Classes in org.apache.syncope.core.persistence.api.entity that implement Entity Modifier and Type Class Description class
MembershipType
Methods 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 interface
AttrRepo
interface
AuthModule
interface
AuthProfile
interface
CASSPClientApp
interface
ClientApp
interface
OIDCJWKS
interface
OIDCRPClientApp
interface
SAML2IdPEntity
interface
SAML2SPClientApp
interface
SAML2SPEntity
interface
WAConfigEntry
-
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 interface
ADynGroupMembership
interface
AMembership
interface
AnyObject
interface
APlainAttr
interface
APlainAttrUniqueValue
interface
APlainAttrValue
interface
ARelationship
-
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 interface
GPlainAttr
interface
GPlainAttrUniqueValue
interface
GPlainAttrValue
interface
Group
interface
TypeExtension
-
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 interface
AccessPolicy
interface
AccountPolicy
interface
AttrReleasePolicy
interface
AuthPolicy
interface
CorrelationRuleEntity
interface
PasswordPolicy
interface
Policy
interface
PropagationPolicy
interface
ProvisioningPolicy
interface
PullCorrelationRuleEntity
interface
PullPolicy
interface
PushCorrelationRuleEntity
interface
PushPolicy
interface
TicketExpirationPolicy
-
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 interface
AnyTemplatePullTask
interface
MacroTask
interface
NotificationTask
interface
PropagationTask
interface
ProvisioningTask<T extends SchedTask>
interface
PullTask
interface
PushTask
interface
SchedTask
interface
Task<T extends Task<T>>
interface
TaskExec<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 interface
DynRoleMembership
interface
LAPlainAttr
interface
LAPlainAttrUniqueValue
interface
LAPlainAttrValue
interface
LinkedAccount
interface
SecurityQuestion
interface
UDynGroupMembership
interface
UMembership
interface
UPlainAttr
interface
UPlainAttrUniqueValue
interface
UPlainAttrValue
interface
URelationship
interface
User
-
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 class
AbstractDAO<E extends Entity>
Method parameters in org.apache.syncope.core.persistence.jpa.dao with type arguments of type Entity Modifier and Type Method Description void
JPAEntityCacheDAO. 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 class
AbstractClientApp
class
JPAAttrRepo
class
JPAAuthModule
class
JPAAuthProfile
class
JPACASSPClientApp
class
JPAOIDCJWKS
class
JPAOIDCRPClientApp
class
JPASAML2IdPEntity
class
JPASAML2SPClientApp
class
JPASAML2SPEntity
class
JPAWAConfigEntry
-
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 class
JPAADynGroupMembership
class
JPAAMembership
class
JPAAnyObject
class
JPAAPlainAttr
class
JPAAPlainAttrUniqueValue
class
JPAAPlainAttrValue
class
JPAARelationship
class
JPAJSONAnyObject
class
JPAJSONAPlainAttr
class
JPAJSONAPlainAttrUniqueValue
class
JPAJSONAPlainAttrValue
-
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 class
JPAGPlainAttr
class
JPAGPlainAttrUniqueValue
class
JPAGPlainAttrValue
class
JPAGroup
class
JPAJSONGPlainAttr
class
JPAJSONGPlainAttrUniqueValue
class
JPAJSONGPlainAttrValue
class
JPAJSONGroup
class
JPATypeExtension
-
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 class
AbstractPolicy
class
JPAAccessPolicy
class
JPAAccountPolicy
class
JPAAttrReleasePolicy
class
JPAAuthPolicy
class
JPAPasswordPolicy
class
JPAPropagationPolicy
class
JPAPullCorrelationRuleEntity
class
JPAPullPolicy
class
JPAPushCorrelationRuleEntity
class
JPAPushPolicy
class
JPATicketExpirationPolicy
-
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 class
AbstractProvisioningTask<T extends SchedTask>
class
AbstractTask<T extends Task<T>>
class
AbstractTaskExec<T extends Task<T>>
class
JPAAnyTemplatePullTask
class
JPAMacroTask
class
JPAMacroTaskExec
class
JPANotificationTask
class
JPANotificationTaskExec
class
JPAPropagationTask
Encapsulate all information about a propagation task.class
JPAPropagationTaskExec
class
JPAPullTask
class
JPAPullTaskExec
class
JPAPushTask
class
JPAPushTaskExec
class
JPASchedTask
class
JPASchedTaskExec
-
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 class
JPADynRoleMembership
class
JPAJSONLAPlainAttr
class
JPAJSONLAPlainAttrUniqueValue
class
JPAJSONLAPlainAttrValue
class
JPAJSONLinkedAccount
class
JPAJSONUPlainAttr
class
JPAJSONUPlainAttrUniqueValue
class
JPAJSONUPlainAttrValue
class
JPAJSONUser
class
JPALAPlainAttr
class
JPALAPlainAttrUniqueValue
class
JPALAPlainAttrValue
class
JPALinkedAccount
class
JPASecurityQuestion
class
JPAUDynGroupMembership
class
JPAUMembership
class
JPAUPlainAttr
class
JPAUPlainAttrUniqueValue
class
JPAUPlainAttrValue
class
JPAURelationship
class
JPAUser
-
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 Entity
PushActions. beforeAssign(ProvisioningProfile<?,?> profile, Entity entity)
Action to be executed before to assign (link & provision) a pushed entity to the resource.default Entity
PushActions. beforeDelete(ProvisioningProfile<?,?> profile, Entity entity)
Action to be executed before delete a pushed entity locally and from the resource.default Entity
PushActions. beforeDeprovision(ProvisioningProfile<?,?> profile, Entity entity)
Action to be executed before to unassign a pushed entity from the resource.default Entity
PushActions. beforeLink(ProvisioningProfile<?,?> profile, Entity entity)
Action to be executed before to link a pushed entity to the resource.default Entity
PushActions. beforeProvision(ProvisioningProfile<?,?> profile, Entity entity)
Action to be executed before to provision a pushed entity to the resource.default Entity
PushActions. beforeUnassign(ProvisioningProfile<?,?> profile, Entity entity)
Action to be executed before to unassign a pushed entity from the resource.default Entity
PushActions. beforeUnlink(ProvisioningProfile<?,?> profile, Entity entity)
Action to be executed before to unlink a pushed entity from the resource.default Entity
PushActions. 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 void
PushActions. after(ProvisioningProfile<?,?> profile, Entity entity, ProvisioningReport result)
Action to be executed after each local entity push.default Entity
PushActions. beforeAssign(ProvisioningProfile<?,?> profile, Entity entity)
Action to be executed before to assign (link & provision) a pushed entity to the resource.default Entity
PushActions. beforeDelete(ProvisioningProfile<?,?> profile, Entity entity)
Action to be executed before delete a pushed entity locally and from the resource.default Entity
PushActions. beforeDeprovision(ProvisioningProfile<?,?> profile, Entity entity)
Action to be executed before to unassign a pushed entity from the resource.default Entity
PushActions. beforeLink(ProvisioningProfile<?,?> profile, Entity entity)
Action to be executed before to link a pushed entity to the resource.default Entity
PushActions. beforeProvision(ProvisioningProfile<?,?> profile, Entity entity)
Action to be executed before to provision a pushed entity to the resource.default Entity
PushActions. beforeUnassign(ProvisioningProfile<?,?> profile, Entity entity)
Action to be executed before to unassign a pushed entity from the resource.default Entity
PushActions. beforeUnlink(ProvisioningProfile<?,?> profile, Entity entity)
Action to be executed before to unlink a pushed entity from the resource.default Entity
PushActions. 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 void
PushActions. 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 class
DeletingLinkedAccount
-