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.
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 blockvalue
-
true
to set the inheritance block, or false
to unset the inheritance block.
Copyright IBM Corp. 2010 All Rights Reserved.