|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.joram.shared.admin.AbstractAdminMessage
org.objectweb.joram.shared.admin.AdminRequest
org.objectweb.joram.shared.admin.UpdateUser
public class UpdateUser
An UpdateUser
instance requests the modification of a
user identification
Field Summary | |
---|---|
private Identity |
newIdentity
Identity contain Name of the new user and new password or new Subjet |
private java.lang.String |
proxId
Identifier of the user's proxy. |
private static long |
serialVersionUID
|
private java.lang.String |
userName
Name of the user. |
Constructor Summary | |
---|---|
UpdateUser()
|
|
UpdateUser(java.lang.String userName,
java.lang.String proxId,
Identity newIdentity)
Constructs an UpdateUser instance. |
Method Summary | |
---|---|
protected int |
getClassId()
|
Identity |
getNewIdentity()
Returns the new identity 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. |
void |
readFrom(java.io.InputStream is)
The object implements the readFrom method to restore its contents from the input stream. |
void |
writeTo(java.io.OutputStream os)
The object implements the writeTo method to write its contents to the output stream. |
Methods inherited from class org.objectweb.joram.shared.admin.AbstractAdminMessage |
---|
read, readExternal, soapCode, soapDecode, write, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
private java.lang.String userName
private java.lang.String proxId
private Identity newIdentity
Constructor Detail |
---|
public UpdateUser(java.lang.String userName, java.lang.String proxId, Identity newIdentity)
UpdateUser
instance.
userName
- The name of the user.proxId
- Identifier of the user's proxy.newIdentity
- The new identity of the user.public UpdateUser()
Method Detail |
---|
public java.lang.String getUserName()
public java.lang.String getProxId()
public Identity getNewIdentity()
protected int getClassId()
getClassId
in class AbstractAdminMessage
public void readFrom(java.io.InputStream is) throws java.io.IOException
Streamable
is
- the stream to read data from in order to restore the object
java.io.IOException
public void writeTo(java.io.OutputStream os) throws java.io.IOException
Streamable
os
- the stream to write the object to
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |