Class AGRequest2
- java.lang.Object
-
- org.oa4mp.delegation.server.request.IssuerRequest
-
- org.oa4mp.delegation.server.request.AGRequest
-
- org.oa4mp.delegation.server.server.AGRequest2
-
- All Implemented Interfaces:
org.oa4mp.delegation.common.services.Request
public class AGRequest2 extends AGRequest
This has the lifetime in it directly, since the grant request is done before the transaction can exist. Hence it cannot have a dependency on the transaction.Created by Jeff Gaynor
on 12/1/20 at 10:04 AM
-
-
Constructor Summary
Constructors Constructor Description AGRequest2(javax.servlet.http.HttpServletRequest request, long lifetime)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetLifetime()voidsetLifetime(long lifetime)-
Methods inherited from class org.oa4mp.delegation.server.request.IssuerRequest
getClient, getServletRequest, getTransaction, setServletRequest, setTransaction
-
-