public abstract class AbstractSaml2BearerGrant extends Object implements org.apache.cxf.rs.security.oauth2.common.AccessTokenGrant
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractSaml2BearerGrant(String grantType,
String assertion,
boolean encoded,
String scope) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addScope(javax.ws.rs.core.MultivaluedMap<String,String> map) |
protected String |
encodeAssertion() |
String |
getType() |
protected javax.ws.rs.core.MultivaluedMap<String,String> |
initMap() |
Apache CXF