Uses of Interface
org.apache.syncope.core.persistence.api.dao.DerSchemaDAO
Packages that use DerSchemaDAO
Package
Description
-
Uses of DerSchemaDAO in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as DerSchemaDAOModifier and TypeFieldDescriptionprotected final DerSchemaDAOReconciliationLogic.derSchemaDAOprotected final DerSchemaDAOSchemaLogic.derSchemaDAOMethods in org.apache.syncope.core.logic with parameters of type DerSchemaDAOModifier and TypeMethodDescriptionIdMLogicContext.reconciliationLogic(AnyUtilsFactory anyUtilsFactory, AnyTypeDAO anyTypeDAO, ExternalResourceDAO resourceDAO, RealmSearchDAO realmSearchDAO, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, AnySearchDAO anySearchDAO, ConnectorManager connectorManager, InboundMatcher inboundMatcher, OutboundMatcher outboundMatcher, MappingManager mappingManager) IdRepoLogicContext.schemaLogic(PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, AnyTypeClassDAO anyTypeClassDAO, ImplementationDAO implementationDAO, SchemaDataBinder binder) Constructors in org.apache.syncope.core.logic with parameters of type DerSchemaDAOModifierConstructorDescriptionReconciliationLogic(AnyUtilsFactory anyUtilsFactory, AnyTypeDAO anyTypeDAO, ExternalResourceDAO resourceDAO, RealmSearchDAO realmSearchDAO, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, AnySearchDAO anySearchDAO, MappingManager mappingManager, InboundMatcher inboundMatcher, OutboundMatcher outboundMatcher, ConnectorManager connectorManager) SchemaLogic(PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, AnyTypeClassDAO anyTypeClassDAO, ImplementationDAO implementationDAO, SchemaDataBinder binder) -
Uses of DerSchemaDAO in org.apache.syncope.core.persistence.jpa
Methods in org.apache.syncope.core.persistence.jpa that return DerSchemaDAOModifier and TypeMethodDescriptionPersistenceContext.derSchemaDAO(org.springframework.data.jpa.repository.support.JpaRepositoryFactory jpaRepositoryFactory, DerSchemaRepoExt derSchemaRepoExt) Methods in org.apache.syncope.core.persistence.jpa with parameters of type DerSchemaDAOModifier and TypeMethodDescriptionPersistenceContext.anyTypeClassRepoExt(AnyTypeDAO anyTypeDAO, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, GroupDAO groupDAO, ExternalResourceDAO resourceDAO, EntityManager entityManager) -
Uses of DerSchemaDAO in org.apache.syncope.core.persistence.jpa.dao.repo
Subinterfaces of DerSchemaDAO in org.apache.syncope.core.persistence.jpa.dao.repoFields in org.apache.syncope.core.persistence.jpa.dao.repo declared as DerSchemaDAOModifier and TypeFieldDescriptionprotected final DerSchemaDAOAnyTypeClassRepoExtImpl.derSchemaDAOConstructors in org.apache.syncope.core.persistence.jpa.dao.repo with parameters of type DerSchemaDAOModifierConstructorDescriptionAnyTypeClassRepoExtImpl(AnyTypeDAO anyTypeDAO, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, GroupDAO groupDAO, ExternalResourceDAO resourceDAO, EntityManager entityManager) -
Uses of DerSchemaDAO in org.apache.syncope.core.persistence.neo4j
Methods in org.apache.syncope.core.persistence.neo4j that return DerSchemaDAOModifier and TypeMethodDescriptionPersistenceContext.derSchemaDAO(SyncopeNeo4jRepositoryFactory neo4jRepositoryFactory, DerSchemaRepoExt derSchemaRepoExt) Methods in org.apache.syncope.core.persistence.neo4j with parameters of type DerSchemaDAOModifier and TypeMethodDescriptionPersistenceContext.anyObjectRepoExt(AnyUtilsFactory anyUtilsFactory, AnyTypeDAO anyTypeDAO, AnyTypeClassDAO anyTypeClassDAO, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, org.springframework.data.neo4j.core.Neo4jTemplate neo4jTemplate, org.springframework.data.neo4j.core.Neo4jClient neo4jClient, NodeValidator nodeValidator, javax.cache.Cache<EntityCacheKey, Neo4jAnyObject> anyObjectCache) PersistenceContext.anyTypeClassRepoExt(AnyTypeDAO anyTypeDAO, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, GroupDAO groupDAO, ExternalResourceDAO resourceDAO, org.springframework.data.neo4j.core.Neo4jTemplate neo4jTemplate, org.springframework.data.neo4j.core.Neo4jClient neo4jClient, NodeValidator nodeValidator, javax.cache.Cache<EntityCacheKey, Neo4jAnyType> anyTypeCache, javax.cache.Cache<EntityCacheKey, Neo4jExternalResource> externalResourceCache, javax.cache.Cache<EntityCacheKey, Neo4jGroup> groupCache) PersistenceContext.groupRepoExt(ApplicationEventPublisher publisher, AnyUtilsFactory anyUtilsFactory, AnyTypeDAO anyTypeDAO, AnyTypeClassDAO anyTypeClassDAO, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, DynRealmDAO dynRealmDAO, RealmDAO realmDAO, AnyMatchDAO anyMatchDAO, UserDAO userDAO, AnyObjectDAO anyObjectDAO, AnySearchDAO anySearchDAO, AnySearchCondVisitor searchCondVisitor, org.springframework.data.neo4j.core.Neo4jTemplate neo4jTemplate, org.springframework.data.neo4j.core.Neo4jClient neo4jClient, NodeValidator nodeValidator, javax.cache.Cache<EntityCacheKey, Neo4jGroup> groupCache) PersistenceContext.userRepoExt(SecurityProperties securityProperties, AnyUtilsFactory anyUtilsFactory, AnyTypeDAO anyTypeDAO, AnyTypeClassDAO anyTypeClassDAO, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, DynRealmDAO dynRealmDAO, RoleDAO roleDAO, AccessTokenDAO accessTokenDAO, GroupDAO groupDAO, DelegationDAO delegationDAO, FIQLQueryDAO fiqlQueryDAO, org.springframework.data.neo4j.core.Neo4jTemplate neo4jTemplate, org.springframework.data.neo4j.core.Neo4jClient neo4jClient, NodeValidator nodeValidator, javax.cache.Cache<EntityCacheKey, Neo4jUser> userCache) -
Uses of DerSchemaDAO in org.apache.syncope.core.persistence.neo4j.dao.repo
Subinterfaces of DerSchemaDAO in org.apache.syncope.core.persistence.neo4j.dao.repoFields in org.apache.syncope.core.persistence.neo4j.dao.repo declared as DerSchemaDAOModifier and TypeFieldDescriptionprotected final DerSchemaDAOAbstractAnyRepoExt.derSchemaDAOprotected final DerSchemaDAOAnyTypeClassRepoExtImpl.derSchemaDAOConstructors in org.apache.syncope.core.persistence.neo4j.dao.repo with parameters of type DerSchemaDAOModifierConstructorDescriptionprotectedAbstractAnyRepoExt(AnyTypeDAO anyTypeDAO, AnyTypeClassDAO anyTypeClassDAO, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, DynRealmDAO dynRealmDAO, AnyUtils anyUtils, org.springframework.data.neo4j.core.Neo4jTemplate neo4jTemplate, org.springframework.data.neo4j.core.Neo4jClient neo4jClient) AnyObjectRepoExtImpl(AnyUtilsFactory anyUtilsFactory, AnyTypeDAO anyTypeDAO, AnyTypeClassDAO anyTypeClassDAO, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, org.springframework.data.neo4j.core.Neo4jTemplate neo4jTemplate, org.springframework.data.neo4j.core.Neo4jClient neo4jClient, NodeValidator nodeValidator, javax.cache.Cache<EntityCacheKey, Neo4jAnyObject> anyObjectCache) AnyTypeClassRepoExtImpl(AnyTypeDAO anyTypeDAO, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, GroupDAO groupDAO, ExternalResourceDAO resourceDAO, org.springframework.data.neo4j.core.Neo4jTemplate neo4jTemplate, org.springframework.data.neo4j.core.Neo4jClient neo4jClient, NodeValidator nodeValidator, javax.cache.Cache<EntityCacheKey, Neo4jAnyType> anyTypeCache, javax.cache.Cache<EntityCacheKey, Neo4jExternalResource> resourceCache, javax.cache.Cache<EntityCacheKey, Neo4jGroup> groupCache) GroupRepoExtImpl(AnyUtilsFactory anyUtilsFactory, ApplicationEventPublisher publisher, AnyTypeDAO anyTypeDAO, AnyTypeClassDAO anyTypeClassDAO, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, DynRealmDAO dynRealmDAO, RealmDAO realmDAO, AnyMatchDAO anyMatchDAO, UserDAO userDAO, AnyObjectDAO anyObjectDAO, AnySearchDAO anySearchDAO, AnySearchCondVisitor searchCondVisitor, org.springframework.data.neo4j.core.Neo4jTemplate neo4jTemplate, org.springframework.data.neo4j.core.Neo4jClient neo4jClient, NodeValidator nodeValidator, javax.cache.Cache<EntityCacheKey, Neo4jGroup> groupCache) UserRepoExtImpl(AnyUtilsFactory anyUtilsFactory, AnyTypeDAO anyTypeDAO, AnyTypeClassDAO anyTypeClassDAO, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, DynRealmDAO dynRealmDAO, RoleDAO roleDAO, AccessTokenDAO accessTokenDAO, GroupDAO groupDAO, DelegationDAO delegationDAO, FIQLQueryDAO fiqlQueryDAO, SecurityProperties securityProperties, org.springframework.data.neo4j.core.Neo4jTemplate neo4jTemplate, org.springframework.data.neo4j.core.Neo4jClient neo4jClient, NodeValidator nodeValidator, javax.cache.Cache<EntityCacheKey, Neo4jUser> userCache) -
Uses of DerSchemaDAO in org.apache.syncope.core.provisioning.api
Fields in org.apache.syncope.core.provisioning.api declared as DerSchemaDAOConstructors in org.apache.syncope.core.provisioning.api with parameters of type DerSchemaDAOModifierConstructorDescriptionIntAttrNameParser(PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, AnyUtilsFactory anyUtilsFactory, RealmUtils realmUtils) -
Uses of DerSchemaDAO in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java with parameters of type DerSchemaDAOModifier and TypeMethodDescriptionProvisioningContext.anyTypeClassDataBinder(EntityFactory entityFactory, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, AnyTypeDAO anyTypeDAO) ProvisioningContext.intAttrNameParser(AnyUtilsFactory anyUtilsFactory, RealmUtils realmUtils, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO) ProvisioningContext.notificationManager(EntityFactory entityFactory, AnySearchCondVisitor searchCondVisitor, DerSchemaDAO derSchemaDAO, NotificationDAO notificationDAO, AnyObjectDAO anyObjectDAO, UserDAO userDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, AnyMatchDAO anyMatchDAO, TaskDAO taskDAO, UserDataBinder userDataBinder, GroupDataBinder groupDataBinder, AnyObjectDataBinder anyObjectDataBinder, ConfParamOps confParamOps, DerAttrHandler derAttrHandler, IntAttrNameParser intAttrNameParser, JexlTools jexlTools) ProvisioningContext.schemaDataBinder(EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, AnyTypeClassDAO anyTypeClassDAO, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, ExternalResourceDAO resourceDAO, AnyTypeDAO anyTypeDAO, ImplementationDAO implementationDAO, JexlTools jexlTools) -
Uses of DerSchemaDAO in org.apache.syncope.core.provisioning.java.data
Fields in org.apache.syncope.core.provisioning.java.data declared as DerSchemaDAOModifier and TypeFieldDescriptionprotected final DerSchemaDAOAnyTypeClassDataBinderImpl.derSchemaDAOprotected final DerSchemaDAOSchemaDataBinderImpl.derSchemaDAOConstructors in org.apache.syncope.core.provisioning.java.data with parameters of type DerSchemaDAOModifierConstructorDescriptionAnyTypeClassDataBinderImpl(PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, AnyTypeDAO anyTypeDAO, EntityFactory entityFactory) SchemaDataBinderImpl(AnyTypeClassDAO anyTypeClassDAO, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, ExternalResourceDAO resourceDAO, AnyTypeDAO anyTypeDAO, ImplementationDAO implementationDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, JexlTools jexlTools) -
Uses of DerSchemaDAO in org.apache.syncope.core.provisioning.java.notification
Fields in org.apache.syncope.core.provisioning.java.notification declared as DerSchemaDAOModifier and TypeFieldDescriptionprotected final DerSchemaDAODefaultNotificationManager.derSchemaDAOConstructors in org.apache.syncope.core.provisioning.java.notification with parameters of type DerSchemaDAOModifierConstructorDescriptionDefaultNotificationManager(DerSchemaDAO derSchemaDAO, NotificationDAO notificationDAO, AnyObjectDAO anyObjectDAO, UserDAO userDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, AnyMatchDAO anyMatchDAO, TaskDAO taskDAO, DerAttrHandler derAttrHandler, UserDataBinder userDataBinder, GroupDataBinder groupDataBinder, AnyObjectDataBinder anyObjectDataBinder, ConfParamOps confParamOps, EntityFactory entityFactory, IntAttrNameParser intAttrNameParser, AnySearchCondVisitor searchCondVisitor, JexlTools jexlTools)