Uses of Interface
org.apache.syncope.core.provisioning.api.ImplementationLookup
Packages that use ImplementationLookup
Package
Description
-
Uses of ImplementationLookup in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as ImplementationLookupModifier and TypeFieldDescriptionprotected final ImplementationLookupAuditLogic.implementationLookupMethods in org.apache.syncope.core.logic that return ImplementationLookupMethods in org.apache.syncope.core.logic with parameters of type ImplementationLookupModifier and TypeMethodDescriptionIdRepoLogicContext.auditLogic(AuditConfDAO auditConfDAO, AuditEventDAO auditEventDAO, ExternalResourceDAO resourceDAO, EntityFactory entityFactory, ImplementationLookup implementationLookup, AuditDataBinder binder, AuditManager auditManager) Constructors in org.apache.syncope.core.logic with parameters of type ImplementationLookupModifierConstructorDescriptionAuditLogic(AuditConfDAO auditConfDAO, AuditEventDAO auditEventDAO, ExternalResourceDAO resourceDAO, EntityFactory entityFactory, ImplementationLookup implementationLookup, AuditDataBinder binder, AuditManager auditManager) -
Uses of ImplementationLookup in org.apache.syncope.core.logic.init
Classes in org.apache.syncope.core.logic.init that implement ImplementationLookupModifier and TypeClassDescriptionclassCache 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 ImplementationLookupModifier and TypeMethodDescriptionSyncopeCoreApplication.syncopeCoreInfoContributor(AnyTypeDAO anyTypeDAO, AnyTypeClassDAO anyTypeClassDAO, ExternalResourceDAO resourceDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, RoleDAO roleDAO, PolicyDAO policyDAO, NotificationDAO notificationDAO, TaskDAO taskDAO, SecurityQuestionDAO securityQuestionDAO, PersistenceInfoDAO persistenceInfoDAO, ConfParamOps confParamOps, ConnIdBundleManager bundleManager, ImplementationLookup implLookup) -
Uses of ImplementationLookup in org.apache.syncope.core.starter.actuate
Fields in org.apache.syncope.core.starter.actuate declared as ImplementationLookupModifier and TypeFieldDescriptionprotected final ImplementationLookupDefaultSyncopeCoreInfoContributor.implLookupConstructors in org.apache.syncope.core.starter.actuate with parameters of type ImplementationLookupModifierConstructorDescriptionDefaultSyncopeCoreInfoContributor(AnyTypeDAO anyTypeDAO, AnyTypeClassDAO anyTypeClassDAO, ExternalResourceDAO resourceDAO, UserDAO userDAO, GroupDAO groupDAO, AnyObjectDAO anyObjectDAO, RoleDAO roleDAO, PolicyDAO policyDAO, NotificationDAO notificationDAO, TaskDAO taskDAO, SecurityQuestionDAO securityQuestionDAO, PersistenceInfoDAO persistenceInfoDAO, ConfParamOps confParamOps, ConnIdBundleManager bundleManager, ImplementationLookup implLookup) -
Uses of ImplementationLookup in org.apache.syncope.fit.core.reference
Classes in org.apache.syncope.fit.core.reference that implement ImplementationLookupModifier and TypeClassDescriptionclassStatic implementation providing information about the integration test environment.Methods in org.apache.syncope.fit.core.reference that return ImplementationLookupModifier and TypeMethodDescriptionCoreReferenceContext.implementationLookup(DomainHolder<?> domainHolder, UserWorkflowAdapter uwf, ObjectProvider<EnableFlowableForTestUsers> enableFlowableForTestUsers)