public abstract class AbstractAuthenticationHandler
extends 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) |
protected final Authenticator authenticator
protected final Authorizer authorizer
@Deprecated public AbstractAuthenticationHandler(Authenticator authenticator)
AbstractAuthenticationHandler(Authenticator, Authorizer)
.public AbstractAuthenticationHandler(Authenticator authenticator, Authorizer authorizer)
Copyright © 2013–2021 Apache Software Foundation. All rights reserved.