Joram ${version}

org.objectweb.joram.shared.admin
Class UpdateUser

java.lang.Object
  extended byorg.objectweb.joram.shared.admin.AdminRequest
      extended byorg.objectweb.joram.shared.admin.UpdateUser
All 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(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

UpdateUser

public UpdateUser(java.lang.String userName,
                  java.lang.String proxId,
                  java.lang.String newName,
                  java.lang.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 Detail

getUserName

public java.lang.String getUserName()
Returns the name of the user to update.


getProxId

public java.lang.String getProxId()
Returns the user's proxy identifier.


getNewName

public java.lang.String getNewName()
Returns the new name of the user.


getNewPass

public java.lang.String getNewPass()
Returns the new password of the user.


Joram ${version}

Copyright © 2005 Scalagent - All rights reserved