Interface SyncHandlerMapping
-
- All Known Implementing Classes:
ExternalLoginModuleFactory
public interface SyncHandlerMappingMarker interface identifying classes that map a givenSyncHandlerto anExternalIdentityProviderwhere both are identified by their name.
-
-
Field Summary
Fields Modifier and Type Field Description static StringPARAM_IDP_NAMEName of the parameter that configures the name of the external identity provider.static StringPARAM_SYNC_HANDLER_NAMEName of the parameter that configures the name of the synchronization handler.
-
-
-
Field Detail
-
PARAM_IDP_NAME
static final String PARAM_IDP_NAME
Name of the parameter that configures the name of the external identity provider.- See Also:
- Constant Field Values
-
PARAM_SYNC_HANDLER_NAME
static final String PARAM_SYNC_HANDLER_NAME
Name of the parameter that configures the name of the synchronization handler.- See Also:
- Constant Field Values
-
-