wt.org
Class OrganizationServicesMgr
java.lang.Object
wt.org.OrganizationServicesMgr
- public class OrganizationServicesMgr
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
versionID
private static final String versionID
- See Also:
- Constant Field Values
fwd
private static final OrganizationServicesManagerFwd fwd
OrganizationServicesMgr
public OrganizationServicesMgr()
savePrincipal
public static WTPrincipal savePrincipal(WTPrincipal princ)
throws WTException
- Throws:
WTException
getPrincipal
public static WTPrincipal getPrincipal(String name)
throws WTException
- Throws:
WTException
getPrincipal
public static WTPrincipal getPrincipal(ObjectIdentifier reference)
throws WTException
- Throws:
WTException
getGroup
public static WTGroup getGroup(String group_name)
throws WTException
- Throws:
WTException
findLikeGroup
public static Enumeration findLikeGroup(String group_name)
throws WTException
- Throws:
WTException
allGroups
public static Enumeration allGroups()
throws WTException
- Throws:
WTException
getUser
public static WTUser getUser(String name)
throws WTException
- Throws:
WTException
findUser
public static Enumeration findUser(String attr_name,
String attr_value)
throws WTException
- Throws:
WTException
findLikeUser
public static Enumeration findLikeUser(String attr_name,
String attr_value)
throws WTException
- Throws:
WTException
allUsers
public static Enumeration allUsers()
throws WTException
- Throws:
WTException
delete
public static WTGroup delete(WTGroup group)
throws WTException
- Throws:
WTException
createAttributeHolder
public static AttributeHolder createAttributeHolder()
throws WTException
- Throws:
WTException