Uses of Class
org.oa4mp.server.api.servlet.storage.AuthorizedServlet.ProtocolParameters
-
Packages that use AuthorizedServlet.ProtocolParameters Package Description edu.uiuc.ncsa.myproxy.oa4mp.server.servlet -
-
Uses of AuthorizedServlet.ProtocolParameters in edu.uiuc.ncsa.myproxy.oa4mp.server.servlet
Methods in edu.uiuc.ncsa.myproxy.oa4mp.server.servlet that return AuthorizedServlet.ProtocolParameters Modifier and Type Method Description protected abstract AuthorizedServlet.ProtocolParameters
AuthorizedServlet. parseRequest(javax.servlet.http.HttpServletRequest request)
This will take the HTTP request and parse it into parameters.Methods in edu.uiuc.ncsa.myproxy.oa4mp.server.servlet with parameters of type AuthorizedServlet.ProtocolParameters Modifier and Type Method Description protected ServiceTransaction
AuthorizedServlet. getAndCheckTransaction(AuthorizedServlet.ProtocolParameters p)
-