public class LogoutServlet
extends javax.servlet.http.HttpServlet
This servlet must only be used over HTTPS. The full URL to this servlet will be required when registering an application with SSO, so that it knows where to call.
| Constructor and Description |
|---|
LogoutServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doPost(javax.servlet.http.HttpServletRequest arg0,
javax.servlet.http.HttpServletResponse arg1) |
uk.ac.warwick.sso.client.cache.UserCache |
getCache() |
java.lang.String |
getConfigSuffix() |
void |
init(javax.servlet.ServletConfig ctx) |
void |
setCache(uk.ac.warwick.sso.client.cache.UserCache cache) |
void |
setConfigSuffix(java.lang.String configSuffix) |
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, serviceprotected final void doPost(javax.servlet.http.HttpServletRequest arg0,
javax.servlet.http.HttpServletResponse arg1)
throws javax.servlet.ServletException,
java.io.IOException
doPost in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionjava.io.IOExceptionpublic final uk.ac.warwick.sso.client.cache.UserCache getCache()
public final void setCache(uk.ac.warwick.sso.client.cache.UserCache cache)
public final void init(javax.servlet.ServletConfig ctx)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class javax.servlet.GenericServletjavax.servlet.ServletExceptionpublic final java.lang.String getConfigSuffix()
public final void setConfigSuffix(java.lang.String configSuffix)