@CommandImpl(value="auth") @ParamLength(value=1) public class Auth extends java.lang.Object
| Constructor and Description |
|---|
Auth(KevaConfig kevaConfig,
AuthManager authManager) |
| Modifier and Type | Method and Description |
|---|---|
dev.keva.protocol.resp.reply.Reply<?> |
execute(byte[] password,
io.netty.channel.ChannelHandlerContext ctx) |
@Autowired public Auth(KevaConfig kevaConfig, AuthManager authManager)
@Execute public dev.keva.protocol.resp.reply.Reply<?> execute(byte[] password, io.netty.channel.ChannelHandlerContext ctx)