public class JwtBearerClientCredentialsGrant extends AbstractJwtBearerGrant
| Constructor and Description |
|---|
JwtBearerClientCredentialsGrant(String assertion,
boolean encoded,
String scope) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.MultivaluedMap<String,String> |
toMap()
Returns the map containing public grant parameters;
can be used by clients requesting the access tokens.
|
addScope, encodeAssertion, getType, initMappublic javax.ws.rs.core.MultivaluedMap<String,String> toMap()
AccessTokenGrantApache CXF