Uses of Class
org.oa4mp.delegation.client.request.BasicRequest
-
Packages that use BasicRequest Package Description org.oa4mp.delegation.client.request org.oa4mp.delegation.server.client -
-
Uses of BasicRequest in org.oa4mp.delegation.client.request
Subclasses of BasicRequest in org.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
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 BasicRequest in org.oa4mp.delegation.server.client
Methods in org.oa4mp.delegation.server.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.
-