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 -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.messaging.MessageChannel
-
Field Details
-
CHANNEL
- See Also:
-
-
Method Details
-
externalAdminUserModificationOutput
@Output("externalAdminUserModificationOutput") org.springframework.messaging.MessageChannel externalAdminUserModificationOutput()
-