Uses of Interface
org.apache.syncope.core.provisioning.api.ImplementationLookup
-
-
Uses of ImplementationLookup in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as ImplementationLookup Modifier and Type Field Description protected ImplementationLookupAuditLogic. implementationLookupMethods in org.apache.syncope.core.logic that return ImplementationLookup Modifier and Type Method Description ImplementationLookupIdRepoLogicContext. implementationLookup()Methods in org.apache.syncope.core.logic with parameters of type ImplementationLookup Modifier and Type Method Description AuditLogicIdRepoLogicContext. auditLogic(AuditConfDAO auditConfDAO, ExternalResourceDAO externalResourceDAO, EntityFactory entityFactory, ImplementationLookup implementationLookup, AuditDataBinder binder, AuditManager auditManager, List<AuditAppender> auditAppenders, LoggingSystem loggingSystem)Constructors in org.apache.syncope.core.logic with parameters of type ImplementationLookup Constructor Description AuditLogic(AuditConfDAO auditConfDAO, ExternalResourceDAO resourceDAO, EntityFactory entityFactory, ImplementationLookup implementationLookup, AuditDataBinder binder, AuditManager auditManager, List<AuditAppender> auditAppenders, LoggingSystem loggingSystem) -
Uses of ImplementationLookup in org.apache.syncope.core.logic.init
Classes in org.apache.syncope.core.logic.init that implement ImplementationLookup Modifier and Type Class Description classClassPathScanImplementationLookupCache class names for all implementations of Syncope interfaces found in classpath, for later usage. -
Uses of ImplementationLookup in org.apache.syncope.core.starter
Methods in org.apache.syncope.core.starter with parameters of type ImplementationLookup Modifier and Type Method Description SyncopeCoreInfoContributorSyncopeCoreApplication. 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 ImplementationLookup in org.apache.syncope.core.starter.actuate
Fields in org.apache.syncope.core.starter.actuate declared as ImplementationLookup Modifier and Type Field Description protected ImplementationLookupDefaultSyncopeCoreInfoContributor. implLookupConstructors in org.apache.syncope.core.starter.actuate with parameters of type ImplementationLookup 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) -
Uses of ImplementationLookup in org.apache.syncope.fit.core.reference
Classes in org.apache.syncope.fit.core.reference that implement ImplementationLookup Modifier and Type Class Description classITImplementationLookupStatic implementation providing information about the integration test environment.Methods in org.apache.syncope.fit.core.reference that return ImplementationLookup Modifier and Type Method Description ImplementationLookupCoreReferenceContext. implementationLookup(UserWorkflowAdapter uwf, AnySearchDAO anySearchDAO, EnableFlowableForTestUsers enableFlowableForTestUsers, ElasticsearchInit elasticsearchInit, OpenSearchInit openSearchInit)
-