|
||||||||||
| 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.UserPrincipal
public class UserPrincipal
Object used to represent a CSPrincipal for a User
| Method Summary | |
|---|---|
static java.lang.String |
calculatePrincipalID(blackboard.data.user.User user)
Returns a string that represents the User Principal ID |
static UserPrincipal |
createInstance(blackboard.data.user.User user)
Create an instance of UserPrincipal |
blackboard.data.user.User |
getUser()
Returns the User associated with this UserPrincipal |
| 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.user.User getUser()
User associated with this UserPrincipal
Userpublic static UserPrincipal createInstance(blackboard.data.user.User user)
user - a User
UserPrincipalpublic static java.lang.String calculatePrincipalID(blackboard.data.user.User user)
user - a User
String that represents the PrincipalID for the User
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||