public class SetPasswordResponse extends SimpleResponse
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
newPassword |
java.lang.String |
oldPassword |
java.lang.String |
username |
ctx, ip, requestUUID, server, service| Constructor and Description |
|---|
SetPasswordResponse() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(io.netty.channel.ChannelHandlerContext ctx,
Client client) |
java.lang.String |
getType() |
sendError, sendResult, sendResultAndClosepublic java.lang.String oldPassword
public java.lang.String newPassword
public java.lang.String username
public java.lang.String getType()
public void execute(io.netty.channel.ChannelHandlerContext ctx,
Client client)
throws java.lang.Exception
java.lang.Exception