|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.clients.administrator.OrgServices
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 |
private static Hashtable serviceNames
private static WTMessage securedInfo
Constructor Detail |
public OrgServices()
Method Detail |
public static String getDirectoryServiceName(WTPrincipalReference principal_ref)
principal_ref
- the principal reference
public static String getDirectoryServiceName(WTPrincipal principal)
principal
- the principal
private static String getDirectoryServiceName(String service)
public static Enumeration getGroupMembers(String groupName) throws Exception
Exception
public static Enumeration getGroupMembers(String groupName, String service) throws Exception
Exception
public static Enumeration findUsers(String criteria) throws Exception
Exception
public static Enumeration findUsers() throws Exception
Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |