|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 User s. |
Methods in org.openwms.core.domain.system.usermanagement that return types with arguments of type SecurityObject | |
---|---|
List<SecurityObject> |
User.getGrants()
Flatten Role s and Grant s and return an unmodifiable list
of all Grant s assigned to this User . |
Set<SecurityObject> |
Role.getGrants()
Return an unmodifiable Set of all SecurityObject s 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 SecurityObject s 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 SecurityObject s. |
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 SecurityObject s. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |