blackboard.cms.filesystem.security
Class CSPrincipalManager

java.lang.Object
  extended by blackboard.cms.filesystem.security.CSPrincipalManager

public class CSPrincipalManager
extends java.lang.Object

Manages Principal objects.

Since:
Bb CS 1.2
Version:
$Revision: #1 $

Constructor Summary
CSPrincipalManager()
           
 
Method Summary
static CSPrincipal loadByPrincipalID(java.lang.String principalID)
          Returns the CSPrincipal.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSPrincipalManager

public CSPrincipalManager()
Method Detail

loadByPrincipalID

public static CSPrincipal loadByPrincipalID(java.lang.String principalID)
                                     throws CSFileSystemException
Returns the CSPrincipal.

Parameters:
principalID - a String representing the principal ID to be loaded
Returns:
a CSPrincipal representing the PrincipalID. Returns null (instead of KeyNotFoundException) if the CSPrincipal is not found.
Throws:
CSFileSystemException


Copyright © 2003-2004 Blackboard, Inc. All Rights Reserved.