All Superinterfaces:
Principal

public interface User extends Principal
  • Field Details

  • Method Details

    • getCurrent

      static <U extends User> U getCurrent()
    • apply

      default <T> T apply(Callable<T> f)
    • run

      default void run(ThrowingRunnable f)
    • hasRole

      boolean hasRole(String role)