public abstract class AbstractAuthenticationHandler
extends io.netty.channel.ChannelInboundHandlerAdapter
| Modifier and Type | Field and Description | 
|---|---|
| protected Authenticator | authenticator | 
| protected Authorizer | authorizer | 
| Constructor and Description | 
|---|
| AbstractAuthenticationHandler(Authenticator authenticator)Deprecated. 
 As of release 3.5.0, replaced by  AbstractAuthenticationHandler(Authenticator, Authorizer). | 
| AbstractAuthenticationHandler(Authenticator authenticator,
                             Authorizer authorizer) | 
channelActive, channelInactive, channelRead, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredensureNotSharable, handlerAdded, handlerRemoved, isSharableprotected final Authenticator authenticator
protected final Authorizer authorizer
@Deprecated public AbstractAuthenticationHandler(Authenticator authenticator)
AbstractAuthenticationHandler(Authenticator, Authorizer).public AbstractAuthenticationHandler(Authenticator authenticator, Authorizer authorizer)
Copyright © 2013–2023 Apache Software Foundation. All rights reserved.