Uses of Interface
org.oa4mp.delegation.common.services.Response
-
-
Uses of Response in org.oa4mp.client.api
Classes in org.oa4mp.client.api that implement Response Modifier and Type Class Description class
AssetResponse
Response from a server containing the certificate chain and user name.class
OA4MPResponse
Response from initial call to theOA4MPService
. -
Uses of Response in org.oa4mp.delegation.client
Methods in org.oa4mp.delegation.client that return Response Modifier and Type Method Description Response
DelegationService. process(Request request)
-
Uses of Response in org.oa4mp.delegation.client.request
Classes in org.oa4mp.delegation.client.request that implement Response Modifier and Type Class Description class
AGResponse
Created by Jeff Gaynor
on Apr 13, 2011 at 3:38:49 PMclass
ATResponse
Created by Jeff Gaynor
on Apr 13, 2011 at 4:03:05 PMclass
BasicResponse
Created by Jeff Gaynor
on Apr 26, 2011 at 2:14:52 PMclass
CallbackResponse
Created by Jeff Gaynor
on May 12, 2011 at 1:05:23 PMclass
DelegatedAssetResponse
The delegated asset.class
DelegationResponse
Created by Jeff Gaynor
on Apr 14, 2011 at 3:42:00 PMclass
PAResponse
Created by Jeff Gaynor
on Apr 13, 2011 at 3:39:12 PMclass
RFC6749_4_4_Response
class
RFC7009Response
Created by Jeff Gaynor
on 5/19/21 at 6:30 AMclass
RFC7523Response
Created by Jeff Gaynor
on 6/6/23 at 3:05 PMclass
RFC7662Response
Created by Jeff Gaynor
on 5/19/21 at 6:16 AMclass
RTResponse
Created by Jeff Gaynor
on 2/24/14 at 11:19 AMclass
UIResponse
Created with IntelliJ IDEA.Methods in org.oa4mp.delegation.client.request that return Response Modifier and Type Method Description Response
AGRequest. process(Server server)
Response
ATRequest. process(Server server)
Response
BasicRequest. process(Server server)
Response
CallbackRequest. process(Server server)
Response
DelegatedAssetRequest. process(Server server)
Response
DelegationRequest. process(Server server)
Response
PARequest. process(Server server)
Response
RFC7009Request. process(Server server)
Response
RFC7662Request. process(Server server)
Response
RTRequest. process(Server server)
Response
UIRequest. process(Server server)
-
Uses of Response in org.oa4mp.delegation.client.server
Methods in org.oa4mp.delegation.client.server that return Response Modifier and Type Method Description Response
RTServer. processRTRequest(RTRequest rtRequest)
-
Uses of Response in org.oa4mp.delegation.common.services
Methods in org.oa4mp.delegation.common.services that return Response Modifier and Type Method Description Response
DoubleDispatchServer. process(Request request)
Response
Request. process(Server server)
Process the requestResponse
Server. process(Request request)
-
Uses of Response in org.oa4mp.delegation.server.client
Classes in org.oa4mp.delegation.server.client that implement Response Modifier and Type Class Description class
ATResponse2
Since the OAuth 2 protocol supports getting a refresh token back from the server with the access token, we have to include it in this class.Methods in org.oa4mp.delegation.server.client that return Response Modifier and Type Method Description Response
ASImpl. process(Request request)
-
Uses of Response in org.oa4mp.delegation.server.issuers
Methods in org.oa4mp.delegation.server.issuers that return Response Modifier and Type Method Description Response
AbstractIssuer. process(Request request)
-
Uses of Response in org.oa4mp.delegation.server.request
Subinterfaces of Response in org.oa4mp.delegation.server.request Modifier and Type Interface Description interface
AGResponse
Server response to a request for anAuthorizationGrant
.interface
ATResponse
Server response to a request for anAccessToken
interface
CBResponse
Created by Jeff Gaynor
on May 23, 2011 at 11:31:20 AMinterface
IssuerResponse
Created by Jeff Gaynor
on May 13, 2011 at 12:00:03 PMinterface
PAResponse
Additional information in the form of a map may be supplied.Methods in org.oa4mp.delegation.server.request that return Response Modifier and Type Method Description Response
AGRequest. process(Server server)
Response
ATRequest. process(Server server)
Response
CBRequest. process(Server server)
Response
IssuerRequest. process(Server server)
Response
PARequest. process(Server server)
-
Uses of Response in org.oa4mp.delegation.server.server
Classes in org.oa4mp.delegation.server.server that implement Response Modifier and Type Class Description class
AGIResponse2
Authorization grant response from authorization endpoint on serverclass
ATIResponse2
OIDC server response for request for access tokenclass
IDTokenResponse
This is the superclass for responses that must include the ID token.class
IResponse2
Created by Jeff Gaynor
on 6/4/13 at 5:07 PMclass
PAIResponse2
Protected asset (cert) issuer response for OIDC.class
RTIResponse
Contains both an access token and refresh token.class
UIIResponse2
User info issuer responseMethods in org.oa4mp.delegation.server.server that return Response Modifier and Type Method Description Response
RTIRequest. process(Server server)
Response
UIIRequest2. process(Server server)
-
Uses of Response in org.oa4mp.server.loader.oauth2.cm.util
Methods in org.oa4mp.server.loader.oauth2.cm.util that return Response Modifier and Type Method Description Response
AbstractDDServer. process(Request request)
Methods in org.oa4mp.server.loader.oauth2.cm.util with parameters of type Response Modifier and Type Method Description void
ResponseSerializer. serialize(Response response, javax.servlet.http.HttpServletResponse servletResponse)
-
Uses of Response in org.oa4mp.server.loader.oauth2.cm.util.admin
Classes in org.oa4mp.server.loader.oauth2.cm.util.admin that implement Response Modifier and Type Class Description class
AbstractACResponse
Created by Jeff Gaynor
on 4/17/17 at 11:12 AMclass
ACGetResponse
Created by Jeff Gaynor
on 4/17/17 at 11:12 AMMethods in org.oa4mp.server.loader.oauth2.cm.util.admin that return Response Modifier and Type Method Description Response
AbstractACRequest. process(Server server)
-
Uses of Response in org.oa4mp.server.loader.oauth2.cm.util.attributes
Classes in org.oa4mp.server.loader.oauth2.cm.util.attributes that implement Response Modifier and Type Class Description class
AttributeAdminClientResponse
Created by Jeff Gaynor
on 4/17/17 at 1:04 PMclass
AttributeClientResponse
Created by Jeff Gaynor
on 11/28/16 at 1:39 PMclass
AttributeGetAdminClientResponse
Created by Jeff Gaynor
on 4/17/17 at 1:06 PMclass
AttributeGetClientResponse
Created by Jeff Gaynor
on 4/10/17 at 12:35 PMclass
AttributeSetAdminClientResponse
Created by Jeff Gaynor
on 4/17/17 at 1:42 PMMethods in org.oa4mp.server.loader.oauth2.cm.util.attributes that return Response Modifier and Type Method Description Response
AttributeServer. get(AttributeGetRequest request)
Response
AttributeRequest. process(Server server)
Response
AttributeServer. remove(AttributeRemoveRequest request)
Response
AttributeServer. set(AttributeSetClientRequest request)
-
Uses of Response in org.oa4mp.server.loader.oauth2.cm.util.client
Classes in org.oa4mp.server.loader.oauth2.cm.util.client that implement Response Modifier and Type Class Description class
ClientResponse
Created by Jeff Gaynor
on 11/28/16 at 2:00 PMclass
CreateResponse
Created by Jeff Gaynor
on 12/2/16 at 1:02 PMclass
GetResponse
Created by Jeff Gaynor
on 12/5/16 at 2:06 PMMethods in org.oa4mp.server.loader.oauth2.cm.util.client that return Response Modifier and Type Method Description Response
ClientRequest. process(Server server)
-
Uses of Response in org.oa4mp.server.loader.oauth2.cm.util.permissions
Classes in org.oa4mp.server.loader.oauth2.cm.util.permissions that implement Response Modifier and Type Class Description class
AddClientResponse
Created by Jeff Gaynor
on 12/1/16 at 2:10 PMclass
ListAdminsResponse
Created by Jeff Gaynor
on 12/1/16 at 11:05 AMclass
ListClientResponse
Created by Jeff Gaynor
on 12/1/16 at 11:28 AMclass
PermissionResponse
Created by Jeff Gaynor
on 12/1/16 at 10:57 AMMethods in org.oa4mp.server.loader.oauth2.cm.util.permissions that return Response Modifier and Type Method Description Response
PermissionRequest. process(Server server)
-