Uses of Interface
org.apache.syncope.core.provisioning.api.ImplementationLookup
Package
Description
-
Uses of ImplementationLookup in org.apache.syncope.core.logic
Modifier and TypeFieldDescriptionprotected final ImplementationLookup
AuditLogic.implementationLookup
Modifier and TypeMethodDescriptionIdRepoLogicContext.auditLogic
(AuditConfDAO auditConfDAO, AuditEventDAO auditEventDAO, ExternalResourceDAO resourceDAO, EntityFactory entityFactory, ImplementationLookup implementationLookup, AuditDataBinder binder, AuditManager auditManager) ModifierConstructorDescriptionAuditLogic
(AuditConfDAO auditConfDAO, AuditEventDAO auditEventDAO, ExternalResourceDAO resourceDAO, EntityFactory entityFactory, ImplementationLookup implementationLookup, AuditDataBinder binder, AuditManager auditManager) -
Uses of ImplementationLookup in org.apache.syncope.core.logic.init
Modifier and TypeClassDescriptionclass
Cache class names for all implementations of Syncope interfaces found in classpath, for later usage. -
Uses of ImplementationLookup in org.apache.syncope.core.starter
Modifier and TypeMethodDescriptionSyncopeCoreApplication.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, PersistenceInfoDAO persistenceInfoDAO, ConfParamOps confParamOps, ConnIdBundleManager bundleManager, ImplementationLookup implLookup) -
Uses of ImplementationLookup in org.apache.syncope.core.starter.actuate
Modifier and TypeFieldDescriptionprotected final ImplementationLookup
DefaultSyncopeCoreInfoContributor.implLookup
ModifierConstructorDescriptionDefaultSyncopeCoreInfoContributor
(AnyTypeDAO anyTypeDAO, AnyTypeClassDAO anyTypeClassDAO, ExternalResourceDAO resourceDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, RoleDAO roleDAO, PolicyDAO policyDAO, NotificationDAO notificationDAO, TaskDAO taskDAO, VirSchemaDAO virSchemaDAO, SecurityQuestionDAO securityQuestionDAO, PersistenceInfoDAO persistenceInfoDAO, ConfParamOps confParamOps, ConnIdBundleManager bundleManager, ImplementationLookup implLookup) -
Uses of ImplementationLookup in org.apache.syncope.fit.core.reference
Modifier and TypeClassDescriptionclass
Static implementation providing information about the integration test environment.Modifier and TypeMethodDescriptionCoreReferenceContext.implementationLookup
(DomainHolder<?> domainHolder, UserWorkflowAdapter uwf, ObjectProvider<EnableFlowableForTestUsers> enableFlowableForTestUsers)