Interface AGResponse
-
- All Superinterfaces:
IssuerResponse,Response
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 AuthorizationGrantgetGrant()ServiceTransactiongetServiceTransaction()voidsetServiceTransaction(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)
-
-