Class AbstractJwtBearerGrant

java.lang.Object
org.apache.cxf.rs.security.oauth2.grants.jwt.AbstractJwtBearerGrant
All Implemented Interfaces:
Serializable, AccessTokenGrant
Direct Known Subclasses:
JwtBearerClientCredentialsGrant, JwtBearerGrant

public abstract class AbstractJwtBearerGrant extends Object implements AccessTokenGrant
See Also:
  • Constructor Details

    • AbstractJwtBearerGrant

      protected AbstractJwtBearerGrant(String grantType, String assertion, boolean encoded, String scope)
  • Method Details

    • getType

      public String getType()
      Description copied from interface: AccessTokenGrant
      Returns the token grant type, example, "authorization_code"
      Specified by:
      getType in interface AccessTokenGrant
      Returns:
      the grant type
    • initMap

      protected jakarta.ws.rs.core.MultivaluedMap<String,String> initMap()
    • addScope

      protected void addScope(jakarta.ws.rs.core.MultivaluedMap<String,String> map)
    • encodeAssertion

      protected String encodeAssertion()