com.ibm.mashups.enabler.ac
Interface EffectiveAccess


public EffectiveAccess

Interface representing effective allowed access.


Method Summary
 Boolean hasRole(RoleType roletype)
           Returns whether a given role is set.
 Boolean isPrivate()
           Indicates if the resource is private.
 

Method Detail

hasRole

Boolean hasRole(RoleType roletype)
Returns whether a given role is set.

Parameters:
roletype - the role type
Returns:
true if the role is available, false otherwise.

isPrivate

Boolean isPrivate()
Indicates if the resource is private.

Returns:
returns true if the resource is private, false otherwise.


Copyright IBM Corp. 2010 All Rights Reserved.