Uses of Class
blackboard.platform.security.Entitlement

Packages that use Entitlement
blackboard.platform.security   
 

Uses of Entitlement in blackboard.platform.security
 

Methods in blackboard.platform.security with parameters of type Entitlement
 boolean Entitlements.has(Entitlement entitlement)
          Interface method to determine whether a given entitlements object contains a single entitlement.
static boolean SecurityUtil.userHasEntitlement(Entitlement entitlement)
          Checks if the current context user has the specified entitlement.
static boolean SecurityUtil.userHasEntitlement(Entitlement entitlement, Identifiable obj)
          Method to check an entitlement for a specific object, which is assumed to be related to the user via a Domain Admin association.
static boolean SecurityUtil.userHasEntitlement(User user, CourseMembership courseMembership, Entitlement entitlement)
          Explicit check for a single entitlement.
static boolean SecurityUtil.userHasEntitlementInContext(Entitlement entitlement, Id targetContextId)
          Wrapper method for AccessManagerService.userHasEntitlementInContext( Entitlement, Id ).
 



Copyright © 2003 Blackboard, Inc. All Rights Reserved.