Uses of Interface
org.webswing.server.services.security.SecurableService
-
-
Uses of SecurableService in org.webswing.server
Classes in org.webswing.server that implement SecurableService Modifier and Type Class Description classGlobalUrlHandler -
Uses of SecurableService in org.webswing.server.base
Classes in org.webswing.server.base that implement SecurableService Modifier and Type Class Description classAbstractUrlHandlerclassPrimaryUrlHandler -
Uses of SecurableService in org.webswing.server.services.files
Classes in org.webswing.server.services.files that implement SecurableService Modifier and Type Class Description classFileTransferHandlerImpl -
Uses of SecurableService in org.webswing.server.services.resources
Classes in org.webswing.server.services.resources that implement SecurableService Modifier and Type Class Description classResourceHandlerImpl -
Uses of SecurableService in org.webswing.server.services.rest
Classes in org.webswing.server.services.rest that implement SecurableService Modifier and Type Class Description classRestUrlHandlerImpl -
Uses of SecurableService in org.webswing.server.services.security
Methods in org.webswing.server.services.security with parameters of type SecurableService Modifier and Type Method Description ObjectSecurityManagerService. secure(SecurableService handler, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)ObjectSecurityManagerServiceImpl. secure(SecurableService handler, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) -
Uses of SecurableService in org.webswing.server.services.security.login
Classes in org.webswing.server.services.security.login that implement SecurableService Modifier and Type Class Description classLoginHandlerImplclassLogoutHandlerImpl -
Uses of SecurableService in org.webswing.server.services.swingmanager
Classes in org.webswing.server.services.swingmanager that implement SecurableService Modifier and Type Class Description classSwingInstanceManagerImpl
-