Class IdRepoImplementationInfoProvider
java.lang.Object
org.apache.syncope.client.console.commons.IdRepoImplementationInfoProvider
- All Implemented Interfaces:
Serializable,ImplementationInfoProvider
- Direct Known Subclasses:
IdMImplementationInfoProvider
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.syncope.client.console.commons.ImplementationInfoProvider
ImplementationInfoProvider.ViewMode -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ImplementationRestClientprotected final ClassPathScanImplementationLookup -
Constructor Summary
ConstructorsConstructorDescriptionIdRepoImplementationInfoProvider(ClassPathScanImplementationLookup lookup, ImplementationRestClient implementationRestClient) -
Method Summary
Modifier and TypeMethodDescriptionClass<?> getClasses(ImplementationTO implementation, ImplementationInfoProvider.ViewMode viewMode) getGroovyTemplateClassName(String implementationType) getViewMode(ImplementationTO implementation)
-
Field Details
-
lookup
-
implementationRestClient
-
-
Constructor Details
-
IdRepoImplementationInfoProvider
public IdRepoImplementationInfoProvider(ClassPathScanImplementationLookup lookup, ImplementationRestClient implementationRestClient)
-
-
Method Details
-
getViewMode
- Specified by:
getViewModein interfaceImplementationInfoProvider
-
getClasses
public List<String> getClasses(ImplementationTO implementation, ImplementationInfoProvider.ViewMode viewMode) - Specified by:
getClassesin interfaceImplementationInfoProvider
-
getGroovyTemplateClassName
- Specified by:
getGroovyTemplateClassNamein interfaceImplementationInfoProvider
-
getClass
- Specified by:
getClassin interfaceImplementationInfoProvider
-
getTaskJobDelegates
- Specified by:
getTaskJobDelegatesin interfaceImplementationInfoProvider
-
getReportJobDelegates
- Specified by:
getReportJobDelegatesin interfaceImplementationInfoProvider
-
getReconFilterBuilders
- Specified by:
getReconFilterBuildersin interfaceImplementationInfoProvider
-
getLiveSyncDeltaMappers
- Specified by:
getLiveSyncDeltaMappersin interfaceImplementationInfoProvider
-
getMacroActions
- Specified by:
getMacroActionsin interfaceImplementationInfoProvider
-
getInboundActions
- Specified by:
getInboundActionsin interfaceImplementationInfoProvider
-
getPushActions
- Specified by:
getPushActionsin interfaceImplementationInfoProvider
-