|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectblackboard.cms.filesystem.security.CSPrincipal
blackboard.cms.filesystem.security.CoursePrincipal
public class CoursePrincipal
Object used to represent a Content System principal for the specified course. It is used only to identify users with respect to their security privileges as part of the security framework.
| Method Summary | |
|---|---|
static java.lang.String |
calculatePrincipalID(blackboard.data.course.Course course)
Returns a string that represents the Course Principal ID |
static CoursePrincipal |
createInstance(blackboard.data.course.Course course)
Create an instance of CoursePrincipal |
blackboard.data.course.Course |
getCourse()
Returns the Course associated with object |
| Methods inherited from class blackboard.cms.filesystem.security.CSPrincipal |
|---|
getDisplayName, getPrincipalID |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public blackboard.data.course.Course getCourse()
Course associated with object
Coursepublic static CoursePrincipal createInstance(blackboard.data.course.Course course)
course - a Course
CoursePrincipalpublic static java.lang.String calculatePrincipalID(blackboard.data.course.Course course)
course - a Course
String that represents the PrincipalID for the Course
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||