|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public java.util.Collection getAccessRights()
public void setAccessRights(java.util.Collection rights)
rights
- Collection of AccessRight objects.public java.util.Collection getAuthorizationOwners()
public 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 |