All Known Implementing Classes:
ExternalLoginModuleFactory

public interface SyncHandlerMapping
Marker interface identifying classes that map a given SyncHandler to an ExternalIdentityProvider where both are identified by their name.
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Name of the parameter that configures the name of the external identity provider.
    static final String
    Name of the parameter that configures the name of the synchronization handler.
  • Field Details

    • PARAM_IDP_NAME

      static final String PARAM_IDP_NAME
      Name of the parameter that configures the name of the external identity provider.
      See Also:
    • 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: