Interface SecurityManagerService
-
- All Superinterfaces:
WebswingService
- All Known Implementing Classes:
SecurityManagerServiceImpl
public interface SecurityManagerService extends WebswingService
-
-
Field Summary
Fields Modifier and Type Field Description static StringSECURITY_SUBJECT
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectsecure(SecurableService handler, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)-
Methods inherited from interface org.webswing.server.base.WebswingService
start, stop
-
-
-
-
Field Detail
-
SECURITY_SUBJECT
static final String SECURITY_SUBJECT
- See Also:
- Constant Field Values
-
-
Method Detail
-
secure
Object secure(SecurableService handler, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
-
-