Interface PAResponse
-
- All Superinterfaces:
IssuerResponse,Response
public interface PAResponse extends IssuerResponse
Additional information in the form of a map may be supplied. These will be prepended to the response in the form key=value, each on a line. The protected asset will then be appended to the end of this list. Not setting the addtional information will cause it to be ignored.Created by Jeff Gaynor
on May 13, 2011 at 12:34:30 PM
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AccessTokengetAccessToken()Map<String,String>getAdditionalInformation()ProtectedAssetgetProtectedAsset()voidsetAdditionalInformation(Map<String,String> additionalInformation)voidsetProtectedAsset(ProtectedAsset protectedAsset)-
Methods inherited from interface org.oa4mp.delegation.server.request.IssuerResponse
getParameters, write
-
-
-
-
Method Detail
-
getProtectedAsset
ProtectedAsset getProtectedAsset()
-
setProtectedAsset
void setProtectedAsset(ProtectedAsset protectedAsset)
-
getAccessToken
AccessToken getAccessToken()
-
-