Interface UserSelectionProvider
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Functional interface for dynamic provision of usernames to the system.
- Since:
- 6.2
- Author:
- Michael J. Simons
-
Method Summary
Modifier and TypeMethodDescriptionstatic UserSelectionProviderA 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
UserSelection getUserSelection()
-