|
Joram ${version} | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.joram.shared.admin.AdminRequest
org.objectweb.joram.shared.admin.DeleteUser
A DeleteUser
instance requests the deletion of a user proxy
on a given server.
Constructor Summary | |
DeleteUser(java.lang.String userName,
java.lang.String proxId)
Constructs a DeleteUser instance. |
Method Summary | |
java.lang.String |
getProxId()
Returns the identifier of the user's proxy. |
java.lang.String |
getUserName()
Returns the name of the user to delete. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DeleteUser(java.lang.String userName, java.lang.String proxId)
DeleteUser
instance.
userName
- The name of the user to delete.proxId
- The identifier of the user's proxy.Method Detail |
public java.lang.String getUserName()
public java.lang.String getProxId()
|
Joram ${version} | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |