Uses of Interface
org.apache.syncope.core.persistence.api.dao.VirSchemaDAO
-
-
Uses of VirSchemaDAO in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as VirSchemaDAO Modifier and Type Field Description protected VirSchemaDAO
ReconciliationLogic. virSchemaDAO
protected VirSchemaDAO
ResourceLogic. virSchemaDAO
protected VirSchemaDAO
SchemaLogic. virSchemaDAO
Methods in org.apache.syncope.core.logic with parameters of type VirSchemaDAO Modifier and Type Method Description ReconciliationLogic
IdMLogicContext. reconciliationLogic(RealmDAO realmDAO, AnyUtilsFactory anyUtilsFactory, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, AnySearchDAO anySearchDAO, AnyTypeDAO anyTypeDAO, ExternalResourceDAO resourceDAO, VirSchemaDAO virSchemaDAO, VirAttrHandler virAttrHandler, ConnectorManager connectorManager, InboundMatcher inboundMatcher, OutboundMatcher outboundMatcher, MappingManager mappingManager)
ResourceLogic
IdMLogicContext. resourceLogic(ResourceDataBinder resourceDataBinder, AnyUtilsFactory anyUtilsFactory, AnyTypeDAO anyTypeDAO, ExternalResourceDAO resourceDAO, ConnInstanceDAO connInstanceDAO, VirSchemaDAO virSchemaDAO, VirAttrHandler virAttrHandler, ConnInstanceDataBinder connInstanceDataBinder, ConnectorManager connectorManager, OutboundMatcher outboundMatcher, MappingManager mappingManager)
SchemaLogic
IdRepoLogicContext. schemaLogic(SchemaDataBinder binder, VirSchemaDAO virSchemaDAO, AnyTypeClassDAO anyTypeClassDAO, DerSchemaDAO derSchemaDAO, PlainSchemaDAO plainSchemaDAO)
Constructors in org.apache.syncope.core.logic with parameters of type VirSchemaDAO Constructor Description ReconciliationLogic(AnyUtilsFactory anyUtilsFactory, AnyTypeDAO anyTypeDAO, ExternalResourceDAO resourceDAO, RealmDAO realmDAO, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, VirSchemaDAO virSchemaDAO, AnySearchDAO anySearchDAO, VirAttrHandler virAttrHandler, MappingManager mappingManager, InboundMatcher inboundMatcher, OutboundMatcher outboundMatcher, ConnectorManager connectorManager)
ResourceLogic(ExternalResourceDAO resourceDAO, AnyTypeDAO anyTypeDAO, ConnInstanceDAO connInstanceDAO, VirSchemaDAO virSchemaDAO, VirAttrHandler virAttrHandler, ResourceDataBinder binder, ConnInstanceDataBinder connInstanceDataBinder, OutboundMatcher outboundMatcher, MappingManager mappingManager, ConnectorManager connectorManager, AnyUtilsFactory anyUtilsFactory)
SchemaLogic(PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, VirSchemaDAO virSchemaDAO, AnyTypeClassDAO anyTypeClassDAO, SchemaDataBinder binder)
-
Uses of VirSchemaDAO in org.apache.syncope.core.persistence.jpa
Methods in org.apache.syncope.core.persistence.jpa that return VirSchemaDAO Modifier and Type Method Description VirSchemaDAO
PersistenceContext. virSchemaDAO(ExternalResourceDAO resourceDAO)
Methods in org.apache.syncope.core.persistence.jpa with parameters of type VirSchemaDAO Modifier and Type Method Description AnyTypeClassDAO
PersistenceContext. anyTypeClassDAO(AnyTypeDAO anyTypeDAO, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, VirSchemaDAO virSchemaDAO, GroupDAO groupDAO, ExternalResourceDAO resourceDAO)
ExternalResourceDAO
PersistenceContext. resourceDAO(TaskDAO taskDAO, AnyObjectDAO anyObjectDAO, UserDAO userDAO, GroupDAO groupDAO, PolicyDAO policyDAO, VirSchemaDAO virSchemaDAO, RealmDAO realmDAO)
-
Uses of VirSchemaDAO in org.apache.syncope.core.persistence.jpa.dao
Classes in org.apache.syncope.core.persistence.jpa.dao that implement VirSchemaDAO Modifier and Type Class Description class
JPAVirSchemaDAO
Fields in org.apache.syncope.core.persistence.jpa.dao declared as VirSchemaDAO Modifier and Type Field Description protected VirSchemaDAO
JPAAnyTypeClassDAO. virSchemaDAO
protected VirSchemaDAO
JPAExternalResourceDAO. virSchemaDAO
Constructors in org.apache.syncope.core.persistence.jpa.dao with parameters of type VirSchemaDAO Constructor Description JPAAnyTypeClassDAO(AnyTypeDAO anyTypeDAO, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, VirSchemaDAO virSchemaDAO, GroupDAO groupDAO, ExternalResourceDAO resourceDAO)
JPAExternalResourceDAO(TaskDAO taskDAO, AnyObjectDAO anyObjectDAO, UserDAO userDAO, GroupDAO groupDAO, PolicyDAO policyDAO, VirSchemaDAO virSchemaDAO, RealmDAO realmDAO)
-
Uses of VirSchemaDAO in org.apache.syncope.core.provisioning.api
Fields in org.apache.syncope.core.provisioning.api declared as VirSchemaDAO Modifier and Type Field Description protected VirSchemaDAO
IntAttrNameParser. virSchemaDAO
Constructors in org.apache.syncope.core.provisioning.api with parameters of type VirSchemaDAO Constructor Description IntAttrNameParser(PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, VirSchemaDAO virSchemaDAO, AnyUtilsFactory anyUtilsFactory)
-
Uses of VirSchemaDAO in org.apache.syncope.core.provisioning.java
Methods in org.apache.syncope.core.provisioning.java with parameters of type VirSchemaDAO Modifier and Type Method Description AnyTypeClassDataBinder
ProvisioningContext. anyTypeClassDataBinder(EntityFactory entityFactory, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, VirSchemaDAO virSchemaDAO, AnyTypeDAO anyTypeDAO)
InboundMatcher
ProvisioningContext. inboundMatcher(AnyUtilsFactory anyUtilsFactory, UserDAO userDAO, AnyObjectDAO anyObjectDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, RealmDAO realmDAO, VirSchemaDAO virSchemaDAO, ImplementationDAO implementationDAO, VirAttrHandler virAttrHandler, IntAttrNameParser intAttrNameParser)
IntAttrNameParser
ProvisioningContext. intAttrNameParser(AnyUtilsFactory anyUtilsFactory, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, VirSchemaDAO virSchemaDAO)
NotificationManager
ProvisioningContext. notificationManager(EntityFactory entityFactory, SearchCondVisitor searchCondVisitor, DerSchemaDAO derSchemaDAO, VirSchemaDAO virSchemaDAO, NotificationDAO notificationDAO, AnyObjectDAO anyObjectDAO, UserDAO userDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, AnyMatchDAO anyMatchDAO, TaskDAO taskDAO, UserDataBinder userDataBinder, GroupDataBinder groupDataBinder, AnyObjectDataBinder anyObjectDataBinder, ConfParamOps confParamOps, DerAttrHandler derAttrHandler, VirAttrHandler virAttrHandler, IntAttrNameParser intAttrNameParser)
OutboundMatcher
ProvisioningContext. outboundMatcher(AnyUtilsFactory anyUtilsFactory, MappingManager mappingManager, UserDAO userDAO, VirSchemaDAO virSchemaDAO, VirAttrHandler virAttrHandler)
PropagationManager
ProvisioningContext. propagationManager(EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, VirSchemaDAO virSchemaDAO, ExternalResourceDAO resourceDAO, ConnObjectUtils connObjectUtils, MappingManager mappingManager, DerAttrHandler derAttrHandler)
ResourceDataBinder
ProvisioningContext. resourceDataBinder(EntityFactory entityFactory, AnyTypeDAO anyTypeDAO, ConnInstanceDAO connInstanceDAO, PolicyDAO policyDAO, VirSchemaDAO virSchemaDAO, AnyTypeClassDAO anyTypeClassDAO, ImplementationDAO implementationDAO, PlainSchemaDAO plainSchemaDAO, IntAttrNameParser intAttrNameParser, PropagationTaskExecutor propagationTaskExecutor)
SchemaDataBinder
ProvisioningContext. schemaDataBinder(EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory, AnyTypeClassDAO anyTypeClassDAO, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, VirSchemaDAO virSchemaDAO, ExternalResourceDAO resourceDAO, AnyTypeDAO anyTypeDAO, ImplementationDAO implementationDAO)
-
Uses of VirSchemaDAO in org.apache.syncope.core.provisioning.java.data
Fields in org.apache.syncope.core.provisioning.java.data declared as VirSchemaDAO Modifier and Type Field Description protected VirSchemaDAO
AnyTypeClassDataBinderImpl. virSchemaDAO
protected VirSchemaDAO
ResourceDataBinderImpl. virSchemaDAO
protected VirSchemaDAO
SchemaDataBinderImpl. virSchemaDAO
Constructors in org.apache.syncope.core.provisioning.java.data with parameters of type VirSchemaDAO Constructor Description AnyTypeClassDataBinderImpl(PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, VirSchemaDAO virSchemaDAO, AnyTypeDAO anyTypeDAO, EntityFactory entityFactory)
ResourceDataBinderImpl(AnyTypeDAO anyTypeDAO, ConnInstanceDAO connInstanceDAO, PolicyDAO policyDAO, VirSchemaDAO virSchemaDAO, AnyTypeClassDAO anyTypeClassDAO, ImplementationDAO implementationDAO, PlainSchemaDAO plainSchemaDAO, EntityFactory entityFactory, IntAttrNameParser intAttrNameParser, PropagationTaskExecutor propagationTaskExecutor)
SchemaDataBinderImpl(AnyTypeClassDAO anyTypeClassDAO, PlainSchemaDAO plainSchemaDAO, DerSchemaDAO derSchemaDAO, VirSchemaDAO virSchemaDAO, ExternalResourceDAO resourceDAO, AnyTypeDAO anyTypeDAO, ImplementationDAO implementationDAO, EntityFactory entityFactory, AnyUtilsFactory anyUtilsFactory)
-
Uses of VirSchemaDAO in org.apache.syncope.core.provisioning.java.notification
Fields in org.apache.syncope.core.provisioning.java.notification declared as VirSchemaDAO Modifier and Type Field Description protected VirSchemaDAO
DefaultNotificationManager. virSchemaDAO
Constructors in org.apache.syncope.core.provisioning.java.notification with parameters of type VirSchemaDAO Constructor Description DefaultNotificationManager(DerSchemaDAO derSchemaDAO, VirSchemaDAO virSchemaDAO, NotificationDAO notificationDAO, AnyObjectDAO anyObjectDAO, UserDAO userDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, AnyMatchDAO anyMatchDAO, TaskDAO taskDAO, DerAttrHandler derAttrHandler, VirAttrHandler virAttrHandler, UserDataBinder userDataBinder, GroupDataBinder groupDataBinder, AnyObjectDataBinder anyObjectDataBinder, ConfParamOps confParamOps, EntityFactory entityFactory, IntAttrNameParser intAttrNameParser, SearchCondVisitor searchCondVisitor)
-
Uses of VirSchemaDAO in org.apache.syncope.core.provisioning.java.propagation
Fields in org.apache.syncope.core.provisioning.java.propagation declared as VirSchemaDAO Modifier and Type Field Description protected VirSchemaDAO
DefaultPropagationManager. virSchemaDAO
Constructors in org.apache.syncope.core.provisioning.java.propagation with parameters of type VirSchemaDAO Constructor Description DefaultPropagationManager(VirSchemaDAO virSchemaDAO, ExternalResourceDAO resourceDAO, EntityFactory entityFactory, ConnObjectUtils connObjectUtils, MappingManager mappingManager, DerAttrHandler derAttrHandler, AnyUtilsFactory anyUtilsFactory)
-
Uses of VirSchemaDAO in org.apache.syncope.core.provisioning.java.pushpull
Fields in org.apache.syncope.core.provisioning.java.pushpull declared as VirSchemaDAO Modifier and Type Field Description protected VirSchemaDAO
AbstractPullResultHandler. virSchemaDAO
protected VirSchemaDAO
InboundMatcher. virSchemaDAO
protected VirSchemaDAO
OutboundMatcher. virSchemaDAO
protected VirSchemaDAO
PullJobDelegate. virSchemaDAO
Constructors in org.apache.syncope.core.provisioning.java.pushpull with parameters of type VirSchemaDAO Constructor Description InboundMatcher(UserDAO userDAO, AnyObjectDAO anyObjectDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, RealmDAO realmDAO, VirSchemaDAO virSchemaDAO, ImplementationDAO implementationDAO, VirAttrHandler virAttrHandler, IntAttrNameParser intAttrNameParser, AnyUtilsFactory anyUtilsFactory)
OutboundMatcher(MappingManager mappingManager, UserDAO userDAO, AnyUtilsFactory anyUtilsFactory, VirSchemaDAO virSchemaDAO, VirAttrHandler virAttrHandler)
-
Uses of VirSchemaDAO in org.apache.syncope.core.starter
Methods in org.apache.syncope.core.starter with parameters of type VirSchemaDAO Modifier and Type Method Description SyncopeCoreInfoContributor
SyncopeCoreApplication. syncopeCoreInfoContributor(AnyTypeDAO anyTypeDAO, AnyTypeClassDAO anyTypeClassDAO, ExternalResourceDAO resourceDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, RoleDAO roleDAO, PolicyDAO policyDAO, NotificationDAO notificationDAO, TaskDAO taskDAO, VirSchemaDAO virSchemaDAO, SecurityQuestionDAO securityQuestionDAO, ConfParamOps confParamOps, ConnIdBundleManager bundleManager, ImplementationLookup implLookup, ApplicationContext ctx, PersistenceInfoDAO persistenceInfoDAO)
-
Uses of VirSchemaDAO in org.apache.syncope.core.starter.actuate
Fields in org.apache.syncope.core.starter.actuate declared as VirSchemaDAO Modifier and Type Field Description protected VirSchemaDAO
DefaultSyncopeCoreInfoContributor. virSchemaDAO
Constructors in org.apache.syncope.core.starter.actuate with parameters of type VirSchemaDAO Constructor Description DefaultSyncopeCoreInfoContributor(AnyTypeDAO anyTypeDAO, AnyTypeClassDAO anyTypeClassDAO, ExternalResourceDAO resourceDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, RoleDAO roleDAO, PolicyDAO policyDAO, NotificationDAO notificationDAO, TaskDAO taskDAO, VirSchemaDAO virSchemaDAO, SecurityQuestionDAO securityQuestionDAO, ConfParamOps confParamOps, ConnIdBundleManager bundleManager, ImplementationLookup implLookup, Map<String,ThreadPoolTaskExecutor> taskExecutors, PersistenceInfoDAO persistenceInfoDAO)
-