Uses of Interface
org.apache.syncope.core.persistence.api.dao.ImplementationDAO
Packages that use ImplementationDAO
Package
Description
-
Uses of ImplementationDAO in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as ImplementationDAOModifier and TypeFieldDescriptionprotected final ImplementationDAOCommandLogic.implementationDAOprotected final ImplementationDAOGroupLogic.implementationDAOprotected final ImplementationDAOImplementationLogic.implementationDAOprotected final ImplementationDAOSchemaLogic.implementationDAOMethods in org.apache.syncope.core.logic with parameters of type ImplementationDAOModifier and TypeMethodDescriptionIdRepoLogicContext.commandLogic(ImplementationDAO implementationDAO, Validator validator) IdRepoLogicContext.groupLogic(RealmSearchDAO realmSearchDAO, AnyTypeDAO anyTypeDAO, TemplateUtils templateUtils, UserDAO userDAO, GroupDAO groupDAO, SecurityProperties securityProperties, AnySearchDAO anySearchDAO, ImplementationDAO implementationDAO, TaskDAO taskDAO, GroupDataBinder groupDataBinder, GroupProvisioningManager provisioningManager, TaskDataBinder taskDataBinder, JobManager jobManager, SyncopeTaskScheduler scheduler, EntityFactory entityFactory) IdRepoLogicContext.implementationLogic(ImplementationDataBinder binder, PlainSchemaDAO plainSchemaDAO, RealmDAO realmDAO, PolicyDAO policyDAO, ReportDAO reportDAO, TaskDAO taskDAO, ExternalResourceDAO resourceDAO, ImplementationDAO implementationDAO, NotificationDAO notificationDAO) OIDCC4UILogicContext.oidcUserManager(InboundMatcher inboundMatcher, UserDAO userDAO, ImplementationDAO implementationDAO, IntAttrNameParser intAttrNameParser, TemplateUtils templateUtils, UserProvisioningManager provisioningManager, UserDataBinder binder) SAML2SP4UILogicContext.saml2SP4UIUserManager(SAML2SP4UIIdPDAO idpDAO, InboundMatcher inboundMatcher, UserDAO userDAO, ImplementationDAO implementationDAO, IntAttrNameParser intAttrNameParser, TemplateUtils templateUtils, UserProvisioningManager provisioningManager, UserDataBinder binder) IdRepoLogicContext.schemaLogic(PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, AnyTypeClassDAO anyTypeClassDAO, ImplementationDAO implementationDAO, SchemaDataBinder binder) Constructors in org.apache.syncope.core.logic with parameters of type ImplementationDAOModifierConstructorDescriptionCommandLogic(ImplementationDAO implementationDAO, Validator validator) GroupLogic(RealmSearchDAO realmSearchDAO, AnyTypeDAO anyTypeDAO, TemplateUtils templateUtils, UserDAO userDAO, GroupDAO groupDAO, SecurityProperties securityProperties, AnySearchDAO searchDAO, ImplementationDAO implementationDAO, TaskDAO taskDAO, GroupDataBinder binder, GroupProvisioningManager provisioningManager, TaskDataBinder taskDataBinder, JobManager jobManager, SyncopeTaskScheduler scheduler, EntityFactory entityFactory) ImplementationLogic(ImplementationDataBinder binder, ImplementationDAO implementationDAO, ReportDAO reportDAO, PolicyDAO policyDAO, ExternalResourceDAO resourceDAO, TaskDAO taskDAO, RealmDAO realmDAO, PlainSchemaDAO plainSchemaDAO, NotificationDAO notificationDAO) SchemaLogic(PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, AnyTypeClassDAO anyTypeClassDAO, ImplementationDAO implementationDAO, SchemaDataBinder binder) -
Uses of ImplementationDAO in org.apache.syncope.core.logic.oidc
Fields in org.apache.syncope.core.logic.oidc declared as ImplementationDAOModifier and TypeFieldDescriptionprotected final ImplementationDAOOIDCUserManager.implementationDAOConstructors in org.apache.syncope.core.logic.oidc with parameters of type ImplementationDAOModifierConstructorDescriptionOIDCUserManager(InboundMatcher inboundMatcher, UserDAO userDAO, ImplementationDAO implementationDAO, IntAttrNameParser intAttrNameParser, TemplateUtils templateUtils, UserProvisioningManager provisioningManager, UserDataBinder binder) -
Uses of ImplementationDAO in org.apache.syncope.core.logic.saml2
Fields in org.apache.syncope.core.logic.saml2 declared as ImplementationDAOModifier and TypeFieldDescriptionprotected final ImplementationDAOSAML2SP4UIUserManager.implementationDAOConstructors in org.apache.syncope.core.logic.saml2 with parameters of type ImplementationDAOModifierConstructorDescriptionSAML2SP4UIUserManager(SAML2SP4UIIdPDAO idpDAO, InboundMatcher inboundMatcher, UserDAO userDAO, ImplementationDAO implementationDAO, IntAttrNameParser intAttrNameParser, TemplateUtils templateUtils, UserProvisioningManager provisioningManager, UserDataBinder binder) -
Uses of ImplementationDAO in org.apache.syncope.core.persistence.jpa
Methods in org.apache.syncope.core.persistence.jpa that return ImplementationDAOModifier and TypeMethodDescriptionPersistenceContext.implementationDAO(org.springframework.data.jpa.repository.support.JpaRepositoryFactory jpaRepositoryFactory, ImplementationRepoExt implementationRepoExt) -
Uses of ImplementationDAO in org.apache.syncope.core.persistence.jpa.dao.repo
Subinterfaces of ImplementationDAO in org.apache.syncope.core.persistence.jpa.dao.repo -
Uses of ImplementationDAO in org.apache.syncope.core.persistence.neo4j
Methods in org.apache.syncope.core.persistence.neo4j that return ImplementationDAOModifier and TypeMethodDescriptionPersistenceContext.implementationDAO(SyncopeNeo4jRepositoryFactory neo4jRepositoryFactory, ImplementationRepoExt implementationRepoExt) -
Uses of ImplementationDAO in org.apache.syncope.core.persistence.neo4j.dao.repo
Subinterfaces of ImplementationDAO in org.apache.syncope.core.persistence.neo4j.dao.repo -
Uses of ImplementationDAO in org.apache.syncope.core.provisioning.java
Fields in org.apache.syncope.core.provisioning.java declared as ImplementationDAOModifier and TypeFieldDescriptionprotected final ImplementationDAODefaultMappingManager.implementationDAOMethods in org.apache.syncope.core.provisioning.java with parameters of type ImplementationDAOModifier and TypeMethodDescriptionProvisioningContext.inboundMatcher(AnyUtilsFactory anyUtilsFactory, UserDAO userDAO, AnyObjectDAO anyObjectDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, RealmDAO realmDAO, RealmSearchDAO realmSearchDAO, ImplementationDAO implementationDAO, IntAttrNameParser intAttrNameParser) ProvisioningContext.jobManager(DomainHolder<?> domainHolder, SecurityProperties securityProperties, SyncopeTaskScheduler scheduler, JobStatusDAO jobStatusDAO, TaskDAO taskDAO, ReportDAO reportDAO, ImplementationDAO implementationDAO, TaskUtilsFactory taskUtilsFactory, ConfParamOps confParamOps) 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.notificationDataBinder(EntityFactory entityFactory, MailTemplateDAO mailTemplateDAO, AnyTypeDAO anyTypeDAO, 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) ProvisioningContext.reportDataBinder(ReportExecDAO reportExecDAO, ImplementationDAO implementationDAO, SyncopeTaskScheduler scheduler) ProvisioningContext.resourceDataBinder(EntityFactory entityFactory, AnyTypeDAO anyTypeDAO, ConnInstanceDAO connInstanceDAO, PolicyDAO policyDAO, AnyTypeClassDAO anyTypeClassDAO, ImplementationDAO implementationDAO, PlainSchemaDAO plainSchemaDAO, IntAttrNameParser intAttrNameParser, PropagationTaskExecutor propagationTaskExecutor, JexlTools jexlTools) SAML2SP4UIProvisioningContext.saml2SP4UIIdPDataBinder(AnyTypeDAO anyTypeDAO, SAML2SP4UIIdPDAO idapDAO, ImplementationDAO implementationDAO, SAML2SP4UIEntityFactory entityFactory, IntAttrNameParser intAttrNameParser, JexlTools jexlTools) ProvisioningContext.schemaDataBinder(EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, AnyTypeClassDAO anyTypeClassDAO, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, ExternalResourceDAO resourceDAO, AnyTypeDAO anyTypeDAO, ImplementationDAO implementationDAO, JexlTools jexlTools) ProvisioningContext.taskDataBinder(EntityFactory entityFactory, TaskUtilsFactory taskUtilsFactory, RealmSearchDAO realmSearchDAO, ExternalResourceDAO resourceDAO, TaskExecDAO taskExecDAO, AnyTypeDAO anyTypeDAO, ImplementationDAO implementationDAO, SyncopeTaskScheduler scheduler, TemplateUtils templateUtils) Constructors in org.apache.syncope.core.provisioning.java with parameters of type ImplementationDAOModifierConstructorDescriptionDefaultMappingManager(AnyTypeDAO anyTypeDAO, UserDAO userDAO, AnyObjectDAO anyObjectDAO, GroupDAO groupDAO, RelationshipTypeDAO relationshipTypeDAO, RealmSearchDAO realmSearchDAO, ImplementationDAO implementationDAO, DerAttrHandler derAttrHandler, IntAttrNameParser intAttrNameParser, EncryptorManager encryptorManager, JexlTools jexlTools) -
Uses of ImplementationDAO in org.apache.syncope.core.provisioning.java.data
Fields in org.apache.syncope.core.provisioning.java.data declared as ImplementationDAOModifier and TypeFieldDescriptionprotected final ImplementationDAONotificationDataBinderImpl.implementationDAOprotected final ImplementationDAOOIDCC4UIProviderDataBinderImpl.implementationDAOprotected final ImplementationDAOPolicyDataBinderImpl.implementationDAOprotected final ImplementationDAORealmDataBinderImpl.implementationDAOprotected final ImplementationDAOReportDataBinderImpl.implementationDAOprotected final ImplementationDAOResourceDataBinderImpl.implementationDAOprotected final ImplementationDAOSAML2SP4UIIdPDataBinderImpl.implementationDAOprotected final ImplementationDAOSchemaDataBinderImpl.implementationDAOprotected final ImplementationDAOTaskDataBinderImpl.implementationDAOMethods in org.apache.syncope.core.provisioning.java.data with parameters of type ImplementationDAOModifier and TypeMethodDescriptionOIDCC4UIProvisioningContext.oidcc4UIProviderDataBinder(AnyTypeDAO anyTypeDAO, OIDCC4UIProviderDAO oidcOPDAO, ImplementationDAO implementationDAO, OIDCC4UIEntityFactory entityFactory, IntAttrNameParser intAttrNameParser, JexlTools jexlTools) Constructors in org.apache.syncope.core.provisioning.java.data with parameters of type ImplementationDAOModifierConstructorDescriptionNotificationDataBinderImpl(MailTemplateDAO mailTemplateDAO, AnyTypeDAO anyTypeDAO, ImplementationDAO implementationDAO, EntityFactory entityFactory, IntAttrNameParser intAttrNameParser) OIDCC4UIProviderDataBinderImpl(AnyTypeDAO anyTypeDAO, OIDCC4UIProviderDAO oidcOPDAO, ImplementationDAO implementationDAO, OIDCC4UIEntityFactory entityFactory, IntAttrNameParser intAttrNameParser, JexlTools jexlTools) PolicyDataBinderImpl(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) ReportDataBinderImpl(ReportExecDAO reportExecDAO, ImplementationDAO implementationDAO, SyncopeTaskScheduler scheduler) ResourceDataBinderImpl(AnyTypeDAO anyTypeDAO, ConnInstanceDAO connInstanceDAO, PolicyDAO policyDAO, AnyTypeClassDAO anyTypeClassDAO, ImplementationDAO implementationDAO, PlainSchemaDAO plainSchemaDAO, EntityFactory entityFactory, IntAttrNameParser intAttrNameParser, PropagationTaskExecutor propagationTaskExecutor, JexlTools jexlTools) SAML2SP4UIIdPDataBinderImpl(AnyTypeDAO anyTypeDAO, SAML2SP4UIIdPDAO idapDAO, ImplementationDAO implementationDAO, SAML2SP4UIEntityFactory entityFactory, IntAttrNameParser intAttrNameParser, JexlTools jexlTools) SchemaDataBinderImpl(AnyTypeClassDAO anyTypeClassDAO, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, ExternalResourceDAO resourceDAO, AnyTypeDAO anyTypeDAO, ImplementationDAO implementationDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, JexlTools jexlTools) TaskDataBinderImpl(RealmSearchDAO realmSearchDAO, ExternalResourceDAO resourceDAO, TaskExecDAO taskExecDAO, AnyTypeDAO anyTypeDAO, ImplementationDAO implementationDAO, EntityFactory entityFactory, SyncopeTaskScheduler scheduler, TaskUtilsFactory taskUtilsFactory, TemplateUtils templateUtils) -
Uses of ImplementationDAO in org.apache.syncope.core.provisioning.java.job
Fields in org.apache.syncope.core.provisioning.java.job declared as ImplementationDAOModifier and TypeFieldDescriptionprotected final ImplementationDAODefaultJobManager.implementationDAOprotected ImplementationDAOMacroJobDelegate.implementationDAOprotected ImplementationDAOTaskJob.implementationDAOConstructors in org.apache.syncope.core.provisioning.java.job with parameters of type ImplementationDAOModifierConstructorDescriptionDefaultJobManager(DomainHolder<?> domainHolder, SyncopeTaskScheduler scheduler, JobStatusDAO jobStatusDAO, TaskDAO taskDAO, ReportDAO reportDAO, ImplementationDAO implementationDAO, TaskUtilsFactory taskUtilsFactory, ConfParamOps confParamOps, SecurityProperties securityProperties) -
Uses of ImplementationDAO in org.apache.syncope.core.provisioning.java.pushpull
Fields in org.apache.syncope.core.provisioning.java.pushpull declared as ImplementationDAOModifier and TypeFieldDescriptionprotected final ImplementationDAOInboundMatcher.implementationDAOprotected ImplementationDAOSinglePullJobDelegate.implementationDAOprotected ImplementationDAOSinglePushJobDelegate.implementationDAOConstructors in org.apache.syncope.core.provisioning.java.pushpull with parameters of type ImplementationDAOModifierConstructorDescriptionInboundMatcher(UserDAO userDAO, AnyObjectDAO anyObjectDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, RealmDAO realmDAO, RealmSearchDAO realmSearchDAO, ImplementationDAO implementationDAO, IntAttrNameParser intAttrNameParser, AnyUtilsFactory anyUtilsFactory)