org.deegree.security.drm.model |
|
Java Source File Name | Type | Comment |
Group.java | Class | Implementation of group-objects. |
Privilege.java | Class | Default implementation of privilege-objects. |
Right.java | Class | A Right instance encapsulates a SecurableObject , a
RightType and optional constraints which restrict it's applicability.
For example, one instance of a RightSet may be the 'access'-Right to a geographic
dataset restricted to a certain area and weekdays. |
RightSet.java | Class | A RightSet encapsulates a number of Right objects. |
RightType.java | Class | A RightType defines a certain type of right, e.g. |
Role.java | Class | Implementation of role-objects. |
SecurableObject.java | Class | Abstract superclass of objects that are securable, i.e. |
SecuredObject.java | Class | Implementation of application specific objects that are securable. |
User.java | Class | Implementation of user-objects. |