Uses of Interface
macaw.businessLayer.MacawSecurityAPI

Packages that use MacawSecurityAPI
macaw.persistenceLayer.demo This package contains all the code required to run versions of Macaw's curation and retrieval services which store data in-memory. 
macaw.persistenceLayer.production This package contains all the code required to run versions of Macaw's curation and retrieval services which store data in a MySQL database. 
 

Uses of MacawSecurityAPI in macaw.persistenceLayer.demo
 

Classes in macaw.persistenceLayer.demo that implement MacawSecurityAPI
 class InMemoryUserManager
          manages instances of User in-memory.
 

Fields in macaw.persistenceLayer.demo declared as MacawSecurityAPI
protected  MacawSecurityAPI DemonstrationCurationService.securityValidationService
           
 

Uses of MacawSecurityAPI in macaw.persistenceLayer.production
 

Classes in macaw.persistenceLayer.production that implement MacawSecurityAPI
 class SQLUserManager