Interface RequestContext

All Superinterfaces:
Context

@DoNotInherit public interface RequestContext extends Context
Not for user extension, can be injected as constructor parameter into HTTP endpoint components
  • Method Details

    • getPrincipals

      Principals getPrincipals()
      Get the principals associated with this request.
      Returns:
      The principals associated with this request.
    • getJwtClaims

      JwtClaims getJwtClaims()
      Returns:
      The JWT claims, if any, associated with this request.