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. -
Uses of Request in org.oa4mp.server.loader.oauth2.cm.util
Classes in org.oa4mp.server.loader.oauth2.cm.util that implement Request Modifier and Type Class Description class
AbstractDDRequest
Created by Jeff Gaynor
on 11/30/16 at 3:21 PMclass
DDAttributeRequest
Created by Jeff Gaynor
on 12/2/16 at 12:59 PMMethods in org.oa4mp.server.loader.oauth2.cm.util with parameters of type Request Modifier and Type Method Description Response
AbstractDDServer. process(Request request)
-
Uses of Request in org.oa4mp.server.loader.oauth2.cm.util.admin
Classes in org.oa4mp.server.loader.oauth2.cm.util.admin that implement Request Modifier and Type Class Description class
AbstractACRequest
Created by Jeff Gaynor
on 4/17/17 at 10:51 AMclass
ACGetRequest
Created by Jeff Gaynor
on 4/17/17 at 10:51 AM -
Uses of Request in org.oa4mp.server.loader.oauth2.cm.util.attributes
Classes in org.oa4mp.server.loader.oauth2.cm.util.attributes that implement Request Modifier and Type Class Description class
AttributeGetRequest
Created by Jeff Gaynor
on 11/28/16 at 1:32 PMclass
AttributeListRequest
Created by Jeff Gaynor
on 11/30/16 at 4:22 PMclass
AttributeRemoveRequest
Created by Jeff Gaynor
on 11/30/16 at 4:19 PMclass
AttributeRequest
Created by Jeff Gaynor
on 11/30/16 at 4:16 PMclass
AttributeSetClientRequest
Created by Jeff Gaynor
on 11/30/16 at 3:49 PM -
Uses of Request in org.oa4mp.server.loader.oauth2.cm.util.client
Classes in org.oa4mp.server.loader.oauth2.cm.util.client that implement Request Modifier and Type Class Description class
ApproveRequest
Created by Jeff Gaynor
on 12/2/16 at 11:28 AMclass
ClientRequest
Created by Jeff Gaynor
on 11/28/16 at 1:59 PMclass
CreateRequest
Created by Jeff Gaynor
on 12/2/16 at 12:51 PMclass
GetRequest
Created by Jeff Gaynor
on 12/5/16 at 2:03 PMclass
RemoveRequest
Created by Jeff Gaynor
on 12/2/16 at 1:44 PMclass
UnapproveRequest
Created by Jeff Gaynor
on 12/2/16 at 11:53 AM -
Uses of Request in org.oa4mp.server.loader.oauth2.cm.util.permissions
Classes in org.oa4mp.server.loader.oauth2.cm.util.permissions that implement Request Modifier and Type Class Description class
AddClientRequest
Created by Jeff Gaynor
on 12/1/16 at 2:09 PMclass
ListAdminsRequest
Created by Jeff Gaynor
on 12/1/16 at 1:54 PMclass
ListClientsRequest
Created by Jeff Gaynor
on 12/1/16 at 1:56 PMclass
PermissionRequest
Created by Jeff Gaynor
on 12/1/16 at 10:57 AMclass
RemoveClientRequest
Created by Jeff Gaynor
on 12/2/16 at 11:20 AM
-