|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectblackboard.cms.filesystem.security.CSPrincipal
The Principal interface defines the concept of a principal, encompassing any entity to which filesystem access permissions may be granted. Every principal must be uniquely identified by a principal ID. All Content System user and group objects extend this object.
| Method Summary | |
java.lang.String |
getDisplayName()
Returns the display name for this principal. |
java.lang.String |
getPrincipalID()
Returns the PrincipalID (unique identifier) for this entity. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public java.lang.String getPrincipalID()
throws CSFileSystemException
CSFileSystemException
public java.lang.String getDisplayName()
throws CSFileSystemException
CSFileSystemException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||