public interface Authenticator
| Modifier and Type | Method and Description |
|---|---|
void |
challenge(NettyRestRequest request,
io.netty.channel.ChannelHandlerContext ctx)
Challenges specific
NettyRestRequest for authentication. |
void challenge(NettyRestRequest request, io.netty.channel.ChannelHandlerContext ctx) throws RestResponseException
NettyRestRequest for authentication.request - Request to be challenged.RestResponseException - Thrown on error.AuthenticationException - Thrown if authentication fails.