|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wm.app.b2b.server.UGClass
com.wm.app.b2b.server.Group
public class Group
Represents a group on the webMethods Integration Server. Most functionality is inherited from UGClass. Groups keep a list of their members (Users).
UGClass
Field Summary |
---|
Fields inherited from class com.wm.app.b2b.server.UGClass |
---|
LDAP, NIS, OTHER, WM |
Constructor Summary | |
---|---|
Group()
Creates a new group. |
|
Group(java.lang.String name)
Creates a new group with the specified name. |
Method Summary | |
---|---|
User |
add(User user)
Adds the specified user to this group. |
Methods inherited from class com.wm.app.b2b.server.UGClass |
---|
add, addCredential, check, checkPassword, getCredentials, getData, getName, getSource, hasMember, hasMember, membership, membershipNames, remove, setCredentials, setData, setSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.wm.util.coder.Codable |
---|
getValue, getValueKeys, setValue |
Constructor Detail |
---|
public Group()
public Group(java.lang.String name)
name
- New name for the group.Method Detail |
---|
public User add(User user)
user
- The user.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |