Uses of Class
org.oa4mp.delegation.common.servlet.TransactionState
-
Packages that use TransactionState Package Description org.oa4mp.delegation.common.servlet org.oa4mp.server.api.storage.servlet org.oa4mp.server.loader.oauth2.servlet org.oa4mp.server.proxy -
-
Uses of TransactionState in org.oa4mp.delegation.common.servlet
Methods in org.oa4mp.delegation.common.servlet with parameters of type TransactionState Modifier and Type Method Description void
TransactionFilter. postprocess(TransactionState transactionState)
Invoked after the response has been written to theHttpServletResponse
stream.void
TransactionFilter. preprocess(TransactionState transactionState)
Invoked after the transaction state has been determined, but before writing any response -
Uses of TransactionState in org.oa4mp.server.api.storage.servlet
Subclasses of TransactionState in org.oa4mp.server.api.storage.servlet Modifier and Type Class Description class
IssuerTransactionState
Created by Jeff Gaynor
on 3/13/14 at 10:42 AMMethods in org.oa4mp.server.api.storage.servlet with parameters of type TransactionState Modifier and Type Method Description void
OA4MPServlet. postprocess(TransactionState state)
void
OA4MPServlet. preprocess(TransactionState state)
Note that if you override this, you should call super, which sets some security-related headers, but touches nothing else. -
Uses of TransactionState in org.oa4mp.server.loader.oauth2.servlet
Methods in org.oa4mp.server.loader.oauth2.servlet with parameters of type TransactionState Modifier and Type Method Description void
OA2AuthorizedServletUtil. figureOutAudienceAndResource(TransactionState state)
RFC 8707 support.void
OA2AuthorizedServletUtil. postprocess(TransactionState transactionState, OA2Client client)
void
OA2AuthorizedServletUtil. preprocess(TransactionState state)
static Collection<String>
ClientUtils. resolveScopes(TransactionState transactionState, OA2Client oa2Client, boolean isRFC8628)
This method will take the scopes that the client sends in its request and inspect the scopes that it is allowed to request.static Collection<String>
ClientUtils. resolveScopes(TransactionState transactionState, OA2Client oa2Client, boolean isNew, boolean isRFC8628)
protected Collection<String>
OA2AuthorizedServletUtil. resolveScopes(TransactionState transactionState, OA2Client client)
-
Uses of TransactionState in org.oa4mp.server.proxy
Methods in org.oa4mp.server.proxy that return TransactionState Modifier and Type Method Description protected TransactionState
OA2ATServlet. doNEWRefresh(OA2Client client, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
protected TransactionState
OA2ATServlet. doRefresh(OA2Client client, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
Methods in org.oa4mp.server.proxy with parameters of type TransactionState Modifier and Type Method Description void
OA2ATServlet. preprocess(TransactionState state)
-