Interface PAResponse
-
- All Superinterfaces:
IssuerResponse
,Response
- All Known Implementing Classes:
PAIResponse2
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 AccessToken
getAccessToken()
Map<String,String>
getAdditionalInformation()
ProtectedAsset
getProtectedAsset()
void
setAdditionalInformation(Map<String,String> additionalInformation)
void
setProtectedAsset(ProtectedAsset protectedAsset)
-
Methods inherited from interface edu.uiuc.ncsa.oa4mp.delegation.server.request.IssuerResponse
getParameters, write
-
-
-
-
Method Detail
-
getProtectedAsset
ProtectedAsset getProtectedAsset()
-
setProtectedAsset
void setProtectedAsset(ProtectedAsset protectedAsset)
-
getAccessToken
AccessToken getAccessToken()
-
-