Class GrouperScimServlet

java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.glassfish.jersey.servlet.ServletContainer
edu.internet2.middleware.grouper.ws.scim.GrouperScimServlet
All Implemented Interfaces:
Serializable, javax.servlet.Filter, javax.servlet.Servlet, javax.servlet.ServletConfig, org.glassfish.jersey.server.spi.Container

public class GrouperScimServlet extends org.glassfish.jersey.servlet.ServletContainer
See Also:
  • Field Summary

    Fields inherited from interface org.glassfish.jersey.server.spi.Container

    DEFAULT_HTTP_PORT, DEFAULT_HTTPS_PORT
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    GrouperScimServlet(org.glassfish.jersey.server.ResourceConfig resourceConfig)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    service(javax.servlet.ServletRequest req, javax.servlet.ServletResponse res)
     

    Methods inherited from class org.glassfish.jersey.servlet.ServletContainer

    destroy, doFilter, doFilter, getApplicationHandler, getConfiguration, getServletContext, getStaticContentPattern, getWebComponent, init, init, init, reload, reload, service, service

    Methods inherited from class javax.servlet.http.HttpServlet

    doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified

    Methods inherited from class javax.servlet.GenericServlet

    getInitParameter, getInitParameterNames, getServletConfig, getServletInfo, getServletName, init, log, log

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GrouperScimServlet

      public GrouperScimServlet()
    • GrouperScimServlet

      public GrouperScimServlet(org.glassfish.jersey.server.ResourceConfig resourceConfig)
  • Method Details

    • service

      public void service(javax.servlet.ServletRequest req, javax.servlet.ServletResponse res) throws javax.servlet.ServletException, IOException
      Specified by:
      service in interface javax.servlet.Servlet
      Overrides:
      service in class org.glassfish.jersey.servlet.ServletContainer
      Throws:
      javax.servlet.ServletException
      IOException