public interface ProtectedObject
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection |
getAccessRights()
Returns a collection of access rights associated with the object.
|
java.util.Collection |
getAuthorizationOwners()
Returns a collection of entities who are authorized to to change
access rights to the object.
|
void |
setAccessRights(java.util.Collection rights)
Replaces the access rights of the object.
|
void |
setAuthorizationOwners(java.util.Collection owners)
Replaces the entities authorized to change access rights of the object.
|
java.util.Collection getAccessRights()
void setAccessRights(java.util.Collection rights)
rights - Collection of AccessRight objects.java.util.Collection getAuthorizationOwners()
void setAuthorizationOwners(java.util.Collection owners)
owners - Collection of AuthorizationOwner objects.