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
Modifier and TypeFieldDescriptionprotected final ImplementationRestClient
protected final ClassPathScanImplementationLookup
-
Constructor Summary
ConstructorDescriptionIdRepoImplementationInfoProvider
(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:
getViewMode
in interfaceImplementationInfoProvider
-
getClasses
public List<String> getClasses(ImplementationTO implementation, ImplementationInfoProvider.ViewMode viewMode) - Specified by:
getClasses
in interfaceImplementationInfoProvider
-
getGroovyTemplateClassName
- Specified by:
getGroovyTemplateClassName
in interfaceImplementationInfoProvider
-
getClass
- Specified by:
getClass
in interfaceImplementationInfoProvider
-
getTaskJobDelegates
- Specified by:
getTaskJobDelegates
in interfaceImplementationInfoProvider
-
getReportJobDelegates
- Specified by:
getReportJobDelegates
in interfaceImplementationInfoProvider
-
getReconFilterBuilders
- Specified by:
getReconFilterBuilders
in interfaceImplementationInfoProvider
-
getLiveSyncDeltaMappers
- Specified by:
getLiveSyncDeltaMappers
in interfaceImplementationInfoProvider
-
getMacroActions
- Specified by:
getMacroActions
in interfaceImplementationInfoProvider
-
getInboundActions
- Specified by:
getInboundActions
in interfaceImplementationInfoProvider
-
getPushActions
- Specified by:
getPushActions
in interfaceImplementationInfoProvider
-