Uses of Interface
org.apache.syncope.core.persistence.api.dao.RealmDAO
Packages that use RealmDAO
Package
Description
-
Uses of RealmDAO in org.apache.syncope.core.flowable
Methods in org.apache.syncope.core.flowable with parameters of type RealmDAOModifier and TypeMethodDescriptionFlowableWorkflowContext.uwfAdapter(UserDataBinder userDataBinder, UserDAO userDAO, RealmDAO realmDAO, GroupDAO groupDAO, EntityFactory entityFactory, SecurityProperties securityProperties, RuleProvider ruleProvider, DomainProcessEngine engine, UserRequestHandler userRequestHandler, ApplicationEventPublisher publisher, EncryptorManager encryptorManager) -
Uses of RealmDAO in org.apache.syncope.core.flowable.impl
Constructors in org.apache.syncope.core.flowable.impl with parameters of type RealmDAOModifierConstructorDescriptionFlowableUserWorkflowAdapter(UserDataBinder dataBinder, UserDAO userDAO, RealmDAO realmDAO, GroupDAO groupDAO, EntityFactory entityFactory, SecurityProperties securityProperties, RuleProvider ruleProvider, DomainProcessEngine engine, UserRequestHandler userRequestHandler, ApplicationEventPublisher publisher, EncryptorManager encryptorManager) -
Uses of RealmDAO in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as RealmDAOModifier and TypeFieldDescriptionprotected final RealmDAOImplementationLogic.realmDAOprotected final RealmDAORealmLogic.realmDAOMethods in org.apache.syncope.core.logic with parameters of type RealmDAOModifier and TypeMethodDescriptionIdRepoLogicContext.implementationLogic(ImplementationDataBinder binder, PlainSchemaDAO plainSchemaDAO, RealmDAO realmDAO, PolicyDAO policyDAO, ReportDAO reportDAO, TaskDAO taskDAO, ExternalResourceDAO resourceDAO, ImplementationDAO implementationDAO, NotificationDAO notificationDAO) IdRepoLogicContext.realmLogic(RealmDAO realmDAO, RealmSearchDAO realmSearchDAO, AnySearchDAO anySearchDAO, TaskDAO taskDAO, CASSPClientAppDAO casSPClientAppDAO, OIDCRPClientAppDAO oidcRPClientAppDAO, SAML2SPClientAppDAO saml2SPClientAppDAO, RealmDataBinder binder, PropagationManager propagationManager, PropagationTaskExecutor taskExecutor) Constructors in org.apache.syncope.core.logic with parameters of type RealmDAOModifierConstructorDescriptionImplementationLogic(ImplementationDataBinder binder, ImplementationDAO implementationDAO, ReportDAO reportDAO, PolicyDAO policyDAO, ExternalResourceDAO resourceDAO, TaskDAO taskDAO, RealmDAO realmDAO, PlainSchemaDAO plainSchemaDAO, NotificationDAO notificationDAO) RealmLogic(RealmDAO realmDAO, RealmSearchDAO realmSearchDAO, AnySearchDAO searchDAO, TaskDAO taskDAO, CASSPClientAppDAO casSPClientAppDAO, OIDCRPClientAppDAO oidcRPClientAppDAO, SAML2SPClientAppDAO saml2SPClientAppDAO, RealmDataBinder binder, PropagationManager propagationManager, PropagationTaskExecutor taskExecutor) -
Uses of RealmDAO in org.apache.syncope.core.persistence.common.dao
Fields in org.apache.syncope.core.persistence.common.dao declared as RealmDAOConstructors in org.apache.syncope.core.persistence.common.dao with parameters of type RealmDAOModifierConstructorDescriptionAbstractAnyMatchDAO(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, RealmDAO realmDAO, PlainSchemaDAO plainSchemaDAO, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator, EntityFactory entityFactory) -
Uses of RealmDAO in org.apache.syncope.core.persistence.elasticsearch
Methods in org.apache.syncope.core.persistence.elasticsearch with parameters of type RealmDAOModifier and TypeMethodDescriptionElasticsearchPersistenceContext.realmSearchDAO(RealmDAO realmDAO, PlainSchemaDAO plainSchemaDAO, EntityFactory entityFactory, PlainAttrValidationManager validator, co.elastic.clients.elasticsearch.ElasticsearchClient client, ElasticsearchProperties props) -
Uses of RealmDAO in org.apache.syncope.core.persistence.elasticsearch.dao
Fields in org.apache.syncope.core.persistence.elasticsearch.dao declared as RealmDAOConstructors in org.apache.syncope.core.persistence.elasticsearch.dao with parameters of type RealmDAOModifierConstructorDescriptionElasticsearchRealmSearchDAO(RealmDAO realmDAO, PlainSchemaDAO plainSchemaDAO, EntityFactory entityFactory, PlainAttrValidationManager validator, co.elastic.clients.elasticsearch.ElasticsearchClient client, int indexMaxResultWindow) -
Uses of RealmDAO in org.apache.syncope.core.persistence.jpa
Methods in org.apache.syncope.core.persistence.jpa that return RealmDAOModifier and TypeMethodDescriptionPersistenceContext.realmDAO(RoleDAO roleDAO, RealmSearchDAO realmSearchDAO, PlainSchemaDAO plainSchemaDAO, ApplicationEventPublisher publisher, EntityManager entityManager) Methods in org.apache.syncope.core.persistence.jpa with parameters of type RealmDAOModifier and TypeMethodDescriptionPersistenceContext.anyMatchDAO(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, RealmDAO realmDAO, PlainSchemaDAO plainSchemaDAO, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator, EntityFactory entityFactory) PersistenceContext.groupRepoExt(ApplicationEventPublisher publisher, AnyUtilsFactory anyUtilsFactory, DynRealmDAO dynRealmDAO, PlainSchemaDAO plainSchemaDAO, RealmDAO realmDAO, AnyMatchDAO anyMatchDAO, UserDAO userDAO, AnyObjectDAO anyObjectDAO, AnySearchDAO anySearchDAO, AnySearchCondVisitor searchCondVisitor, EntityManager entityManager) PersistenceContext.policyDAO(RealmDAO realmDAO, ExternalResourceDAO resourceDAO, CASSPClientAppDAO casSPClientAppDAO, OIDCRPClientAppDAO oidcRPClientAppDAO, SAML2SPClientAppDAO saml2SPClientAppDAO, EntityCacheDAO entityCacheDAO, EntityManager entityManager) PersistenceContext.resourceRepoExt(TaskDAO taskDAO, AnyObjectDAO anyObjectDAO, UserDAO userDAO, GroupDAO groupDAO, RealmDAO realmDAO, EntityManager entityManager) -
Uses of RealmDAO in org.apache.syncope.core.persistence.jpa.dao
Classes in org.apache.syncope.core.persistence.jpa.dao that implement RealmDAOFields in org.apache.syncope.core.persistence.jpa.dao declared as RealmDAOConstructors in org.apache.syncope.core.persistence.jpa.dao with parameters of type RealmDAOModifierConstructorDescriptionJPAAnyMatchDAO(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, RealmDAO realmDAO, PlainSchemaDAO plainSchemaDAO, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator, EntityFactory entityFactory) JPAPolicyDAO(RealmDAO realmDAO, ExternalResourceDAO resourceDAO, CASSPClientAppDAO casSPClientAppDAO, OIDCRPClientAppDAO oidcRPClientAppDAO, SAML2SPClientAppDAO saml2SPClientAppDAO, EntityCacheDAO entityCacheDAO, EntityManager entityManager) -
Uses of RealmDAO in org.apache.syncope.core.persistence.jpa.dao.repo
Fields in org.apache.syncope.core.persistence.jpa.dao.repo declared as RealmDAOModifier and TypeFieldDescriptionprotected final RealmDAOExternalResourceRepoExtImpl.realmDAOprotected final RealmDAOGroupRepoExtImpl.realmDAOConstructors in org.apache.syncope.core.persistence.jpa.dao.repo with parameters of type RealmDAOModifierConstructorDescriptionExternalResourceRepoExtImpl(TaskDAO taskDAO, AnyObjectDAO anyObjectDAO, UserDAO userDAO, GroupDAO groupDAO, RealmDAO realmDAO, EntityManager entityManager) GroupRepoExtImpl(AnyUtilsFactory anyUtilsFactory, ApplicationEventPublisher publisher, DynRealmDAO dynRealmDAO, PlainSchemaDAO plainSchemaDAO, RealmDAO realmDAO, AnyMatchDAO anyMatchDAO, UserDAO userDAO, AnyObjectDAO anyObjectDAO, AnySearchDAO searchDAO, AnySearchCondVisitor searchCondVisitor, EntityManager entityManager) -
Uses of RealmDAO in org.apache.syncope.core.persistence.neo4j
Methods in org.apache.syncope.core.persistence.neo4j that return RealmDAOModifier and TypeMethodDescriptionPersistenceContext.realmDAO(RoleDAO roleDAO, RealmSearchDAO realmSearchDAO, ApplicationEventPublisher publisher, org.springframework.data.neo4j.core.Neo4jTemplate neo4jTemplate, org.springframework.data.neo4j.core.Neo4jClient neo4jClient, NodeValidator nodeValidator, javax.cache.Cache<EntityCacheKey, Neo4jRealm> realmCache) Methods in org.apache.syncope.core.persistence.neo4j with parameters of type RealmDAOModifier and TypeMethodDescriptionPersistenceContext.anyMatchDAO(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, RealmDAO realmDAO, PlainSchemaDAO plainSchemaDAO, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator, EntityFactory entityFactory) 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.policyDAO(RealmDAO realmDAO, ExternalResourceDAO resourceDAO, CASSPClientAppDAO casSPClientAppDAO, OIDCRPClientAppDAO oidcRPClientAppDAO, SAML2SPClientAppDAO saml2SPClientAppDAO, EntityCacheDAO entityCacheDAO, org.springframework.data.neo4j.core.Neo4jTemplate neo4jTemplate, org.springframework.data.neo4j.core.Neo4jClient neo4jClient, NodeValidator nodeValidator) PersistenceContext.realmSearchDAO(RealmDAO realmDAO, PlainSchemaDAO plainSchemaDAO, EntityFactory entityFactory, PlainAttrValidationManager validator, RealmUtils realmUtils, org.springframework.data.neo4j.core.Neo4jTemplate neo4jTemplate, org.springframework.data.neo4j.core.Neo4jClient neo4jClient) PersistenceContext.resourceRepoExt(TaskDAO taskDAO, AnyObjectDAO anyObjectDAO, UserDAO userDAO, GroupDAO groupDAO, RealmDAO realmDAO, org.springframework.data.neo4j.core.Neo4jTemplate neo4jTemplate, org.springframework.data.neo4j.core.Neo4jClient neo4jClient, NodeValidator nodeValidator, javax.cache.Cache<EntityCacheKey, Neo4jExternalResource> externalResourceCache) -
Uses of RealmDAO in org.apache.syncope.core.persistence.neo4j.dao
Classes in org.apache.syncope.core.persistence.neo4j.dao that implement RealmDAOFields in org.apache.syncope.core.persistence.neo4j.dao declared as RealmDAOModifier and TypeFieldDescriptionprotected final RealmDAONeo4jPolicyDAO.realmDAOprotected final RealmDAONeo4jRealmSearchDAO.realmDAOConstructors in org.apache.syncope.core.persistence.neo4j.dao with parameters of type RealmDAOModifierConstructorDescriptionNeo4jAnyMatchDAO(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, RealmDAO realmDAO, PlainSchemaDAO plainSchemaDAO, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator, EntityFactory entityFactory) Neo4jPolicyDAO(RealmDAO realmDAO, ExternalResourceDAO resourceDAO, CASSPClientAppDAO casSPClientAppDAO, OIDCRPClientAppDAO oidcRPClientAppDAO, SAML2SPClientAppDAO saml2SPClientAppDAO, EntityCacheDAO entityCacheDAO, org.springframework.data.neo4j.core.Neo4jTemplate neo4jTemplate, org.springframework.data.neo4j.core.Neo4jClient neo4jClient, NodeValidator nodeValidator) Neo4jRealmSearchDAO(RealmDAO realmDAO, PlainSchemaDAO plainSchemaDAO, EntityFactory entityFactory, PlainAttrValidationManager validator, RealmUtils realmUtils, org.springframework.data.neo4j.core.Neo4jTemplate neo4jTemplate, org.springframework.data.neo4j.core.Neo4jClient neo4jClient) -
Uses of RealmDAO in org.apache.syncope.core.persistence.neo4j.dao.repo
Fields in org.apache.syncope.core.persistence.neo4j.dao.repo declared as RealmDAOModifier and TypeFieldDescriptionprotected final RealmDAOExternalResourceRepoExtImpl.realmDAOprotected final RealmDAOGroupRepoExtImpl.realmDAOConstructors in org.apache.syncope.core.persistence.neo4j.dao.repo with parameters of type RealmDAOModifierConstructorDescriptionExternalResourceRepoExtImpl(TaskDAO taskDAO, AnyObjectDAO anyObjectDAO, UserDAO userDAO, GroupDAO groupDAO, RealmDAO realmDAO, org.springframework.data.neo4j.core.Neo4jTemplate neo4jTemplate, org.springframework.data.neo4j.core.Neo4jClient neo4jClient, NodeValidator nodeValidator, javax.cache.Cache<EntityCacheKey, Neo4jExternalResource> cache) 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) -
Uses of RealmDAO in org.apache.syncope.core.persistence.opensearch
Methods in org.apache.syncope.core.persistence.opensearch with parameters of type RealmDAOModifier and TypeMethodDescriptionOpenSearchPersistenceContext.realmSearchDAO(RealmDAO realmDAO, PlainSchemaDAO plainSchemaDAO, EntityFactory entityFactory, PlainAttrValidationManager validator, org.opensearch.client.opensearch.OpenSearchClient client, OpenSearchProperties props) -
Uses of RealmDAO in org.apache.syncope.core.persistence.opensearch.dao
Fields in org.apache.syncope.core.persistence.opensearch.dao declared as RealmDAOConstructors in org.apache.syncope.core.persistence.opensearch.dao with parameters of type RealmDAOModifierConstructorDescriptionOpenSearchRealmSearchDAO(RealmDAO realmDAO, PlainSchemaDAO plainSchemaDAO, EntityFactory entityFactory, PlainAttrValidationManager validator, org.opensearch.client.opensearch.OpenSearchClient client, int indexMaxResultWindow) -
Uses of RealmDAO in org.apache.syncope.core.provisioning.java
Fields in org.apache.syncope.core.provisioning.java declared as RealmDAOMethods in org.apache.syncope.core.provisioning.java with parameters of type RealmDAOModifier and TypeMethodDescriptionProvisioningContext.connectorManager(EntityFactory entityFactory, ConnIdBundleManager connIdBundleManager, RealmDAO realmDAO, RealmSearchDAO realmSearchDAO, ExternalResourceDAO resourceDAO, ConnInstanceDataBinder connInstanceDataBinder, AsyncConnectorFacade asyncConnectorFacade) ProvisioningContext.inboundMatcher(AnyUtilsFactory anyUtilsFactory, UserDAO userDAO, AnyObjectDAO anyObjectDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, RealmDAO realmDAO, RealmSearchDAO realmSearchDAO, ImplementationDAO implementationDAO, IntAttrNameParser intAttrNameParser) ProvisioningContext.policyDataBinder(EntityFactory entityFactory, ExternalResourceDAO resourceDAO, RealmDAO realmDAO, AnyTypeDAO anyTypeDAO, ImplementationDAO implementationDAO) ProvisioningContext.realmDataBinder(AnyTypeDAO anyTypeDAO, AnyTypeClassDAO anyTypeClassDAO, ImplementationDAO implementationDAO, RealmDAO realmDAO, PolicyDAO policyDAO, ExternalResourceDAO resourceDAO, PlainSchemaDAO plainSchemaDAO, EntityFactory entityFactory, DerAttrHandler derAttrHandler, PlainAttrValidationManager validator, MappingManager mappingManager, IntAttrNameParser intAttrNameParser, JexlTools jexlTools, TemplateUtils templateUtils) Constructors in org.apache.syncope.core.provisioning.java with parameters of type RealmDAOModifierConstructorDescriptionDefaultConnectorManager(ConnIdBundleManager connIdBundleManager, RealmDAO realmDAO, RealmSearchDAO realmSearchDAO, ExternalResourceDAO resourceDAO, ConnInstanceDataBinder connInstanceDataBinder, AsyncConnectorFacade asyncFacade, EntityFactory entityFactory) -
Uses of RealmDAO in org.apache.syncope.core.provisioning.java.data
Fields in org.apache.syncope.core.provisioning.java.data declared as RealmDAOModifier and TypeFieldDescriptionprotected final RealmDAOPolicyDataBinderImpl.realmDAOprotected final RealmDAORealmDataBinderImpl.realmDAOConstructors in org.apache.syncope.core.provisioning.java.data with parameters of type RealmDAOModifierConstructorDescriptionPolicyDataBinderImpl(ExternalResourceDAO resourceDAO, RealmDAO realmDAO, AnyTypeDAO anyTypeDAO, ImplementationDAO implementationDAO, EntityFactory entityFactory) RealmDataBinderImpl(AnyTypeDAO anyTypeDAO, AnyTypeClassDAO anyTypeClassDAO, ImplementationDAO implementationDAO, RealmDAO realmDAO, PolicyDAO policyDAO, ExternalResourceDAO resourceDAO, PlainSchemaDAO plainSchemaDAO, EntityFactory entityFactory, DerAttrHandler derAttrHandler, PlainAttrValidationManager validator, MappingManager mappingManager, IntAttrNameParser intAttrNameParser, JexlTools jexlTools, TemplateUtils templateUtils) -
Uses of RealmDAO in org.apache.syncope.core.provisioning.java.job
Fields in org.apache.syncope.core.provisioning.java.job declared as RealmDAO -
Uses of RealmDAO in org.apache.syncope.core.provisioning.java.pushpull
Fields in org.apache.syncope.core.provisioning.java.pushpull declared as RealmDAOModifier and TypeFieldDescriptionprotected RealmDAOAbstractRealmResultHandler.realmDAOprotected final RealmDAOInboundMatcher.realmDAOConstructors in org.apache.syncope.core.provisioning.java.pushpull with parameters of type RealmDAOModifierConstructorDescriptionInboundMatcher(UserDAO userDAO, AnyObjectDAO anyObjectDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, RealmDAO realmDAO, RealmSearchDAO realmSearchDAO, ImplementationDAO implementationDAO, IntAttrNameParser intAttrNameParser, AnyUtilsFactory anyUtilsFactory) -
Uses of RealmDAO in org.apache.syncope.core.workflow.java
Fields in org.apache.syncope.core.workflow.java declared as RealmDAOMethods in org.apache.syncope.core.workflow.java with parameters of type RealmDAOModifier and TypeMethodDescriptionWorkflowContext.uwfAdapter(UserDataBinder userDataBinder, UserDAO userDAO, RealmDAO realmDAO, GroupDAO groupDAO, EntityFactory entityFactory, SecurityProperties securityProperties, RuleProvider ruleProvider, ConfParamOps confParamOps, ApplicationEventPublisher publisher, EncryptorManager encryptorManager, NotificationManager notificationManager) Constructors in org.apache.syncope.core.workflow.java with parameters of type RealmDAOModifierConstructorDescriptionAbstractUserWorkflowAdapter(UserDataBinder dataBinder, UserDAO userDAO, RealmDAO realmDAO, GroupDAO groupDAO, EntityFactory entityFactory, SecurityProperties securityProperties, RuleProvider ruleEnforcer, ApplicationEventPublisher publisher, EncryptorManager encryptorManager) DefaultUserWorkflowAdapter(UserDataBinder dataBinder, UserDAO userDAO, RealmDAO realmDAO, GroupDAO groupDAO, EntityFactory entityFactory, SecurityProperties securityProperties, RuleProvider ruleProvider, ConfParamOps confParamOps, ApplicationEventPublisher publisher, EncryptorManager encryptorManager, NotificationManager notificationManager)