Uses of Class
org.oa4mp.server.loader.oauth2.servlet.TokenManagerServlet.State
-
Packages that use TokenManagerServlet.State Package Description edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet -
-
Uses of TokenManagerServlet.State in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet
Methods in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet that return TokenManagerServlet.State Modifier and Type Method Description protected TokenManagerServlet.State
TokenManagerServlet. checkBasic(javax.servlet.http.HttpServletRequest req)
This will process a request with basic authorization, peel off the supplied token and resolve it.protected TokenManagerServlet.State
TokenManagerServlet. checkBearer(javax.servlet.http.HttpServletRequest req)
Checks the case that the request uses a bearer token.Methods in edu.uiuc.ncsa.myproxy.oa4mp.oauth2.servlet with parameters of type TokenManagerServlet.State Modifier and Type Method Description protected OA2ServiceTransaction
BearerTokenServlet. findTransaction(AccessTokenImpl at, TokenManagerServlet.State state)
protected void
RFC7662. populateResponse(TokenManagerServlet.State state, net.sf.json.JSONObject json)
Used for the case that the response is for an active token.
-