org.objectweb.joram.shared.admin
Class UpdateUser
- java.io.Serializable
An UpdateUser
instance requests the modification of a
user identification
- Serialized Form
UpdateUser(String userName, String proxId, String newName, String newPass) - Constructs an
UpdateUser instance.
|
String | getNewName() - Returns the new name of the user.
|
String | getNewPass() - Returns the new password of the user.
|
String | getProxId() - Returns the user's proxy identifier.
|
String | getUserName() - Returns the name of the user to update.
|
UpdateUser
public UpdateUser(String userName,
String proxId,
String newName,
String newPass)
Constructs an 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.
getNewName
public String getNewName()
Returns the new name of the user.
getNewPass
public String getNewPass()
Returns the new password of the user.
getProxId
public String getProxId()
Returns the user's proxy identifier.
getUserName
public String getUserName()
Returns the name of the user to update.
Copyright B) 2004 Scalagent - All rights reserved