org.objectweb.joram.shared.admin

Class DeleteUser

Implemented Interfaces:
java.io.Serializable

public class DeleteUser
extends AdminRequest

A DeleteUser instance requests the deletion of a user proxy on a given server.

See Also:
Serialized Form

Constructor Summary

DeleteUser(String userName, String proxId)
Constructs a DeleteUser instance.

Method Summary

String
getProxId()
Returns the identifier of the user's proxy.
String
getUserName()
Returns the name of the user to delete.

Constructor Details

DeleteUser

public DeleteUser(String userName,
                  String proxId)
Constructs a DeleteUser instance.

Parameters:
userName - The name of the user to delete.
proxId - The identifier of the user's proxy.

Method Details

getProxId

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


getUserName

public String getUserName()
Returns the name of the user to delete.


Copyright B) 2004 Scalagent - All rights reserved