Interface ExternalAdminUserModificationEventConsumer


public interface ExternalAdminUserModificationEventConsumer
Consumer for handling Admin User modifications if they originate from the auth service. In typical BLC scenarios, this will never execute as new admins are created first as AdminUsers in this service. However, it may be possible for an authentication service user to be automatically created during a third party login flow.
  • Field Summary

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

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

  • Method Details

    • userCreationInput

      @Input("externalAdminUserModificationInput") org.springframework.messaging.SubscribableChannel userCreationInput()