org.objectweb.joram.shared.admin
Class DeleteUser
- java.io.Serializable
A DeleteUser
instance requests the deletion of a user proxy
on a given server.
- Serialized Form
DeleteUser(String userName, String proxId) - Constructs a
DeleteUser instance.
|
String | getProxId() - Returns the identifier of the user's proxy.
|
String | getUserName() - Returns the name of the user to delete.
|
DeleteUser
public DeleteUser(String userName,
String proxId)
Constructs a DeleteUser
instance.
userName
- The name of the user to delete.proxId
- The identifier of the user's proxy.
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