Uses of Interface
org.apache.syncope.core.persistence.api.dao.AnyObjectDAO
Packages that use AnyObjectDAO
Package
Description
-
Uses of AnyObjectDAO in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as AnyObjectDAOModifier and TypeFieldDescriptionprotected final AnyObjectDAOAnyObjectLogic.anyObjectDAOprotected final AnyObjectDAOAnyTypeLogic.anyObjectDAOMethods in org.apache.syncope.core.logic with parameters of type AnyObjectDAOModifier and TypeMethodDescriptionIdRepoLogicContext.anyObjectLogic(RealmSearchDAO realmSearchDAO, AnyTypeDAO anyTypeDAO, TemplateUtils templateUtils, AnyObjectDAO anyObjectDAO, AnySearchDAO anySearchDAO, AnyObjectDataBinder binder, AnyObjectProvisioningManager provisioningManager) IdRepoLogicContext.anyTypeLogic(AnyTypeDataBinder binder, AnyTypeDAO anyTypeDAO, AnyObjectDAO anyObjectDAO, ApplicationEventPublisher publisher) Constructors in org.apache.syncope.core.logic with parameters of type AnyObjectDAOModifierConstructorDescriptionAnyObjectLogic(RealmSearchDAO realmSearchDAO, AnyTypeDAO anyTypeDAO, TemplateUtils templateUtils, AnyObjectDAO anyObjectDAO, AnySearchDAO searchDAO, AnyObjectDataBinder binder, AnyObjectProvisioningManager provisioningManager) AnyTypeLogic(AnyTypeDataBinder binder, AnyTypeDAO anyTypeDAO, AnyObjectDAO anyObjectDAO, ApplicationEventPublisher publisher) -
Uses of AnyObjectDAO in org.apache.syncope.core.persistence.common
Methods in org.apache.syncope.core.persistence.common with parameters of type AnyObjectDAOModifier and TypeMethodDescriptionCommonPersistenceContext.anyObjectAnyUtils(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO plainSchemaDAO, EntityFactory entityFactory) CommonPersistenceContext.groupAnyUtils(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO plainSchemaDAO, EntityFactory entityFactory) CommonPersistenceContext.userAnyUtils(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO plainSchemaDAO, EntityFactory entityFactory) -
Uses of AnyObjectDAO in org.apache.syncope.core.persistence.common.dao
Fields in org.apache.syncope.core.persistence.common.dao declared as AnyObjectDAOModifier and TypeFieldDescriptionprotected final AnyObjectDAOAbstractAnyMatchDAO.anyObjectDAOprotected final AnyObjectDAOAbstractAnySearchDAO.anyObjectDAOConstructors in org.apache.syncope.core.persistence.common.dao with parameters of type AnyObjectDAOModifierConstructorDescriptionAbstractAnyMatchDAO(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, RealmDAO realmDAO, PlainSchemaDAO plainSchemaDAO, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator, EntityFactory entityFactory) AbstractAnySearchDAO(RealmSearchDAO realmSearchDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO plainSchemaDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator) -
Uses of AnyObjectDAO in org.apache.syncope.core.persistence.common.entity
Fields in org.apache.syncope.core.persistence.common.entity declared as AnyObjectDAOConstructors in org.apache.syncope.core.persistence.common.entity with parameters of type AnyObjectDAOModifierConstructorDescriptionDefaultAnyUtils(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO plainSchemaDAO, EntityFactory entityFactory, AnyTypeKind anyTypeKind) -
Uses of AnyObjectDAO in org.apache.syncope.core.persistence.elasticsearch
Methods in org.apache.syncope.core.persistence.elasticsearch with parameters of type AnyObjectDAOModifier and TypeMethodDescriptionElasticsearchPersistenceContext.anySearchDAO(RealmSearchDAO realmSearchDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO schemaDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator, co.elastic.clients.elasticsearch.ElasticsearchClient client, ElasticsearchProperties props) -
Uses of AnyObjectDAO in org.apache.syncope.core.persistence.elasticsearch.dao
Constructors in org.apache.syncope.core.persistence.elasticsearch.dao with parameters of type AnyObjectDAOModifierConstructorDescriptionElasticsearchAnySearchDAO(RealmSearchDAO realmSearchDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO schemaDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator, co.elastic.clients.elasticsearch.ElasticsearchClient client, int indexMaxResultWindow) -
Uses of AnyObjectDAO in org.apache.syncope.core.persistence.jpa
Methods in org.apache.syncope.core.persistence.jpa that return AnyObjectDAOModifier and TypeMethodDescriptionPersistenceContext.anyObjectDAO(org.springframework.data.jpa.repository.support.JpaRepositoryFactory jpaRepositoryFactory, AnyObjectRepoExt anyObjectRepoExt) Methods in org.apache.syncope.core.persistence.jpa with parameters of type AnyObjectDAOModifier and TypeMethodDescriptionPersistenceContext.anyMatchDAO(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, RealmDAO realmDAO, PlainSchemaDAO plainSchemaDAO, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator, EntityFactory entityFactory) MariaDBPersistenceContext.anySearchDAO(RealmSearchDAO realmSearchDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO schemaDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator, EntityManager entityManager) MySQLPersistenceContext.anySearchDAO(RealmSearchDAO realmSearchDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO schemaDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator, EntityManager entityManager) OraclePersistenceContext.anySearchDAO(RealmSearchDAO realmSearchDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO schemaDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator, EntityManager entityManager) PGPersistenceContext.anySearchDAO(RealmSearchDAO realmSearchDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO schemaDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator, EntityManager entityManager) PersistenceContext.dynRealmRepoExt(ApplicationEventPublisher publisher, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, AnySearchDAO anySearchDAO, AnyMatchDAO anyMatchDAO, AnySearchCondVisitor searchCondVisitor, EntityManager entityManager) 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.resourceRepoExt(TaskDAO taskDAO, AnyObjectDAO anyObjectDAO, UserDAO userDAO, GroupDAO groupDAO, RealmDAO realmDAO, EntityManager entityManager) -
Uses of AnyObjectDAO in org.apache.syncope.core.persistence.jpa.dao
Constructors in org.apache.syncope.core.persistence.jpa.dao with parameters of type AnyObjectDAOModifierConstructorDescriptionJPAAnyMatchDAO(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, RealmDAO realmDAO, PlainSchemaDAO plainSchemaDAO, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator, EntityFactory entityFactory) MariaDBJPAAnySearchDAO(RealmSearchDAO realmSearchDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO schemaDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator, EntityManager entityManager) MySQLJPAAnySearchDAO(RealmSearchDAO realmSearchDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO schemaDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator, EntityManager entityManager) OracleJPAAnySearchDAO(RealmSearchDAO realmSearchDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO schemaDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator, EntityManager entityManager) PGJPAAnySearchDAO(RealmSearchDAO realmSearchDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO schemaDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator, EntityManager entityManager) -
Uses of AnyObjectDAO in org.apache.syncope.core.persistence.jpa.dao.repo
Subinterfaces of AnyObjectDAO in org.apache.syncope.core.persistence.jpa.dao.repoFields in org.apache.syncope.core.persistence.jpa.dao.repo declared as AnyObjectDAOModifier and TypeFieldDescriptionprotected final AnyObjectDAODynRealmRepoExtImpl.anyObjectDAOprotected final AnyObjectDAOExternalResourceRepoExtImpl.anyObjectDAOprotected final AnyObjectDAOGroupRepoExtImpl.anyObjectDAOConstructors in org.apache.syncope.core.persistence.jpa.dao.repo with parameters of type AnyObjectDAOModifierConstructorDescriptionDynRealmRepoExtImpl(ApplicationEventPublisher publisher, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, AnySearchDAO searchDAO, AnyMatchDAO anyMatchDAO, AnySearchCondVisitor searchCondVisitor, EntityManager entityManager) ExternalResourceRepoExtImpl(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 AnyObjectDAO in org.apache.syncope.core.persistence.neo4j
Methods in org.apache.syncope.core.persistence.neo4j that return AnyObjectDAOModifier and TypeMethodDescriptionPersistenceContext.anyObjectDAO(SyncopeNeo4jRepositoryFactory neo4jRepositoryFactory, AnyObjectRepoExt anyObjectRepoExt) Methods in org.apache.syncope.core.persistence.neo4j with parameters of type AnyObjectDAOModifier and TypeMethodDescriptionPersistenceContext.anyMatchDAO(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, RealmDAO realmDAO, PlainSchemaDAO plainSchemaDAO, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator, EntityFactory entityFactory) PersistenceContext.anySearchDAO(RealmSearchDAO realmSearchDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO schemaDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator, org.springframework.data.neo4j.core.Neo4jTemplate neo4jTemplate, org.springframework.data.neo4j.core.Neo4jClient neo4jClient) PersistenceContext.dynRealmRepoExt(ApplicationEventPublisher publisher, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, AnySearchDAO anySearchDAO, AnyMatchDAO anyMatchDAO, AnySearchCondVisitor searchCondVisitor, org.springframework.data.neo4j.core.Neo4jTemplate neo4jTemplate, org.springframework.data.neo4j.core.Neo4jClient neo4jClient, NodeValidator nodeValidator) 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.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 AnyObjectDAO in org.apache.syncope.core.persistence.neo4j.dao
Constructors in org.apache.syncope.core.persistence.neo4j.dao with parameters of type AnyObjectDAOModifierConstructorDescriptionNeo4jAnyMatchDAO(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, RealmDAO realmDAO, PlainSchemaDAO plainSchemaDAO, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator, EntityFactory entityFactory) Neo4jAnySearchDAO(RealmSearchDAO realmSearchDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO plainSchemaDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator, org.springframework.data.neo4j.core.Neo4jTemplate neo4jTemplate, org.springframework.data.neo4j.core.Neo4jClient neo4jClient) -
Uses of AnyObjectDAO in org.apache.syncope.core.persistence.neo4j.dao.repo
Subinterfaces of AnyObjectDAO in org.apache.syncope.core.persistence.neo4j.dao.repoFields in org.apache.syncope.core.persistence.neo4j.dao.repo declared as AnyObjectDAOModifier and TypeFieldDescriptionprotected final AnyObjectDAODynRealmRepoExtImpl.anyObjectDAOprotected final AnyObjectDAOExternalResourceRepoExtImpl.anyObjectDAOprotected final AnyObjectDAOGroupRepoExtImpl.anyObjectDAOConstructors in org.apache.syncope.core.persistence.neo4j.dao.repo with parameters of type AnyObjectDAOModifierConstructorDescriptionDynRealmRepoExtImpl(ApplicationEventPublisher publisher, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, AnySearchDAO searchDAO, AnyMatchDAO anyMatchDAO, AnySearchCondVisitor searchCondVisitor, org.springframework.data.neo4j.core.Neo4jTemplate neo4jTemplate, org.springframework.data.neo4j.core.Neo4jClient neo4jClient, NodeValidator nodeValidator) ExternalResourceRepoExtImpl(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 AnyObjectDAO in org.apache.syncope.core.persistence.opensearch
Methods in org.apache.syncope.core.persistence.opensearch with parameters of type AnyObjectDAOModifier and TypeMethodDescriptionOpenSearchPersistenceContext.anySearchDAO(RealmSearchDAO realmSearchDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO schemaDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator, org.opensearch.client.opensearch.OpenSearchClient client, OpenSearchProperties props) -
Uses of AnyObjectDAO in org.apache.syncope.core.persistence.opensearch.dao
Constructors in org.apache.syncope.core.persistence.opensearch.dao with parameters of type AnyObjectDAOModifierConstructorDescriptionOpenSearchAnySearchDAO(RealmSearchDAO realmSearchDAO, DynRealmDAO dynRealmDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, PlainSchemaDAO schemaDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, PlainAttrValidationManager validator, org.opensearch.client.opensearch.OpenSearchClient client, int indexMaxResultWindow) -
Uses of AnyObjectDAO in org.apache.syncope.core.provisioning.java
Fields in org.apache.syncope.core.provisioning.java declared as AnyObjectDAOModifier and TypeFieldDescriptionprotected final AnyObjectDAODefaultAnyObjectProvisioningManager.anyObjectDAOprotected final AnyObjectDAODefaultMappingManager.anyObjectDAOMethods in org.apache.syncope.core.provisioning.java with parameters of type AnyObjectDAOModifier and TypeMethodDescriptionProvisioningContext.anyObjectDataBinder(EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, AnyTypeDAO anyTypeDAO, RealmSearchDAO realmSearchDAO, AnyTypeClassDAO anyTypeClassDAO, AnyObjectDAO anyObjectDAO, UserDAO userDAO, GroupDAO groupDAO, PlainSchemaDAO plainSchemaDAO, ExternalResourceDAO resourceDAO, RelationshipTypeDAO relationshipTypeDAO, DerAttrHandler derAttrHandler, MappingManager mappingManager, IntAttrNameParser intAttrNameParser, OutboundMatcher outboundMatcher, PlainAttrValidationManager validator, JexlTools jexlTools) ProvisioningContext.anyObjectProvisioningManager(AnyObjectWorkflowAdapter awfAdapter, PropagationManager propagationManager, PropagationTaskExecutor taskExecutor, AnyObjectDAO anyObjectDAO) ProvisioningContext.groupDataBinder(EntityFactory entityFactory, AnySearchCondVisitor searchCondVisitor, AnyUtilsFactory anyUtilsFactory, AnyTypeDAO anyTypeDAO, RealmSearchDAO realmSearchDAO, AnyTypeClassDAO anyTypeClassDAO, AnyObjectDAO anyObjectDAO, UserDAO userDAO, GroupDAO groupDAO, PlainSchemaDAO plainSchemaDAO, ExternalResourceDAO resourceDAO, RelationshipTypeDAO relationshipTypeDAO, DerAttrHandler derAttrHandler, MappingManager mappingManager, IntAttrNameParser intAttrNameParser, OutboundMatcher outboundMatcher, PlainAttrValidationManager validator, JexlTools jexlTools) ProvisioningContext.inboundMatcher(AnyUtilsFactory anyUtilsFactory, UserDAO userDAO, AnyObjectDAO anyObjectDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, RealmDAO realmDAO, RealmSearchDAO realmSearchDAO, ImplementationDAO implementationDAO, IntAttrNameParser intAttrNameParser) ProvisioningContext.mappingManager(AnyTypeDAO anyTypeDAO, UserDAO userDAO, AnyObjectDAO anyObjectDAO, GroupDAO groupDAO, RelationshipTypeDAO relationshipTypeDAO, RealmSearchDAO realmSearchDAO, ImplementationDAO implementationDAO, DerAttrHandler derAttrHandler, IntAttrNameParser intAttrNameParser, EncryptorManager encryptorManager, JexlTools jexlTools) 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.userDataBinder(EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, SecurityProperties securityProperties, AnyTypeDAO anyTypeDAO, RealmSearchDAO realmSearchDAO, AnyTypeClassDAO anyTypeClassDAO, AnyObjectDAO anyObjectDAO, UserDAO userDAO, GroupDAO groupDAO, PlainSchemaDAO plainSchemaDAO, ExternalResourceDAO resourceDAO, RelationshipTypeDAO relationshipTypeDAO, DerAttrHandler derAttrHandler, MappingManager mappingManager, IntAttrNameParser intAttrNameParser, OutboundMatcher outboundMatcher, PlainAttrValidationManager validator, RoleDAO roleDAO, SecurityQuestionDAO securityQuestionDAO, AccessTokenDAO accessTokenDAO, DelegationDAO delegationDAO, ConfParamOps confParamOps, JexlTools jexlTools) Constructors in org.apache.syncope.core.provisioning.java with parameters of type AnyObjectDAOModifierConstructorDescriptionDefaultAnyObjectProvisioningManager(AnyObjectWorkflowAdapter awfAdapter, PropagationManager propagationManager, PropagationTaskExecutor taskExecutor, AnyObjectDAO anyObjectDAO) DefaultMappingManager(AnyTypeDAO anyTypeDAO, UserDAO userDAO, AnyObjectDAO anyObjectDAO, GroupDAO groupDAO, RelationshipTypeDAO relationshipTypeDAO, RealmSearchDAO realmSearchDAO, ImplementationDAO implementationDAO, DerAttrHandler derAttrHandler, IntAttrNameParser intAttrNameParser, EncryptorManager encryptorManager, JexlTools jexlTools) -
Uses of AnyObjectDAO in org.apache.syncope.core.provisioning.java.data
Fields in org.apache.syncope.core.provisioning.java.data declared as AnyObjectDAOModifier and TypeFieldDescriptionprotected final AnyObjectDAOAnyDataBinder.anyObjectDAOprotected final AnyObjectDAOAnyDataBinder.anyObjectDAOprotected final AnyObjectDAOAnyDataBinder.anyObjectDAOConstructors in org.apache.syncope.core.provisioning.java.data with parameters of type AnyObjectDAOModifierConstructorDescriptionAnyObjectDataBinderImpl(AnyTypeDAO anyTypeDAO, RealmSearchDAO realmSearchDAO, AnyTypeClassDAO anyTypeClassDAO, AnyObjectDAO anyObjectDAO, UserDAO userDAO, GroupDAO groupDAO, PlainSchemaDAO plainSchemaDAO, ExternalResourceDAO resourceDAO, RelationshipTypeDAO relationshipTypeDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, DerAttrHandler derAttrHandler, MappingManager mappingManager, IntAttrNameParser intAttrNameParser, OutboundMatcher outboundMatcher, PlainAttrValidationManager validator, JexlTools jexlTools) GroupDataBinderImpl(AnyTypeDAO anyTypeDAO, RealmSearchDAO realmSearchDAO, AnyTypeClassDAO anyTypeClassDAO, AnyObjectDAO anyObjectDAO, UserDAO userDAO, GroupDAO groupDAO, PlainSchemaDAO plainSchemaDAO, ExternalResourceDAO resourceDAO, RelationshipTypeDAO relationshipTypeDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, DerAttrHandler derAttrHandler, MappingManager mappingManager, IntAttrNameParser intAttrNameParser, OutboundMatcher outboundMatcher, AnySearchCondVisitor searchCondVisitor, PlainAttrValidationManager validator, JexlTools jexlTools) UserDataBinderImpl(AnyTypeDAO anyTypeDAO, RealmSearchDAO realmSearchDAO, AnyTypeClassDAO anyTypeClassDAO, AnyObjectDAO anyObjectDAO, UserDAO userDAO, GroupDAO groupDAO, PlainSchemaDAO plainSchemaDAO, ExternalResourceDAO resourceDAO, RelationshipTypeDAO relationshipTypeDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, DerAttrHandler derAttrHandler, MappingManager mappingManager, IntAttrNameParser intAttrNameParser, OutboundMatcher outboundMatcher, PlainAttrValidationManager validator, RoleDAO roleDAO, SecurityQuestionDAO securityQuestionDAO, AccessTokenDAO accessTokenDAO, DelegationDAO delegationDAO, ConfParamOps confParamOps, SecurityProperties securityProperties, JexlTools jexlTools) -
Uses of AnyObjectDAO in org.apache.syncope.core.provisioning.java.job
Fields in org.apache.syncope.core.provisioning.java.job declared as AnyObjectDAOModifier and TypeFieldDescriptionprotected AnyObjectDAOElasticsearchReindex.anyObjectDAOprotected AnyObjectDAOOpenFGAReinit.anyObjectDAOprotected AnyObjectDAOOpenSearchReindex.anyObjectDAO -
Uses of AnyObjectDAO in org.apache.syncope.core.provisioning.java.notification
Fields in org.apache.syncope.core.provisioning.java.notification declared as AnyObjectDAOModifier and TypeFieldDescriptionprotected final AnyObjectDAODefaultNotificationManager.anyObjectDAOConstructors in org.apache.syncope.core.provisioning.java.notification with parameters of type AnyObjectDAOModifierConstructorDescriptionDefaultNotificationManager(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) -
Uses of AnyObjectDAO in org.apache.syncope.core.provisioning.java.pushpull
Fields in org.apache.syncope.core.provisioning.java.pushpull declared as AnyObjectDAOConstructors in org.apache.syncope.core.provisioning.java.pushpull with parameters of type AnyObjectDAOModifierConstructorDescriptionInboundMatcher(UserDAO userDAO, AnyObjectDAO anyObjectDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, RealmDAO realmDAO, RealmSearchDAO realmSearchDAO, ImplementationDAO implementationDAO, IntAttrNameParser intAttrNameParser, AnyUtilsFactory anyUtilsFactory) -
Uses of AnyObjectDAO in org.apache.syncope.core.rest.cxf
Methods in org.apache.syncope.core.rest.cxf with parameters of type AnyObjectDAOModifier and TypeMethodDescriptionIdRepoRESTCXFContext.anyObjectService(AnyObjectDAO anyObjectDAO, AnyObjectLogic anyObjectLogic, AnySearchCondVisitor searchCondVisitor) -
Uses of AnyObjectDAO in org.apache.syncope.core.rest.cxf.service
Fields in org.apache.syncope.core.rest.cxf.service declared as AnyObjectDAOConstructors in org.apache.syncope.core.rest.cxf.service with parameters of type AnyObjectDAOModifierConstructorDescriptionAnyObjectServiceImpl(AnySearchCondVisitor searchCondVisitor, AnyObjectDAO anyObjectDAO, AnyObjectLogic logic) -
Uses of AnyObjectDAO in org.apache.syncope.core.starter
Methods in org.apache.syncope.core.starter with parameters of type AnyObjectDAOModifier and TypeMethodDescriptionSyncopeCoreApplication.syncopeCoreInfoContributor(AnyTypeDAO anyTypeDAO, AnyTypeClassDAO anyTypeClassDAO, ExternalResourceDAO resourceDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, RoleDAO roleDAO, PolicyDAO policyDAO, NotificationDAO notificationDAO, TaskDAO taskDAO, SecurityQuestionDAO securityQuestionDAO, PersistenceInfoDAO persistenceInfoDAO, ConfParamOps confParamOps, ConnIdBundleManager bundleManager, ImplementationLookup implLookup) -
Uses of AnyObjectDAO in org.apache.syncope.core.starter.actuate
Fields in org.apache.syncope.core.starter.actuate declared as AnyObjectDAOModifier and TypeFieldDescriptionprotected final AnyObjectDAODefaultSyncopeCoreInfoContributor.anyObjectDAOConstructors in org.apache.syncope.core.starter.actuate with parameters of type AnyObjectDAOModifierConstructorDescriptionDefaultSyncopeCoreInfoContributor(AnyTypeDAO anyTypeDAO, AnyTypeClassDAO anyTypeClassDAO, ExternalResourceDAO resourceDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, RoleDAO roleDAO, PolicyDAO policyDAO, NotificationDAO notificationDAO, TaskDAO taskDAO, SecurityQuestionDAO securityQuestionDAO, PersistenceInfoDAO persistenceInfoDAO, ConfParamOps confParamOps, ConnIdBundleManager bundleManager, ImplementationLookup implLookup) -
Uses of AnyObjectDAO in org.apache.syncope.core.workflow.java
Fields in org.apache.syncope.core.workflow.java declared as AnyObjectDAOModifier and TypeFieldDescriptionprotected final AnyObjectDAOAbstractAnyObjectWorkflowAdapter.anyObjectDAOMethods in org.apache.syncope.core.workflow.java with parameters of type AnyObjectDAOModifier and TypeMethodDescriptionWorkflowContext.awfAdapter(AnyObjectDataBinder anyObjectDataBinder, AnyObjectDAO anyObjectDAO, GroupDAO groupDAO, EntityFactory entityFactory, ApplicationEventPublisher publisher) Constructors in org.apache.syncope.core.workflow.java with parameters of type AnyObjectDAOModifierConstructorDescriptionAbstractAnyObjectWorkflowAdapter(AnyObjectDataBinder dataBinder, AnyObjectDAO anyObjectDAO, GroupDAO groupDAO, EntityFactory entityFactory, ApplicationEventPublisher publisher) DefaultAnyObjectWorkflowAdapter(AnyObjectDataBinder dataBinder, AnyObjectDAO anyObjectDAO, GroupDAO groupDAO, EntityFactory entityFactory, ApplicationEventPublisher publisher) -
Uses of AnyObjectDAO in org.apache.syncope.ext.elasticsearch.client
Fields in org.apache.syncope.ext.elasticsearch.client declared as AnyObjectDAOMethods in org.apache.syncope.ext.elasticsearch.client with parameters of type AnyObjectDAOModifier and TypeMethodDescriptionElasticsearchClientContext.elasticsearchUtils(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO) Constructors in org.apache.syncope.ext.elasticsearch.client with parameters of type AnyObjectDAOModifierConstructorDescriptionElasticsearchUtils(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO) -
Uses of AnyObjectDAO in org.apache.syncope.ext.opensearch.client
Fields in org.apache.syncope.ext.opensearch.client declared as AnyObjectDAOMethods in org.apache.syncope.ext.opensearch.client with parameters of type AnyObjectDAOModifier and TypeMethodDescriptionOpenSearchClientContext.openSearchUtils(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO) Constructors in org.apache.syncope.ext.opensearch.client with parameters of type AnyObjectDAOModifierConstructorDescriptionOpenSearchUtils(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO) -
Uses of AnyObjectDAO in org.apache.syncope.ext.scimv2.cxf
Methods in org.apache.syncope.ext.scimv2.cxf with parameters of type AnyObjectDAOModifier and TypeMethodDescriptionSCIMv2RESTCXFContext.scimService(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, UserLogic userLogic, GroupLogic groupLogic, AnyObjectLogic anyObjectLogic, SCIMDataBinder binder, SCIMConfManager confManager, SCIMLogic scimLogic) SCIMv2RESTCXFContext.scimv2AnyObjectService(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, UserLogic userLogic, GroupLogic groupLogic, AnyObjectLogic anyObjectLogic, SCIMDataBinder binder, SCIMConfManager confManager) SCIMv2RESTCXFContext.scimv2GroupService(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, UserLogic userLogic, GroupLogic groupLogic, AnyObjectLogic anyObjectLogic, SCIMDataBinder binder, SCIMConfManager confManager, JexlTools jexlTools) SCIMv2RESTCXFContext.scimv2UserService(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, UserLogic userLogic, GroupLogic groupLogic, AnyObjectLogic anyObjectLogic, SCIMDataBinder binder, SCIMConfManager confManager) -
Uses of AnyObjectDAO in org.apache.syncope.ext.scimv2.cxf.service
Fields in org.apache.syncope.ext.scimv2.cxf.service declared as AnyObjectDAOConstructors in org.apache.syncope.ext.scimv2.cxf.service with parameters of type AnyObjectDAOModifierConstructorDescriptionprotectedAbstractSCIMService(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, UserLogic userLogic, GroupLogic groupLogic, AnyObjectLogic anyObjectLogic, SCIMDataBinder binder, SCIMConfManager confManager) SCIMAnyObjectServiceImpl(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, UserLogic userLogic, GroupLogic groupLogic, AnyObjectLogic anyObjectLogic, SCIMDataBinder binder, SCIMConfManager confManager) SCIMGroupServiceImpl(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, UserLogic userLogic, GroupLogic groupLogic, AnyObjectLogic anyObjectLogic, SCIMDataBinder binder, SCIMConfManager confManager, JexlTools jexlTools) SCIMServiceImpl(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, UserLogic userLogic, GroupLogic groupLogic, AnyObjectLogic anyObjectLogic, SCIMDataBinder binder, SCIMConfManager confManager, SCIMLogic scimLogic) SCIMUserServiceImpl(UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, UserLogic userLogic, GroupLogic groupLogic, AnyObjectLogic anyObjectLogic, SCIMDataBinder binder, SCIMConfManager confManager)