com.ibm.mashups.enabler.ac
Interface ResourceAccessControlModel

All Superinterfaces:
AccessControlModel, Model

public ResourceAccessControlModel
extends AccessControlModel

Interface for a access control model with additional features for resource handling.


Method Summary
 boolean isInheritanceBlock(RoleType roletype)
           Returns if the inheritance block is set for the specified role type.
 void setInheritanceBlock(RoleType roletype, boolean value)
           Sets if the inheritance block is set or not for the specified role type.
 
Methods inherited from interface com.ibm.mashups.enabler.ac.AccessControlModel
isInitialized, getOwner, setOwner, confirmSetOwner, getRoleModel, getRoleModel, confirmGetRoleModel, commit
 
Methods inherited from interface com.ibm.mashups.enabler.model.Model
setStrategy, getStrategies, getStrategy, addStrategy, removeStrategy
 

Method Detail

isInheritanceBlock

boolean isInheritanceBlock(RoleType roletype)
Returns if the inheritance block is set for the specified role type.

Parameters:
roletype - the role type for which to retrieve the inheritance block

setInheritanceBlock

void setInheritanceBlock(RoleType roletype,
                         boolean value)
Sets if the inheritance block is set or not for the specified role type.

Parameters:
roletype - the role type for which to set the inheritance block
value - true to set the inheritance block, or false to unset the inheritance block.


Copyright IBM Corp. 2010 All Rights Reserved.