com.crystaldecisions.sdk.occa.infostore
Interface IExplicitRight

All Superinterfaces:
IRightBase, IRightIDBase
All Known Subinterfaces:
ISecurityRightAdmin

public interface IExplicitRight
extends IRightBase

This object provides information about a right that is assigned to an object for a particular principal.


Method Summary
 void setGranted(boolean granted)
           Sets whether a right is granted.
 
Methods inherited from interface com.crystaldecisions.sdk.occa.infostore.IRightBase
getApplicableKind, getApplicableType, getDescription, getObjectType, getRightDescriptor, getScope, isGranted, isSpecified
 
Methods inherited from interface com.crystaldecisions.sdk.occa.infostore.IRightIDBase
getBaseID, getID, getRightPluginKind, getRightPluginType, isOwner
 

Method Detail

setGranted

void setGranted(boolean granted)

Sets whether a right is granted. This value should be set to true if the right is to be granted, and false otherwise.

Parameters:
granted - The new value of the right. To grant the right, set to true.