Class NimbusJwtClientAuthenticationParametersConverter.JwtClientAuthenticationContext<T extends AbstractOAuth2AuthorizationGrantRequest>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T getAuthorizationGrantRequest()
      org.springframework.security.oauth2.jwt.JwtClaimsSet.Builder getClaims()
      Returns the JwtClaimsSet.Builder to be used to customize claims of the JSON Web Token (JWS).
      org.springframework.security.oauth2.jwt.JwsHeader.Builder getHeaders()
      Returns the JwsHeader.Builder to be used to customize headers of the JSON Web Token (JWS).
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getHeaders

        public org.springframework.security.oauth2.jwt.JwsHeader.Builder getHeaders()
        Returns the JwsHeader.Builder to be used to customize headers of the JSON Web Token (JWS).
        Returns:
        the JwsHeader.Builder to be used to customize headers of the JSON Web Token (JWS)
      • getClaims

        public org.springframework.security.oauth2.jwt.JwtClaimsSet.Builder getClaims()
        Returns the JwtClaimsSet.Builder to be used to customize claims of the JSON Web Token (JWS).
        Returns:
        the JwtClaimsSet.Builder to be used to customize claims of the JSON Web Token (JWS)