In order to be put under access control, a resource must implement the Protectable Interface. A resource is one of the elements of an access control policy.
Field Summary | |
static java.lang.String | COPYRIGHT |
Method Summary | |
boolean | fulfills(java.lang.Long member, java.lang.String relationship) Determines if a given member fulfills a given relationship with the resource. |
java.lang.Long | getOwner() Returns the member id of the owner. |
Field Detail |
public static final java.lang.String COPYRIGHT
Method Detail |
public boolean fulfills(java.lang.Long member, java.lang.String relationship) throws java.rmi.RemoteException, java.lang.Exception
public java.lang.Long getOwner() throws java.lang.Exception, java.rmi.RemoteException
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.