|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--blackboard.base.BbEnum
|
+--blackboard.data.user.User.SystemRole
An enumeration for System Roles assigned to users in the system. The system role is what determines access privileges for administrative functions in the system.
| Field Summary | |
static User.SystemRole |
ACCOUNT_ADMIN
Account administrator role. |
static User.SystemRole |
COURSE_CREATOR
Course creator role. |
static User.SystemRole |
COURSE_SUPPORT
Course support role. |
static User.SystemRole |
DEFAULT
Default role is USER |
static User.SystemRole |
GUEST
Guest role. |
static User.SystemRole |
INTEGRATION
This role is private, used only for special processes that interact for data integration authentication. |
static User.SystemRole |
NONE
No explicit role. |
static User.SystemRole |
OBSERVER
Observer role. |
static User.SystemRole |
PORTAL
|
static User.SystemRole |
SYSTEM_ADMIN
System Administrator role. |
static User.SystemRole |
SYSTEM_SUPPORT
System support role. |
static User.SystemRole |
USER
Normal user role. |
| Method Summary | |
static User.SystemRole |
fromExternalString(java.lang.String externalString)
Returns the User.SystemRole element specified by the externalString. |
static User.SystemRole[] |
getValues()
Returns an array of all of the elements in this enumeration. |
| Methods inherited from class blackboard.base.BbEnum |
compareTo, defineAlias, defineDefault, fromExternalString, fromFieldName, fromFieldName, getDefaultElement, getValues, isDefault, toExternalString, toFieldName, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final User.SystemRole SYSTEM_ADMIN
public static final User.SystemRole SYSTEM_SUPPORT
public static final User.SystemRole COURSE_CREATOR
public static final User.SystemRole COURSE_SUPPORT
public static final User.SystemRole ACCOUNT_ADMIN
public static final User.SystemRole GUEST
public static final User.SystemRole USER
public static final User.SystemRole OBSERVER
public static final User.SystemRole INTEGRATION
public static final User.SystemRole PORTAL
public static final User.SystemRole NONE
public static final User.SystemRole DEFAULT
USER
| Method Detail |
public static User.SystemRole[] getValues()
public static User.SystemRole fromExternalString(java.lang.String externalString)
throws java.lang.IllegalArgumentException
externalString.
java.lang.IllegalArgumentException - if the given string is not an external
representation of one of the elements this enumeration class.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||