Interface AGResponse
-
- All Superinterfaces:
IssuerResponse
,Response
- All Known Implementing Classes:
AGIResponse2
public interface AGResponse extends IssuerResponse
Server response to a request for anAuthorizationGrant
.Created by Jeff Gaynor
on May 13, 2011 at 12:35:25 PM
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AuthorizationGrant
getGrant()
ServiceTransaction
getServiceTransaction()
void
setServiceTransaction(ServiceTransaction transaction)
-
Methods inherited from interface org.oa4mp.delegation.server.request.IssuerResponse
getParameters, write
-
-
-
-
Method Detail
-
getGrant
AuthorizationGrant getGrant()
-
getServiceTransaction
ServiceTransaction getServiceTransaction()
-
setServiceTransaction
void setServiceTransaction(ServiceTransaction transaction)
-
-