Interface ExternalAdminUserModificationEventProducer


public interface ExternalAdminUserModificationEventProducer
Responsible for sending an event to be picked up by the admin user service when an admin auth user is automatically created in a third party authentication flow. This message is optional, as an AdminUser is not strictly required for BLC admin access.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.messaging.MessageChannel
     
  • Field Details

  • Method Details

    • externalAdminUserModificationOutput

      @Output("externalAdminUserModificationOutput") org.springframework.messaging.MessageChannel externalAdminUserModificationOutput()