edu.washington.lib.authorization
Class Authorize

java.lang.Object
  extended by HttpServlet
      extended by edu.washington.lib.authorization.Authorize

public class Authorize
extends HttpServlet

A REST-style Java servlet web services front-end


Constructor Summary
Authorize()
          Instantiates the Authorization class, which is the main class for using the package
 
Method Summary
 void doGet(HttpServletRequest request, HttpServletResponse response)
          Passes a request to an authorization app, returns an xml authorized/not-authorized response
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Authorize

public Authorize()
Instantiates the Authorization class, which is the main class for using the package

Method Detail

doGet

public void doGet(HttpServletRequest request,
                  HttpServletResponse response)
           throws java.io.IOException,
                  ServletException
Passes a request to an authorization app, returns an xml authorized/not-authorized response

Throws:
java.io.IOException
ServletException