org.objectweb.joram.shared.admin

Class UpdateUser

Implemented Interfaces:
java.io.Serializable

public class UpdateUser
extends AdminRequest

An UpdateUser instance requests the modification of a user identification

See Also:
Serialized Form

Constructor Summary

UpdateUser(String userName, String proxId, String newName, String newPass)
Constructs an UpdateUser instance.

Method Summary

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.

Constructor Details

UpdateUser

public UpdateUser(String userName,
                  String proxId,
                  String newName,
                  String newPass)
Constructs an UpdateUser instance.

Parameters:
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 Details

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