Class SetiServlet

java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.cometd.oort.SetiServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class SetiServlet extends javax.servlet.http.HttpServlet

This servlet initializes and configures and instance of the Seti user mapper.

This servlet must be initialized after an instance the Oort servlet that creates the Oort instance.

Override method newSeti(Oort) to return a customized instance of Seti.

See Also: