Uses of Interface
org.apache.syncope.core.persistence.api.dao.ImplementationDAO
-
-
Uses of ImplementationDAO in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as ImplementationDAO Modifier and Type Field Description protected ImplementationDAOCommandLogic. implementationDAOprotected ImplementationDAOGroupLogic. implementationDAOprotected ImplementationDAOImplementationLogic. implementationDAOMethods in org.apache.syncope.core.logic with parameters of type ImplementationDAO Modifier and Type Method Description CommandLogicIdRepoLogicContext. commandLogic(ImplementationDAO implementationDAO, javax.validation.Validator validator)GroupLogicIdRepoLogicContext. groupLogic(GroupProvisioningManager provisioningManager, JobManager jobManager, TemplateUtils templateUtils, EntityFactory entityFactory, RealmDAO realmDAO, AnyTypeDAO anyTypeDAO, UserDAO userDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, SchedulerFactoryBean scheduler, TaskDAO taskDAO, GroupDataBinder groupDataBinder, TaskDataBinder taskDataBinder, ImplementationDAO implementationDAO, SecurityProperties securityProperties)ImplementationLogicIdRepoLogicContext. implementationLogic(ImplementationDataBinder binder, PlainSchemaDAO plainSchemaDAO, RealmDAO realmDAO, PolicyDAO policyDAO, ReportDAO reportDAO, TaskDAO taskDAO, ExternalResourceDAO externalResourceDAO, ImplementationDAO implementationDAO, NotificationDAO notificationDAO)OIDCUserManagerOIDCC4UILogicContext. oidcUserManager(InboundMatcher inboundMatcher, UserDAO userDAO, ImplementationDAO implementationDAO, IntAttrNameParser intAttrNameParser, TemplateUtils templateUtils, UserProvisioningManager provisioningManager, UserDataBinder binder)SAML2SP4UIUserManagerSAML2SP4UILogicContext. saml2SP4UIUserManager(SAML2SP4UIIdPDAO idpDAO, InboundMatcher inboundMatcher, UserDAO userDAO, ImplementationDAO implementationDAO, IntAttrNameParser intAttrNameParser, TemplateUtils templateUtils, UserProvisioningManager provisioningManager, UserDataBinder binder)Constructors in org.apache.syncope.core.logic with parameters of type ImplementationDAO Constructor Description CommandLogic(ImplementationDAO implementationDAO, javax.validation.Validator validator)GroupLogic(RealmDAO realmDAO, AnyTypeDAO anyTypeDAO, TemplateUtils templateUtils, UserDAO userDAO, GroupDAO groupDAO, SecurityProperties securityProperties, AnySearchDAO searchDAO, ImplementationDAO implementationDAO, TaskDAO taskDAO, GroupDataBinder binder, GroupProvisioningManager provisioningManager, TaskDataBinder taskDataBinder, JobManager jobManager, SchedulerFactoryBean scheduler, EntityFactory entityFactory)ImplementationLogic(ImplementationDataBinder binder, ImplementationDAO implementationDAO, ReportDAO reportDAO, PolicyDAO policyDAO, ExternalResourceDAO resourceDAO, TaskDAO taskDAO, RealmDAO realmDAO, PlainSchemaDAO plainSchemaDAO, NotificationDAO notificationDAO) -
Uses of ImplementationDAO in org.apache.syncope.core.logic.oidc
Fields in org.apache.syncope.core.logic.oidc declared as ImplementationDAO Modifier and Type Field Description protected ImplementationDAOOIDCUserManager. implementationDAOConstructors in org.apache.syncope.core.logic.oidc with parameters of type ImplementationDAO Constructor Description OIDCUserManager(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 ImplementationDAO Modifier and Type Field Description protected ImplementationDAOSAML2SP4UIUserManager. implementationDAOConstructors in org.apache.syncope.core.logic.saml2 with parameters of type ImplementationDAO Constructor Description SAML2SP4UIUserManager(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 ImplementationDAO Modifier and Type Method Description ImplementationDAOPersistenceContext. implementationDAO(ExternalResourceDAO resourceDAO, EntityCacheDAO entityCacheDAO) -
Uses of ImplementationDAO in org.apache.syncope.core.persistence.jpa.dao
Classes in org.apache.syncope.core.persistence.jpa.dao that implement ImplementationDAO Modifier and Type Class Description classJPAImplementationDAO -
Uses of ImplementationDAO in org.apache.syncope.core.provisioning.java
Fields in org.apache.syncope.core.provisioning.java declared as ImplementationDAO Modifier and Type Field Description protected ImplementationDAODefaultMappingManager. implementationDAOMethods in org.apache.syncope.core.provisioning.java with parameters of type ImplementationDAO Modifier and Type Method Description InboundMatcherProvisioningContext. inboundMatcher(AnyUtilsFactory anyUtilsFactory, UserDAO userDAO, AnyObjectDAO anyObjectDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, RealmDAO realmDAO, VirSchemaDAO virSchemaDAO, ImplementationDAO implementationDAO, VirAttrHandler virAttrHandler, IntAttrNameParser intAttrNameParser)JobManagerProvisioningContext. jobManager(ProvisioningProperties props, DomainHolder domainHolder, SecurityProperties securityProperties, SchedulerFactoryBean scheduler, TaskDAO taskDAO, ReportDAO reportDAO, ImplementationDAO implementationDAO, TaskUtilsFactory taskUtilsFactory, ConfParamOps confParamOps)MappingManagerProvisioningContext. mappingManager(AnyUtilsFactory anyUtilsFactory, AnyTypeDAO anyTypeDAO, UserDAO userDAO, AnyObjectDAO anyObjectDAO, GroupDAO groupDAO, RelationshipTypeDAO relationshipTypeDAO, RealmDAO realmDAO, ApplicationDAO applicationDAO, ImplementationDAO implementationDAO, DerAttrHandler derAttrHandler, VirAttrHandler virAttrHandler, VirAttrCache virAttrCache, IntAttrNameParser intAttrNameParser)NotificationDataBinderProvisioningContext. notificationDataBinder(EntityFactory entityFactory, MailTemplateDAO mailTemplateDAO, AnyTypeDAO anyTypeDAO, ImplementationDAO implementationDAO, IntAttrNameParser intAttrNameParser)PolicyDataBinderProvisioningContext. policyDataBinder(EntityFactory entityFactory, ExternalResourceDAO resourceDAO, RealmDAO realmDAO, AnyTypeDAO anyTypeDAO, ImplementationDAO implementationDAO)RealmDataBinderProvisioningContext. realmDataBinder(EntityFactory entityFactory, AnyTypeDAO anyTypeDAO, ImplementationDAO implementationDAO, RealmDAO realmDAO, PolicyDAO policyDAO, ExternalResourceDAO resourceDAO)ReportDataBinderProvisioningContext. reportDataBinder(ReportExecDAO reportExecDAO, ImplementationDAO implementationDAO, SchedulerFactoryBean scheduler)ResourceDataBinderProvisioningContext. resourceDataBinder(EntityFactory entityFactory, AnyTypeDAO anyTypeDAO, ConnInstanceDAO connInstanceDAO, PolicyDAO policyDAO, VirSchemaDAO virSchemaDAO, AnyTypeClassDAO anyTypeClassDAO, ImplementationDAO implementationDAO, PlainSchemaDAO plainSchemaDAO, IntAttrNameParser intAttrNameParser, PropagationTaskExecutor propagationTaskExecutor)SAML2SP4UIIdPDataBinderSAML2SP4UIProvisioningContext. saml2SP4UIIdPDataBinder(AnyTypeDAO anyTypeDAO, SAML2SP4UIIdPDAO idapDAO, ImplementationDAO implementationDAO, SAML2SP4UIEntityFactory entityFactory, IntAttrNameParser intAttrNameParser)SchemaDataBinderProvisioningContext. schemaDataBinder(EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, AnyTypeClassDAO anyTypeClassDAO, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, VirSchemaDAO virSchemaDAO, ExternalResourceDAO resourceDAO, AnyTypeDAO anyTypeDAO, ImplementationDAO implementationDAO)TaskDataBinderProvisioningContext. taskDataBinder(EntityFactory entityFactory, TaskUtilsFactory taskUtilsFactory, RealmDAO realmDAO, ExternalResourceDAO resourceDAO, TaskExecDAO taskExecDAO, AnyTypeDAO anyTypeDAO, ImplementationDAO implementationDAO, SchedulerFactoryBean scheduler)Constructors in org.apache.syncope.core.provisioning.java with parameters of type ImplementationDAO Constructor Description DefaultMappingManager(AnyTypeDAO anyTypeDAO, UserDAO userDAO, AnyObjectDAO anyObjectDAO, GroupDAO groupDAO, RelationshipTypeDAO relationshipTypeDAO, RealmDAO realmDAO, ApplicationDAO applicationDAO, ImplementationDAO implementationDAO, DerAttrHandler derAttrHandler, VirAttrHandler virAttrHandler, VirAttrCache virAttrCache, AnyUtilsFactory anyUtilsFactory, IntAttrNameParser intAttrNameParser) -
Uses of ImplementationDAO in org.apache.syncope.core.provisioning.java.data
Fields in org.apache.syncope.core.provisioning.java.data declared as ImplementationDAO Modifier and Type Field Description protected ImplementationDAONotificationDataBinderImpl. implementationDAOprotected ImplementationDAOOIDCC4UIProviderDataBinderImpl. implementationDAOprotected ImplementationDAOPolicyDataBinderImpl. implementationDAOprotected ImplementationDAORealmDataBinderImpl. implementationDAOprotected ImplementationDAOReportDataBinderImpl. implementationDAOprotected ImplementationDAOResourceDataBinderImpl. implementationDAOprotected ImplementationDAOSAML2SP4UIIdPDataBinderImpl. implementationDAOprotected ImplementationDAOSchemaDataBinderImpl. implementationDAOprotected ImplementationDAOTaskDataBinderImpl. implementationDAOMethods in org.apache.syncope.core.provisioning.java.data with parameters of type ImplementationDAO Modifier and Type Method Description OIDCC4UIProviderDataBinderOIDCC4UIProvisioningContext. oidcc4UIProviderDataBinder(AnyTypeDAO anyTypeDAO, OIDCC4UIProviderDAO oidcOPDAO, ImplementationDAO implementationDAO, OIDCC4UIEntityFactory entityFactory, IntAttrNameParser intAttrNameParser) -
Uses of ImplementationDAO in org.apache.syncope.core.provisioning.java.job
Fields in org.apache.syncope.core.provisioning.java.job declared as ImplementationDAO Modifier and Type Field Description protected ImplementationDAODefaultJobManager. implementationDAOprotected ImplementationDAOMacroJobDelegate. implementationDAOConstructors in org.apache.syncope.core.provisioning.java.job with parameters of type ImplementationDAO Constructor Description DefaultJobManager(DomainHolder domainHolder, SchedulerFactoryBean scheduler, 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 ImplementationDAO Modifier and Type Field Description protected ImplementationDAOInboundMatcher. implementationDAOprotected ImplementationDAOSinglePullJobDelegate. implementationDAOprotected ImplementationDAOSinglePushJobDelegate. implementationDAOConstructors in org.apache.syncope.core.provisioning.java.pushpull with parameters of type ImplementationDAO Constructor Description InboundMatcher(UserDAO userDAO, AnyObjectDAO anyObjectDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, RealmDAO realmDAO, VirSchemaDAO virSchemaDAO, ImplementationDAO implementationDAO, VirAttrHandler virAttrHandler, IntAttrNameParser intAttrNameParser, AnyUtilsFactory anyUtilsFactory) -
Uses of ImplementationDAO in org.apache.syncope.fit.core.reference
Methods in org.apache.syncope.fit.core.reference with parameters of type ImplementationDAO Modifier and Type Method Description ElasticsearchInitCoreReferenceContext. elasticsearchInit(ImplementationDAO implementationDAO, EntityFactory entityFactory, TaskLogic taskLogic)OpenSearchInitCoreReferenceContext. openSearchInit(ImplementationDAO implementationDAO, EntityFactory entityFactory, TaskLogic taskLogic)Constructors in org.apache.syncope.fit.core.reference with parameters of type ImplementationDAO Constructor Description ElasticsearchInit(ImplementationDAO implementationDAO, EntityFactory entityFactory, TaskLogic taskLogic)OpenSearchInit(ImplementationDAO implementationDAO, EntityFactory entityFactory, TaskLogic taskLogic)
-