Class JwtBearerGrant
java.lang.Object
org.apache.cxf.rs.security.oauth2.grants.jwt.AbstractJwtBearerGrant
org.apache.cxf.rs.security.oauth2.grants.jwt.JwtBearerGrant
- All Implemented Interfaces:
Serializable,AccessTokenGrant
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJwtBearerGrant(String assertion) JwtBearerGrant(String assertion, boolean encoded) JwtBearerGrant(String assertion, boolean encoded, String scope) JwtBearerGrant(String assertion, String scope) -
Method Summary
Methods inherited from class org.apache.cxf.rs.security.oauth2.grants.jwt.AbstractJwtBearerGrant
addScope, encodeAssertion, getType, initMap
-
Constructor Details
-
JwtBearerGrant
-
JwtBearerGrant
-
JwtBearerGrant
-
JwtBearerGrant
-
-
Method Details
-
toMap
Description copied from interface:AccessTokenGrantReturns the map containing public grant parameters; can be used by clients requesting the access tokens.- Returns:
- the grant parameters
-