Interface AuthContext

All Known Implementing Classes:
AuthContext.Custom

public interface AuthContext
  • Field Details

  • Method Details

    • getUser

      @Nullable ApplicationUser getUser()
    • isSecurityOverridden

      boolean isSecurityOverridden()
    • sudo

      <R, E extends Exception> R sudo(@NotNull CallableE<R,E> f) throws E
      Throws:
      E extends Exception