Class LogoutHandlerImpl
- java.lang.Object
-
- org.webswing.server.base.AbstractUrlHandler
-
- org.webswing.server.services.security.login.LogoutHandlerImpl
-
- All Implemented Interfaces:
UrlHandler,LogoutHandler,SecurableService
public class LogoutHandlerImpl extends AbstractUrlHandler implements LogoutHandler
-
-
Constructor Summary
Constructors Constructor Description LogoutHandlerImpl(WebSocketService webSockets, UrlHandler parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetPath()protected org.webswing.server.services.security.api.AbstractWebswingUserlogout(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)booleanserve(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)-
Methods inherited from class org.webswing.server.base.AbstractUrlHandler
checkMasterPermission, checkPermission, checkPermissionLocalOrMaster, destroy, getFullPathMapping, getLastModified, getMasterUser, getPathInfo, getPathMapping, getRootHandler, getSecuredPath, getSecurityProvider, getServletContext, getUser, init, isSubPath, registerChildUrlHandler, registerFirstChildUrlHandler, removeChildUrlHandler, secureServe, toPath
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.webswing.server.base.UrlHandler
checkMasterPermission, checkPermission, destroy, getFullPathMapping, getLastModified, getPathMapping, getRootHandler, getSecuredPath, getSecurityProvider, getServletContext, getUser, init, registerChildUrlHandler, registerFirstChildUrlHandler, removeChildUrlHandler
-
-
-
-
Constructor Detail
-
LogoutHandlerImpl
public LogoutHandlerImpl(WebSocketService webSockets, UrlHandler parent)
-
-
Method Detail
-
getPath
protected String getPath()
- Specified by:
getPathin classAbstractUrlHandler
-
serve
public boolean serve(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws org.webswing.server.model.exception.WsException- Specified by:
servein interfaceUrlHandler- Overrides:
servein classAbstractUrlHandler- Throws:
org.webswing.server.model.exception.WsException
-
logout
protected org.webswing.server.services.security.api.AbstractWebswingUser logout(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws javax.servlet.ServletException, IOException- Throws:
javax.servlet.ServletExceptionIOException
-
-