Interface ReactiveUserSelectionProvider
@API(status=STABLE,
since="6.2")
public interface ReactiveUserSelectionProvider
Functional interface for dynamic provision of usernames to the system.
- Since:
- 6.2
- Author:
- Michael J. Simons
-
Method Summary
Modifier and TypeMethodDescriptionA user selection provider always selecting the connected user.
-
Method Details
-
getDefaultSelectionProvider
A user selection provider always selecting the connected user.- Returns:
- a provider for using the connected user.
-
getUserSelection
Mono<UserSelection> getUserSelection()
-