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 -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.messaging.SubscribableChannel
-
Field Details
-
CHANNEL
- See Also:
-
-
Method Details
-
userCreationInput
@Input("externalAdminUserModificationInput") org.springframework.messaging.SubscribableChannel userCreationInput()
-