public class SecurityModuleWrapper extends Object implements WebswingSecurityModule
| Constructor and Description |
|---|
SecurityModuleWrapper(SecurityContext context,
WebswingSecurityConfig config) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
AbstractWebswingUser |
doLogin(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
doLogout(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
AbstractWebswingUser user) |
void |
doServeAuthenticated(AbstractWebswingUser user,
String path,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
void |
init() |
public SecurityModuleWrapper(SecurityContext context, WebswingSecurityConfig config)
public void init()
init in interface WebswingSecurityModulepublic AbstractWebswingUser doLogin(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
doLogin in interface WebswingSecurityModulejavax.servlet.ServletExceptionIOExceptionpublic void doLogout(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
AbstractWebswingUser user)
doLogout in interface WebswingSecurityModulepublic void doServeAuthenticated(AbstractWebswingUser user, String path, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
doServeAuthenticated in interface WebswingSecurityModulepublic void destroy()
destroy in interface WebswingSecurityModuleCopyright © 2017. All rights reserved.