Uses of Class
org.openwms.core.domain.system.usermanagement.SecurityObject

Packages that use SecurityObject
org.openwms.core.domain.system.usermanagement Contains domain classes regarding the user and role management. 
org.openwms.core.integration Repository (DAO) interface definitions of the CORE module. 
org.openwms.core.integration.jpa This package contains classes that belong to the integration layer implemented with JPA. 
 

Uses of SecurityObject in org.openwms.core.domain.system.usermanagement
 

Subclasses of SecurityObject in org.openwms.core.domain.system.usermanagement
 class Grant
          A Grant gives permission to access some kind of application object.
 class Role
          A Role is a group of Users.
 

Methods in org.openwms.core.domain.system.usermanagement that return types with arguments of type SecurityObject
 List<SecurityObject> User.getGrants()
          Flatten Roles and Grants and return an unmodifiable list of all Grants assigned to this User.
 Set<SecurityObject> Role.getGrants()
          Return an unmodifiable Set of all SecurityObjects belonging to the Role.
 

Methods in org.openwms.core.domain.system.usermanagement with parameters of type SecurityObject
 boolean Role.addGrant(SecurityObject grant)
          Add an existing SecurityObject to the Role.
 boolean Role.removeGrant(SecurityObject grant)
          Add an existing SecurityObject to the Role.
 

Method parameters in org.openwms.core.domain.system.usermanagement with type arguments of type SecurityObject
 void Role.setGrants(Set<SecurityObject> grants)
          Set all SecurityObjects assigned to the Role.
 

Uses of SecurityObject in org.openwms.core.integration
 

Methods in org.openwms.core.integration that return SecurityObject
 SecurityObject SecurityObjectDao.merge(SecurityObject entity)
          Save a SecurityObject and return the updated instance.
 

Methods in org.openwms.core.integration that return types with arguments of type SecurityObject
 List<SecurityObject> SecurityObjectDao.findAll()
          Find and retrieve all SecurityObjects.
 

Methods in org.openwms.core.integration with parameters of type SecurityObject
 SecurityObject SecurityObjectDao.merge(SecurityObject entity)
          Save a SecurityObject and return the updated instance.
 

Uses of SecurityObject in org.openwms.core.integration.jpa
 

Methods in org.openwms.core.integration.jpa that return SecurityObject
 SecurityObject SecurityObjectDaoImpl.merge(SecurityObject entity)
          Save a SecurityObject and return the updated instance.
 

Methods in org.openwms.core.integration.jpa that return types with arguments of type SecurityObject
 List<SecurityObject> SecurityObjectDaoImpl.findAll()
          Find and retrieve all SecurityObjects.
 

Methods in org.openwms.core.integration.jpa with parameters of type SecurityObject
 SecurityObject SecurityObjectDaoImpl.merge(SecurityObject entity)
          Save a SecurityObject and return the updated instance.
 



Copyright © 2005-2011 openwms.org. All Rights Reserved.