wt.clients.administrator
Class OrgServices

java.lang.Object
  extended bywt.clients.administrator.OrgServices

public class OrgServices
extends Object


Field Summary
private static WTMessage securedInfo
           
private static Hashtable serviceNames
           
 
Constructor Summary
OrgServices()
           
 
Method Summary
static Enumeration findUsers()
          Deprecated.  
static Enumeration findUsers(String criteria)
          Deprecated.  
private static String getDirectoryServiceName(String service)
           
static String getDirectoryServiceName(WTPrincipal principal)
          Returns the display name of a directory service name associated with a principal.
static String getDirectoryServiceName(WTPrincipalReference principal_ref)
          Returns the display name of a directory service name associated with a principal reference.
static Enumeration getGroupMembers(String groupName)
          Deprecated.  
static Enumeration getGroupMembers(String groupName, String service)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serviceNames

private static Hashtable serviceNames

securedInfo

private static WTMessage securedInfo
Constructor Detail

OrgServices

public OrgServices()
Method Detail

getDirectoryServiceName

public static String getDirectoryServiceName(WTPrincipalReference principal_ref)
Returns the display name of a directory service name associated with a principal reference.

Parameters:
principal_ref - the principal reference
Returns:
the display name associated with the service name

getDirectoryServiceName

public static String getDirectoryServiceName(WTPrincipal principal)
Returns the display name of a directory service name associated with a principal.

Parameters:
principal - the principal
Returns:
the display name associated with the service name

getDirectoryServiceName

private static String getDirectoryServiceName(String service)

getGroupMembers

public static Enumeration getGroupMembers(String groupName)
                                   throws Exception
Deprecated.  

Throws:
Exception

getGroupMembers

public static Enumeration getGroupMembers(String groupName,
                                          String service)
                                   throws Exception
Throws:
Exception

findUsers

public static Enumeration findUsers(String criteria)
                             throws Exception
Deprecated.  

Throws:
Exception

findUsers

public static Enumeration findUsers()
                             throws Exception
Deprecated.  

Throws:
Exception