wt.org
Class OrganizationServicesMgr

java.lang.Object
  extended bywt.org.OrganizationServicesMgr

public class OrganizationServicesMgr
extends Object


Field Summary
private static OrganizationServicesManagerFwd fwd
           
private static String versionID
           
 
Constructor Summary
OrganizationServicesMgr()
           
 
Method Summary
static Enumeration allGroups()
           
static Enumeration allUsers()
           
static AttributeHolder createAttributeHolder()
           
static WTGroup delete(WTGroup group)
           
static Enumeration findLikeGroup(String group_name)
           
static Enumeration findLikeUser(String attr_name, String attr_value)
           
static Enumeration findUser(String attr_name, String attr_value)
           
static WTGroup getGroup(String group_name)
           
static WTPrincipal getPrincipal(ObjectIdentifier reference)
           
static WTPrincipal getPrincipal(String name)
           
static WTUser getUser(String name)
           
static WTPrincipal savePrincipal(WTPrincipal princ)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

versionID

private static final String versionID
See Also:
Constant Field Values

fwd

private static final OrganizationServicesManagerFwd fwd
Constructor Detail

OrganizationServicesMgr

public OrganizationServicesMgr()
Method Detail

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