Uses of Interface
org.oa4mp.delegation.server.request.IssuerResponse
-
-
Uses of IssuerResponse in org.oa4mp.delegation.server.issuers
Methods in org.oa4mp.delegation.server.issuers that return IssuerResponse Modifier and Type Method Description IssuerResponse
AGIssuer. processAGRequest(AGRequest authorizationGrantRequest)
-
Uses of IssuerResponse in org.oa4mp.delegation.server.request
Subinterfaces of IssuerResponse 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
PAResponse
Additional information in the form of a map may be supplied. -
Uses of IssuerResponse in org.oa4mp.delegation.server.server
Classes in org.oa4mp.delegation.server.server that implement IssuerResponse 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 IssuerResponse Modifier and Type Method Description IssuerResponse
AGI2. processAGRequest(AGRequest authorizationGrantRequest)
Accepts authorization grant request and returns response with an authorization code -
Uses of IssuerResponse in org.oa4mp.di
Methods in org.oa4mp.di with parameters of type IssuerResponse Modifier and Type Method Description ServiceTransaction
DIService. verifyAndGet(IssuerResponse iResponse)
-
Uses of IssuerResponse in org.oa4mp.server.api.storage.servlet
Methods in org.oa4mp.server.api.storage.servlet that return IssuerResponse Modifier and Type Method Description IssuerResponse
IssuerTransactionState. getIssuerResponse()
Methods in org.oa4mp.server.api.storage.servlet with parameters of type IssuerResponse Modifier and Type Method Description void
IssuerTransactionState. setIssuerResponse(IssuerResponse issuerResponse)
ServiceTransaction
AbstractAuthenticationServlet. verifyAndGet(IssuerResponse iResponse)
ServiceTransaction
AbstractRegistrationServlet. verifyAndGet(IssuerResponse iResponse)
ServiceTransaction
AuthorizationControllerServlet. verifyAndGet(IssuerResponse iResponse)
ServiceTransaction
DiscoveryServlet. verifyAndGet(IssuerResponse iResponse)
ServiceTransaction
ErrorServlet. verifyAndGet(IssuerResponse iResponse)
abstract ServiceTransaction
OA4MPServlet. verifyAndGet(IssuerResponse iResponse)
This is called after the response is received so that the system can get the approproate transaction.Constructors in org.oa4mp.server.api.storage.servlet with parameters of type IssuerResponse Constructor Description IssuerTransactionState(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Map<String,String> parameters, BasicTransaction transaction, edu.uiuc.ncsa.security.storage.XMLMap backup, IssuerResponse issuerResponse)
-
Uses of IssuerResponse in org.oa4mp.server.loader.oauth2.servlet
Methods in org.oa4mp.server.loader.oauth2.servlet with parameters of type IssuerResponse Modifier and Type Method Description ServiceTransaction
OA2AuthorizedServlet. verifyAndGet(IssuerResponse iResponse)
protected ServiceTransaction
OA2AuthorizedServletUtil. verifyAndGet(IssuerResponse iResponse)
ServiceTransaction
TokenManagerServlet. verifyAndGet(IssuerResponse iResponse)
ServiceTransaction
UserInfoServlet. verifyAndGet(IssuerResponse iResponse)
-
Uses of IssuerResponse in org.oa4mp.server.proxy
Methods in org.oa4mp.server.proxy with parameters of type IssuerResponse Modifier and Type Method Description ServiceTransaction
OA2ATServlet. verifyAndGet(IssuerResponse iResponse)
ServiceTransaction
ProxyCallbackServlet. verifyAndGet(IssuerResponse iResponse)
ServiceTransaction
RFC8628Servlet. verifyAndGet(IssuerResponse iResponse)
-