Class JwtBearerGrantHandler
java.lang.Object
org.apache.cxf.rs.security.oauth2.grants.AbstractGrantHandler
org.apache.cxf.rs.security.oauth2.grants.jwt.AbstractJwtHandler
org.apache.cxf.rs.security.oauth2.grants.jwt.JwtBearerGrantHandler
- All Implemented Interfaces:
AccessTokenGrantHandler
The "JWT Bearer" grant handler
-
Field Summary
Fields inherited from class org.apache.cxf.rs.security.oauth2.grants.AbstractGrantHandler
LOG -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateAccessToken(Client client, jakarta.ws.rs.core.MultivaluedMap<String, String> params) protected JwsJwtCompactConsumergetJwsReader(String assertion) Methods inherited from class org.apache.cxf.rs.security.oauth2.grants.jwt.AbstractJwtHandler
getAudience, getClockOffset, getInitializedSigVerifier, getTtl, setAudience, setClockOffset, setJwsVerifier, setSupportedIssuers, setTtl, validateClaims, validateIssuer, validateSignature, validateSubjectMethods inherited from class org.apache.cxf.rs.security.oauth2.grants.AbstractGrantHandler
doCreateAccessToken, doCreateAccessToken, doCreateAccessToken, doCreateAccessToken, doCreateAccessToken, getApprovedScopes, getAudiences, getDataProvider, getPreAuthorizedToken, getSingleGrantType, getSupportedGrantTypes, isCanSupportPublicClients, isPartialMatchScopeValidation, setCanSupportPublicClients, setDataProvider, setPartialMatchScopeValidation
-
Constructor Details
-
JwtBearerGrantHandler
public JwtBearerGrantHandler()
-
-
Method Details
-
createAccessToken
public ServerAccessToken createAccessToken(Client client, jakarta.ws.rs.core.MultivaluedMap<String, String> params) throws OAuthServiceException- Throws:
OAuthServiceException
-
getJwsReader
-