|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRoleRights
This interface defines the collection of rights associated with a custom
access level (custom role) object.
Use this interface to add, remove, and modify the role rights included in this custom role.
| Method Summary | |
|---|---|
IRoleRight |
addRoleRight(RightDescriptor right,
boolean granted)
Adds a role right to the collection. |
IRoleRight |
getRoleRight(RightDescriptor right)
Returns the specified role right from the collection. |
boolean |
removeRoleRight(RightDescriptor right)
Removes the specified role right from the collection. |
| Methods inherited from interface com.crystaldecisions.sdk.properties.ISDKSet |
|---|
get |
| Methods inherited from interface java.util.Set |
|---|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
| Method Detail |
|---|
IRoleRight addRoleRight(RightDescriptor right,
boolean granted)
throws SDKException
right - Right descriptor that defines the role rightgranted - true to grant permission or false to deny permission
SDKException.DuplicateEntry - if the right already exists in the collection.
SDKException
IRoleRight getRoleRight(RightDescriptor right)
throws SDKException
right - Right descriptor that identifies the role right
SDKException - if the process is unsuccessful.
boolean removeRoleRight(RightDescriptor right)
throws SDKException
right - Right descriptor that identifies the role right
SDKException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||