|
Joram ${version} | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.joram.shared.admin.AdminRequest
org.objectweb.joram.shared.admin.UpdateUser
An UpdateUser
instance requests the modification of a
user identification
Constructor Summary | |
UpdateUser(java.lang.String userName,
java.lang.String proxId,
java.lang.String newName,
java.lang.String newPass)
Constructs an UpdateUser instance. |
Method Summary | |
java.lang.String |
getNewName()
Returns the new name of the user. |
java.lang.String |
getNewPass()
Returns the new password of the user. |
java.lang.String |
getProxId()
Returns the user's proxy identifier. |
java.lang.String |
getUserName()
Returns the name of the user to update. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UpdateUser(java.lang.String userName, java.lang.String proxId, java.lang.String newName, java.lang.String newPass)
UpdateUser
instance.
userName
- The name of the user.proxId
- Identifier of the user's proxy.newName
- The new name of the user.newPass
- The new password of the user.Method Detail |
public java.lang.String getUserName()
public java.lang.String getProxId()
public java.lang.String getNewName()
public java.lang.String getNewPass()
|
Joram ${version} | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |