Uses of Class
org.oa4mp.delegation.client.request.BasicRequest
-
Packages that use BasicRequest Package Description edu.uiuc.ncsa.oa4mp.delegation.client.request edu.uiuc.ncsa.oa4mp.delegation.oa2.client -
-
Uses of BasicRequest in edu.uiuc.ncsa.oa4mp.delegation.client.request
Subclasses of BasicRequest in edu.uiuc.ncsa.oa4mp.delegation.client.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
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
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 BasicRequest in edu.uiuc.ncsa.oa4mp.delegation.oa2.client
Methods in edu.uiuc.ncsa.oa4mp.delegation.oa2.client with parameters of type BasicRequest Modifier and Type Method Description protected IDTokenImpl
TokenAwareServer. getAndCheckIDToken(net.sf.json.JSONObject jsonObject, BasicRequest atRequest)
Takes the response JSON object that contains the ID token and the request and checks that it is a valid ID Token for this client.
-