Uses of Class
blackboard.data.user.User.SystemRole

Packages that use User.SystemRole
blackboard.data.user Provides the classes used to interact with user definitions in Blackboard.  
blackboard.platform.plugin   
blackboard.platform.security   
 

Uses of User.SystemRole in blackboard.data.user
 

Fields in blackboard.data.user declared as User.SystemRole
static User.SystemRole User.SystemRole.SYSTEM_ADMIN
          System Administrator role.
static User.SystemRole User.SystemRole.SYSTEM_SUPPORT
          System support role.
static User.SystemRole User.SystemRole.COURSE_CREATOR
          Course creator role.
static User.SystemRole User.SystemRole.COURSE_SUPPORT
          Course support role.
static User.SystemRole User.SystemRole.ACCOUNT_ADMIN
          Account administrator role.
static User.SystemRole User.SystemRole.GUEST
          Guest role.
static User.SystemRole User.SystemRole.USER
          Normal user role.
static User.SystemRole User.SystemRole.OBSERVER
          Observer role.
static User.SystemRole User.SystemRole.INTEGRATION
          This role is private, used only for special processes that interact for data integration authentication.
static User.SystemRole User.SystemRole.PORTAL
           
static User.SystemRole User.SystemRole.NONE
          No explicit role.
static User.SystemRole User.SystemRole.DEFAULT
          Default role is USER
 

Methods in blackboard.data.user that return User.SystemRole
 User.SystemRole User.getSystemRole()
          Returns the system role (the administrative user role in the gui) for this User.
static User.SystemRole[] User.SystemRole.getValues()
          Returns an array of all of the elements in this enumeration.
static User.SystemRole User.SystemRole.fromExternalString(java.lang.String externalString)
          Returns the User.SystemRole element specified by the externalString.
 

Methods in blackboard.data.user with parameters of type User.SystemRole
 void User.setSystemRole(User.SystemRole eSystemRole)
          Sets the system role (the administrative user role in the gui) for this User.
 

Uses of User.SystemRole in blackboard.platform.plugin
 

Fields in blackboard.platform.plugin declared as User.SystemRole
static User.SystemRole[] PlugInUtil.CONTENT_SYS_ALLOWED_ROLES
           
static User.SystemRole[] PlugInUtil.INSTALL_SYS_ALLOWED_ROLES
           
 

Uses of User.SystemRole in blackboard.platform.security
 

Methods in blackboard.platform.security with parameters of type User.SystemRole
 boolean AccessManagerService.isUserInSystemRole(Id userId, User.SystemRole role)
          Deprecated.  
 boolean AccessManagerService.isUserInSystemRole(javax.servlet.http.HttpServletRequest req, User.SystemRole role)
          Deprecated.  
 boolean AccessManagerService.isUserInSystemRole(javax.servlet.http.HttpServletRequest req, User.SystemRole[] roles)
          Deprecated.  
 



Copyright © 2003 Blackboard, Inc. All Rights Reserved.