@WebServlet(name="IntrospectServlet",
urlPatterns="/introspect")
public class IntrospectServlet
extends javax.servlet.http.HttpServlet
| Modifier and Type | Field and Description |
|---|---|
static String |
MODE_INVALIDATE |
static String |
MODE_TIMEOUT |
static String |
MODE_VERIFY |
| Constructor and Description |
|---|
IntrospectServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, servicepublic static final String MODE_INVALIDATE
public static final String MODE_VERIFY
public static final String MODE_TIMEOUT
protected void doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException,
IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionCopyright © 2008-2015 Seam Framework. All Rights Reserved.