| 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface ProtectedObject
Defines the base interface for all objects that are protected, thereby requiring authorized access. This interface includes querying for access control information and authorization ownership.
| Method Summary | |
|---|---|
 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.  | 
| Method Detail | 
|---|
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.
  | 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||