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 ImplementationLookup
AuditLogic. implementationLookup
Methods in org.apache.syncope.core.logic that return ImplementationLookup Modifier and Type Method Description ImplementationLookup
IdRepoLogicContext. implementationLookup()
Methods in org.apache.syncope.core.logic with parameters of type ImplementationLookup Modifier and Type Method Description AuditLogic
IdRepoLogicContext. 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 class
ClassPathScanImplementationLookup
Cache 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 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 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 ImplementationLookup
DefaultSyncopeCoreInfoContributor. implLookup
Constructors 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 class
ITImplementationLookup
Static implementation providing information about the integration test environment.Methods in org.apache.syncope.fit.core.reference that return ImplementationLookup Modifier and Type Method Description ImplementationLookup
CoreReferenceContext. implementationLookup(UserWorkflowAdapter uwf, AnySearchDAO anySearchDAO, EnableFlowableForTestUsers enableFlowableForTestUsers, ElasticsearchInit elasticsearchInit, OpenSearchInit openSearchInit)
-