public abstract class AbstractSaml2BearerGrant extends Object implements 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()
Returns the token grant type, example, "authorization_code"
|
protected javax.ws.rs.core.MultivaluedMap<String,String> |
initMap() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoMappublic String getType()
AccessTokenGrantgetType in interface AccessTokenGrantprotected String encodeAssertion()
Apache CXF