Class SecurityManagerServiceImpl
- java.lang.Object
-
- org.webswing.server.services.security.SecurityManagerServiceImpl
-
- All Implemented Interfaces:
WebswingService,SecurityManagerService
public class SecurityManagerServiceImpl extends Object implements SecurityManagerService
-
-
Field Summary
-
Fields inherited from interface org.webswing.server.services.security.SecurityManagerService
SECURITY_SUBJECT
-
-
Constructor Summary
Constructors Constructor Description SecurityManagerServiceImpl(javax.servlet.ServletContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.shiro.cache.CacheManagergetCacheManager()protected org.apache.shiro.session.mgt.SessionManagergetSessionManager()Objectsecure(SecurableService handler, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)voidstart()voidstop()
-
-
-
Method Detail
-
start
public void start()
- Specified by:
startin interfaceWebswingService
-
getCacheManager
protected org.apache.shiro.cache.CacheManager getCacheManager()
-
getSessionManager
protected org.apache.shiro.session.mgt.SessionManager getSessionManager()
-
stop
public void stop()
- Specified by:
stopin interfaceWebswingService
-
secure
public Object secure(SecurableService handler, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
- Specified by:
securein interfaceSecurityManagerService
-
-