|
|||||||||||
| 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.SystemRolePrincipal
Object used to represent a CSPrincipal for a given User.SystemRole
| Constructor Summary | |
protected |
SystemRolePrincipal(BlackboardSystemRoleGroup blackboardSystemRoleGroup)
|
| Method Summary | |
static java.lang.String |
calculatePrincipalID(blackboard.data.user.User.SystemRole role)
Returns a string that represents the System Role Principal ID |
static SystemRolePrincipal |
createInstance(blackboard.data.user.User.SystemRole role)
Create an instance of SystemRolePrincipal |
blackboard.data.user.User.SystemRole |
getSystemRole()
Returns the User.SystemRole associated with this SystemRolePrincipal |
| 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 |
| Constructor Detail |
protected SystemRolePrincipal(BlackboardSystemRoleGroup blackboardSystemRoleGroup)
| Method Detail |
public blackboard.data.user.User.SystemRole getSystemRole()
User.SystemRole associated with this SystemRolePrincipal
User.SystemRolepublic static SystemRolePrincipal createInstance(blackboard.data.user.User.SystemRole role)
role - a User.SystemRole
SystemRolePrincipalpublic static java.lang.String calculatePrincipalID(blackboard.data.user.User.SystemRole role)
role - a User.SystemRole
String that represents the PrincipalID for the User.SystemRole
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||