public class SecurityManagerServiceImpl extends Object implements SecurityManagerService
SECURITY_SUBJECT| Constructor and Description |
|---|
SecurityManagerServiceImpl(javax.servlet.ServletContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.shiro.cache.CacheManager |
getCacheManager() |
protected org.apache.shiro.session.mgt.SessionManager |
getSessionManager() |
Object |
secure(SecurableService handler,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
void |
start() |
void |
stop() |
@Inject public SecurityManagerServiceImpl(javax.servlet.ServletContext context)
public void start()
start in interface WebswingServiceprotected org.apache.shiro.cache.CacheManager getCacheManager()
protected org.apache.shiro.session.mgt.SessionManager getSessionManager()
public void stop()
stop in interface WebswingServicepublic Object secure(SecurableService handler, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
secure in interface SecurityManagerServiceCopyright © 2018. All rights reserved.