|
|||||||||
| 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.User
public class User
Represents a user on the webMethods Integration Server. Most functionality is inherited from UGClass. Users keep a list of Groups to which they belong.
UGClass| Field Summary |
|---|
| Fields inherited from class com.wm.app.b2b.server.UGClass |
|---|
LDAP, NIS, OTHER, WM |
| Constructor Summary | |
|---|---|
User()
Creates a new user. |
|
User(java.lang.String name)
Creates a new user with the specified name. |
|
| Method Summary | |
|---|---|
Group |
add(Group group)
Adds this user to the specified group. |
boolean |
isAdministrator()
Does this user have administrative privileges? |
| 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 User()
public User(java.lang.String name)
name - New name for the user| Method Detail |
|---|
public Group add(Group group)
group - The group.
public boolean isAdministrator()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||