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 ImplementationDAO
CommandLogic. implementationDAO
protected ImplementationDAO
GroupLogic. implementationDAO
protected ImplementationDAO
ImplementationLogic. implementationDAO
Methods in org.apache.syncope.core.logic with parameters of type ImplementationDAO Modifier and Type Method Description CommandLogic
IdRepoLogicContext. commandLogic(ImplementationDAO implementationDAO, javax.validation.Validator validator)
GroupLogic
IdRepoLogicContext. 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)
ImplementationLogic
IdRepoLogicContext. implementationLogic(ImplementationDataBinder binder, PlainSchemaDAO plainSchemaDAO, RealmDAO realmDAO, PolicyDAO policyDAO, ReportDAO reportDAO, TaskDAO taskDAO, ExternalResourceDAO externalResourceDAO, ImplementationDAO implementationDAO, NotificationDAO notificationDAO)
OIDCUserManager
OIDCC4UILogicContext. oidcUserManager(InboundMatcher inboundMatcher, UserDAO userDAO, ImplementationDAO implementationDAO, IntAttrNameParser intAttrNameParser, TemplateUtils templateUtils, UserProvisioningManager provisioningManager, UserDataBinder binder)
SAML2SP4UIUserManager
SAML2SP4UILogicContext. 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 ImplementationDAO
OIDCUserManager. implementationDAO
Constructors 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 ImplementationDAO
SAML2SP4UIUserManager. implementationDAO
Constructors 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 ImplementationDAO
PersistenceContext. 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 class
JPAImplementationDAO
-
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 ImplementationDAO
DefaultMappingManager. implementationDAO
Methods in org.apache.syncope.core.provisioning.java with parameters of type ImplementationDAO Modifier and Type Method Description InboundMatcher
ProvisioningContext. inboundMatcher(AnyUtilsFactory anyUtilsFactory, UserDAO userDAO, AnyObjectDAO anyObjectDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, RealmDAO realmDAO, VirSchemaDAO virSchemaDAO, ImplementationDAO implementationDAO, VirAttrHandler virAttrHandler, IntAttrNameParser intAttrNameParser)
JobManager
ProvisioningContext. jobManager(ProvisioningProperties props, DomainHolder domainHolder, SecurityProperties securityProperties, SchedulerFactoryBean scheduler, TaskDAO taskDAO, ReportDAO reportDAO, ImplementationDAO implementationDAO, TaskUtilsFactory taskUtilsFactory, ConfParamOps confParamOps)
MappingManager
ProvisioningContext. 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)
NotificationDataBinder
ProvisioningContext. notificationDataBinder(EntityFactory entityFactory, MailTemplateDAO mailTemplateDAO, AnyTypeDAO anyTypeDAO, ImplementationDAO implementationDAO, IntAttrNameParser intAttrNameParser)
PolicyDataBinder
ProvisioningContext. policyDataBinder(EntityFactory entityFactory, ExternalResourceDAO resourceDAO, RealmDAO realmDAO, AnyTypeDAO anyTypeDAO, ImplementationDAO implementationDAO)
RealmDataBinder
ProvisioningContext. realmDataBinder(EntityFactory entityFactory, AnyTypeDAO anyTypeDAO, ImplementationDAO implementationDAO, RealmDAO realmDAO, PolicyDAO policyDAO, ExternalResourceDAO resourceDAO)
ReportDataBinder
ProvisioningContext. reportDataBinder(ReportExecDAO reportExecDAO, ImplementationDAO implementationDAO, SchedulerFactoryBean scheduler)
ResourceDataBinder
ProvisioningContext. resourceDataBinder(EntityFactory entityFactory, AnyTypeDAO anyTypeDAO, ConnInstanceDAO connInstanceDAO, PolicyDAO policyDAO, VirSchemaDAO virSchemaDAO, AnyTypeClassDAO anyTypeClassDAO, ImplementationDAO implementationDAO, PlainSchemaDAO plainSchemaDAO, IntAttrNameParser intAttrNameParser, PropagationTaskExecutor propagationTaskExecutor)
SAML2SP4UIIdPDataBinder
SAML2SP4UIProvisioningContext. saml2SP4UIIdPDataBinder(AnyTypeDAO anyTypeDAO, SAML2SP4UIIdPDAO idapDAO, ImplementationDAO implementationDAO, SAML2SP4UIEntityFactory entityFactory, IntAttrNameParser intAttrNameParser)
SchemaDataBinder
ProvisioningContext. schemaDataBinder(EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, AnyTypeClassDAO anyTypeClassDAO, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, VirSchemaDAO virSchemaDAO, ExternalResourceDAO resourceDAO, AnyTypeDAO anyTypeDAO, ImplementationDAO implementationDAO)
TaskDataBinder
ProvisioningContext. 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 ImplementationDAO
NotificationDataBinderImpl. implementationDAO
protected ImplementationDAO
OIDCC4UIProviderDataBinderImpl. implementationDAO
protected ImplementationDAO
PolicyDataBinderImpl. implementationDAO
protected ImplementationDAO
RealmDataBinderImpl. implementationDAO
protected ImplementationDAO
ReportDataBinderImpl. implementationDAO
protected ImplementationDAO
ResourceDataBinderImpl. implementationDAO
protected ImplementationDAO
SAML2SP4UIIdPDataBinderImpl. implementationDAO
protected ImplementationDAO
SchemaDataBinderImpl. implementationDAO
protected ImplementationDAO
TaskDataBinderImpl. implementationDAO
Methods in org.apache.syncope.core.provisioning.java.data with parameters of type ImplementationDAO Modifier and Type Method Description OIDCC4UIProviderDataBinder
OIDCC4UIProvisioningContext. 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 ImplementationDAO
DefaultJobManager. implementationDAO
protected ImplementationDAO
MacroJobDelegate. implementationDAO
Constructors 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 ImplementationDAO
InboundMatcher. implementationDAO
protected ImplementationDAO
SinglePullJobDelegate. implementationDAO
protected ImplementationDAO
SinglePushJobDelegate. implementationDAO
Constructors 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 ElasticsearchInit
CoreReferenceContext. elasticsearchInit(ImplementationDAO implementationDAO, EntityFactory entityFactory, TaskLogic taskLogic)
OpenSearchInit
CoreReferenceContext. 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)
-