|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Entry in an access control list (Acl). Each entry specifies the privilege that a user has.
Acl, User, Privilege| Method Summary | |
boolean |
checkPrivilege(Privilege privilege)Indicates whether this AclEntry has the specified Privilege. |
Privilege |
getPrivilege()Retrieves the Privilege that this AclEntry assigns to a user. |
User |
getUser()Retrieves the user for this AclEntry. |
void |
setPrivilege(Privilege privilege)Specifies the Privilege of this AclEntry. |
| Method Detail |
public User getUser()
AclEntry.User for which this AclEntry specifies rights.public Privilege getPrivilege()
Privilege that this AclEntry assigns to a user.Privilege that the user for this AclEntry has.public void setPrivilege(Privilege privilege)
Privilege of this AclEntry. The Privilege identifies the rights that the user for this AclEntry has to operate on a context or on its contents.privilege - The Privilege that specify the rights for the user of this AclEntry.public boolean checkPrivilege(Privilege privilege)
AclEntry has the specified Privilege. This method indicates whether the user in this entry has the access rights that the specified Privilege identifies. The specified Privilege can be equivalent to the Privilege of this entry, or it can be implied by this entry's Privilege. For example, if you pass a Read Privilege to this method, and this entry has Write Privilege, then this method returns true.privilege - The Privilege that identifies the access rights that you want to find out about.true if the User for this AclEntry has privilege rights, false if the User does not.
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||