Uses of Class
org.oa4mp.delegation.server.ServiceTransaction
-
Packages that use ServiceTransaction Package Description org.oa4mp.delegation.server This package contains the code that a server will use to implement its delegation abilities.org.oa4mp.delegation.server.request org.oa4mp.delegation.server.server org.oa4mp.delegation.server.server.claims org.oa4mp.delegation.server.storage org.oa4mp.delegation.server.storage.support -
-
Uses of ServiceTransaction in org.oa4mp.delegation.server
Classes in org.oa4mp.delegation.server with type parameters of type ServiceTransaction Modifier and Type Class Description class
ServiceTransactionProvider<V extends ServiceTransaction>
Created by Jeff Gaynor
on 4/4/12 at 4:27 PM -
Uses of ServiceTransaction in org.oa4mp.delegation.server.request
Methods in org.oa4mp.delegation.server.request that return ServiceTransaction Modifier and Type Method Description ServiceTransaction
AGResponse. getServiceTransaction()
ServiceTransaction
IssuerRequest. getTransaction()
Methods in org.oa4mp.delegation.server.request with parameters of type ServiceTransaction Modifier and Type Method Description void
AGResponse. setServiceTransaction(ServiceTransaction transaction)
void
IssuerRequest. setTransaction(ServiceTransaction transaction)
Generally this should not be needed.Constructors in org.oa4mp.delegation.server.request with parameters of type ServiceTransaction Constructor Description AGRequest(javax.servlet.http.HttpServletRequest servletRequest, ServiceTransaction transaction)
ATRequest(javax.servlet.http.HttpServletRequest httpServletRequest, ServiceTransaction transaction)
CBRequest(ServiceTransaction transaction)
IssuerRequest(javax.servlet.http.HttpServletRequest servletRequest, ServiceTransaction transaction)
IssuerRequest(ServiceTransaction transaction)
PARequest(javax.servlet.http.HttpServletRequest servletRequest, ServiceTransaction transaction)
-
Uses of ServiceTransaction in org.oa4mp.delegation.server.server
Methods in org.oa4mp.delegation.server.server that return ServiceTransaction Modifier and Type Method Description ServiceTransaction
AGIResponse2. getServiceTransaction()
ServiceTransaction
IDTokenResponse. getServiceTransaction()
Methods in org.oa4mp.delegation.server.server with parameters of type ServiceTransaction Modifier and Type Method Description void
AGIResponse2. setServiceTransaction(ServiceTransaction serviceTransaction)
void
IDTokenResponse. setServiceTransaction(ServiceTransaction serviceTransaction)
Constructors in org.oa4mp.delegation.server.server with parameters of type ServiceTransaction Constructor Description RTIRequest(javax.servlet.http.HttpServletRequest servletRequest, ServiceTransaction transaction, boolean isOIDC)
RTIRequest(javax.servlet.http.HttpServletRequest servletRequest, ServiceTransaction transaction, AccessToken accessToken, boolean isOIDC)
RTIRequest(ServiceTransaction transaction, boolean isOIDC)
UIIRequest2(javax.servlet.http.HttpServletRequest servletRequest, ServiceTransaction transaction, AccessToken accessToken)
-
Uses of ServiceTransaction in org.oa4mp.delegation.server.server.claims
Methods in org.oa4mp.delegation.server.server.claims with parameters of type ServiceTransaction Modifier and Type Method Description net.sf.json.JSONObject
ClaimSource. process(net.sf.json.JSONObject claims, javax.servlet.http.HttpServletRequest request, ServiceTransaction transaction)
net.sf.json.JSONObject
ClaimSource. process(net.sf.json.JSONObject claims, ServiceTransaction transaction)
AUserInfo
object and the current service transaction are supplied. -
Uses of ServiceTransaction in org.oa4mp.delegation.server.storage
Classes in org.oa4mp.delegation.server.storage with type parameters of type ServiceTransaction Modifier and Type Class Description class
SQLServiceTransactionStore<V extends ServiceTransaction>
Created by Jeff Gaynor
on May 12, 2010 at 9:52:58 AMMethods in org.oa4mp.delegation.server.storage that return types with arguments of type ServiceTransaction Modifier and Type Method Description HashMap<String,ServiceTransaction>
SQLServiceTransactionStore. getCreatedTransactions()
-
Uses of ServiceTransaction in org.oa4mp.delegation.server.storage.support
Classes in org.oa4mp.delegation.server.storage.support with type parameters of type ServiceTransaction Modifier and Type Class Description class
ServiceTransactionConverter<V extends ServiceTransaction>
Converts maps to or from server-side transactions.
-