public interface ResponseType
Modifier and Type | Method and Description |
---|---|
org.forgerock.openam.oauth2.model.CoreToken |
createToken(Map data)
Creates a token for a response type
|
String |
getReturnLocation()
Returns the location in the HTTP response the token should be returned
|
String |
URIParamValue()
The parameter in the URI to return the token as
|
org.forgerock.openam.oauth2.model.CoreToken createToken(Map data)
data
- The data needed to create the tokenString getReturnLocation()
String URIParamValue()
Copyright © 2010-2013, ForgeRock All Rights Reserved.