Uses of Interface
org.oa4mp.delegation.common.services.Request
-
-
Uses of Request in org.oa4mp.delegation.client
Methods in org.oa4mp.delegation.client with parameters of type Request Modifier and Type Method Description Response
DelegationService. process(Request request)
-
Uses of Request in org.oa4mp.delegation.client.request
Classes in org.oa4mp.delegation.client.request that implement Request Modifier and Type Class Description class
AGRequest
Created by Jeff Gaynor
on Apr 13, 2011 at 3:37:26 PMclass
ATRequest
Created by Jeff Gaynor
on Apr 13, 2011 at 4:02:13 PMclass
BasicRequest
Usageclass
CallbackRequest
Created by Jeff Gaynor
on May 12, 2011 at 1:04:34 PMclass
DelegatedAssetRequest
Get an asset using delegation.class
DelegationRequest
Created by Jeff Gaynor
on Apr 14, 2011 at 3:41:25 PMclass
PARequest
Created by Jeff Gaynor
on Apr 13, 2011 at 3:38:19 PMclass
RFC6749_4_4Request
class
RFC7009Request
Created by Jeff Gaynor
on 5/19/21 at 6:29 AMclass
RFC7523Request
Created by Jeff Gaynor
on 6/6/23 at 3:05 PMclass
RFC7662Request
Note that since this uses bearer tokens, the access token must always be supplied.class
RTRequest
Created by Jeff Gaynor
on 2/24/14 at 11:19 AMclass
UIRequest
Created with IntelliJ IDEA. -
Uses of Request in org.oa4mp.delegation.common.services
Methods in org.oa4mp.delegation.common.services with parameters of type Request Modifier and Type Method Description Response
DoubleDispatchServer. process(Request request)
Response
Server. process(Request request)
-
Uses of Request in org.oa4mp.delegation.server.client
Methods in org.oa4mp.delegation.server.client with parameters of type Request Modifier and Type Method Description Response
ASImpl. process(Request request)
-
Uses of Request in org.oa4mp.delegation.server.issuers
Methods in org.oa4mp.delegation.server.issuers with parameters of type Request Modifier and Type Method Description Response
AbstractIssuer. process(Request request)
-
Uses of Request in org.oa4mp.delegation.server.request
Classes in org.oa4mp.delegation.server.request that implement Request Modifier and Type Class Description class
AGRequest
A request for an authorization grant.class
ATRequest
Request for aAccessToken
.class
CBRequest
Request to a callback server.class
IssuerRequest
Created by Jeff Gaynor
on May 13, 2011 at 11:57:57 AMclass
PARequest
Request for aProtectedAsset
-
Uses of Request in org.oa4mp.delegation.server.server
Classes in org.oa4mp.delegation.server.server that implement Request Modifier and Type Class Description class
AGRequest2
This has the lifetime in it directly, since the grant request is done before the transaction can exist.class
RTIRequest
Created by Jeff Gaynor
on 2/26/14 at 11:32 AMclass
UIIRequest2
Request to issuer for UserInfo.
-