|
||||||||||
| 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.PortalRolePrincipal
public class PortalRolePrincipal
Object used to represent a CSPrincipal for a given Portal Role
| Method Summary | |
|---|---|
static java.lang.String |
calculatePrincipalID(blackboard.data.role.PortalRole role)
Returns a string that represents the Portal Role Principal ID |
static PortalRolePrincipal |
createInstance(blackboard.data.role.PortalRole role)
Create an instance of PortalRolePrincipal |
blackboard.data.role.PortalRole |
getPortalRole()
Returns the PortalRole associated with this PortalRolePrincipal |
| 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.role.PortalRole getPortalRole()
PortalRole associated with this PortalRolePrincipal
PortalRolepublic static PortalRolePrincipal createInstance(blackboard.data.role.PortalRole role)
role - a PortalRole
PortalRolePrincipalpublic static java.lang.String calculatePrincipalID(blackboard.data.role.PortalRole role)
role - a PortalRole
String that represents the PrincipalID for the Portal Role
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||