Uses of Interface
project35.soa.security.SecurityService

Packages that use SecurityService
project35.desktopDeployment The project35.desktopDeployment package describes classes that are used to make the desktop version of the data entry tool. 
project35.soa.security contains basic classes for supporting a security service. 
project35.tabletDeployment   
 

Uses of SecurityService in project35.desktopDeployment
 

Fields in project35.desktopDeployment declared as SecurityService
protected  SecurityService Workspace.securityService
           
protected  SecurityService Project35Menu.securityService
           
 

Uses of SecurityService in project35.soa.security
 

Classes in project35.soa.security that implement SecurityService
 class DummySecurityService
          a dummy security service that allows any user access to anything.
 

Uses of SecurityService in project35.tabletDeployment
 

Fields in project35.tabletDeployment declared as SecurityService
protected  SecurityService TabletMenu.securityService