public class OAuthProtocolContext extends Object implements org.picketlink.identity.federation.core.interfaces.ProtocolContext
ProtocolContext
for OAuthModifier and Type | Field and Description |
---|---|
static String |
OAUTH_2_0_NS |
static QName |
QNAME |
Constructor and Description |
---|
OAuthProtocolContext() |
Modifier and Type | Method and Description |
---|---|
String |
family() |
QName |
getQName() |
String |
getSamlAssertionID()
Get the SAML Assertion ID that
OAuth Token may represent
|
String |
getToken()
Get the OAuth Token
|
String |
serviceName() |
void |
setSamlAssertionID(String samlAssertionID)
Set the SAML Assertion ID that this OAuth Token represents
|
void |
setToken(String token)
Set the OAuth Token
|
String |
tokenType() |
public static final String OAUTH_2_0_NS
public static final QName QNAME
public String serviceName()
serviceName
in interface org.picketlink.identity.federation.core.interfaces.ProtocolContext
public String tokenType()
tokenType
in interface org.picketlink.identity.federation.core.interfaces.ProtocolContext
public QName getQName()
getQName
in interface org.picketlink.identity.federation.core.interfaces.ProtocolContext
public String family()
family
in interface org.picketlink.identity.federation.core.interfaces.ProtocolContext
public String getToken()
public void setToken(String token)
token
- public String getSamlAssertionID()
public void setSamlAssertionID(String samlAssertionID)
samlAssertionID
- Copyright © 2017. All rights reserved.