Interface SyncHandlerMapping
-
- All Known Implementing Classes:
ExternalLoginModuleFactory
public interface SyncHandlerMapping
Marker interface identifying classes that map a givenSyncHandler
to anExternalIdentityProvider
where both are identified by their name.
-
-
Field Summary
Fields Modifier and Type Field Description static String
PARAM_IDP_NAME
Name of the parameter that configures the name of the external identity provider.static String
PARAM_SYNC_HANDLER_NAME
Name 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
-
-