Uses of Interface
org.webswing.server.services.security.modules.SecurityModuleService
-
Packages that use SecurityModuleService Package Description org.webswing.server org.webswing.server.base org.webswing.server.services.security.modules org.webswing.server.services.swingmanager -
-
Uses of SecurityModuleService in org.webswing.server
Constructors in org.webswing.server with parameters of type SecurityModuleService Constructor Description GlobalUrlHandler(ConfigurationService config, SwingInstanceManagerService appFactory, ResourceHandlerService resourceService, SecurityModuleService securityService, LoginHandlerService loginService, javax.servlet.ServletContext servletContext, ExtensionService extService, RestService restService) -
Uses of SecurityModuleService in org.webswing.server.base
Fields in org.webswing.server.base declared as SecurityModuleService Modifier and Type Field Description protected SecurityModuleServicePrimaryUrlHandler. securityModuleServiceConstructors in org.webswing.server.base with parameters of type SecurityModuleService Constructor Description PrimaryUrlHandler(UrlHandler parent, SecurityModuleService securityModuleService, ConfigurationService configService) -
Uses of SecurityModuleService in org.webswing.server.services.security.modules
Classes in org.webswing.server.services.security.modules that implement SecurityModuleService Modifier and Type Class Description classSecurityModuleServiceImpl -
Uses of SecurityModuleService in org.webswing.server.services.swingmanager
-