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, wait
toMap
public String getType()
AccessTokenGrant
getType
in interface AccessTokenGrant
protected String encodeAssertion()
Apache CXF