deegree 2.2 (2008/12/22 11:33 build-3038-official)

Uses of Class
org.deegree.security.drm.model.Right

Packages that use Right
org.deegree.security.drm   
org.deegree.security.drm.model   
 

Uses of Right in org.deegree.security.drm
 

Methods in org.deegree.security.drm that return Right
 Right[] SQLRegistry.getRights(SecurityAccess securityAccess, SecurableObject object, Role role)
          Retrieves the Rights from the Registry that are associated with a given Role and a SecurableObject.
 Right[] SecurityRegistry.getRights(SecurityAccess securityAccess, SecurableObject object, Role role)
          Retrieves the Rights from the Registry that are associated with a given Role and a SecurableObject.
 

Methods in org.deegree.security.drm with parameters of type Right
 void SecurityTransaction.addRights(SecurableObject object, Role role, Right[] additionalRights)
          Adds the specified Rights on the passed object to the passed role.
 void SecurityTransaction.setRights(SecurableObject[] objects, Role role, Right right)
          Sets one certain right that a certain role has on the given objects.
 void SecurityTransaction.setRights(SecurableObject object, Role role, Right[] rights)
          Sets the Rights that a certain role has on a given object.
 void SQLRegistry.setRights(SecurityTransaction transaction, SecurableObject[] objects, Role role, Right right)
          Sets one Right to be associated with a given Role and all given SecurableObjects.
 void SecurityRegistry.setRights(SecurityTransaction transaction, SecurableObject[] objects, Role role, Right right)
          Sets one Right to be associated with a given Role and all given SecurableObjects.
 void SQLRegistry.setRights(SecurityTransaction transaction, SecurableObject object, Role role, Right[] rights)
          Sets the Rights to be associated with a given Role and SecurableObject.
 void SecurityRegistry.setRights(SecurityTransaction transaction, SecurableObject object, Role role, Right[] rights)
          Sets the Rights to be associated with a given Role and SecurableObject.
 

Uses of Right in org.deegree.security.drm.model
 

Methods in org.deegree.security.drm.model that return Right
 Right RightSet.getRight(SecurableObject secObject, RightType type)
          Returns the Right of the specified RightType that this RightSet defines on the specified SecurableObject.
 Right Right.merge(Right that)
          Generates the disjunctive combination of the instance and the submitted Right, so that the new Right has the permissions of both instances.
 Right[] RightSet.toArray(SecurableObject secObject)
          Returns the encapulated Rights (for one SecurableObject) as an one-dimensional array.
 Right[][] RightSet.toArray2()
          Returns the encapulated Rights as a two-dimensional array: first index: runs the different SecurableObjects second index: runs the different Rights
 

Methods in org.deegree.security.drm.model with parameters of type Right
 Right Right.merge(Right that)
          Generates the disjunctive combination of the instance and the submitted Right, so that the new Right has the permissions of both instances.
 

Constructors in org.deegree.security.drm.model with parameters of type Right
RightSet(Right[] rights)
           
 


deegree 2.2 (2008/12/22 11:33 build-3038-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net