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.

@API(status=STABLE, since="6.2") @FunctionalInterface public interface UserSelectionProvider
Since:
6.2
Author:
Michael J. Simons
  • Method Details

    • getUserSelection

      UserSelection getUserSelection()
    • getDefaultSelectionProvider

      static UserSelectionProvider getDefaultSelectionProvider()
      A user selection provider always selecting the connected user.
      Returns:
      A provider for using the connected user.