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