public class SaslAuthenticationHandler extends AbstractAuthenticationHandler
Authenticator
to be plugged into it. This handler is meant
to be used with protocols that process a RequestMessage
such as the WebSocketChannelizer
Modifier and Type | Field and Description |
---|---|
protected Settings |
settings |
authenticator, authorizer
Constructor and Description |
---|
SaslAuthenticationHandler(Authenticator authenticator,
Authorizer authorizer,
Settings settings) |
SaslAuthenticationHandler(Authenticator authenticator,
Settings settings)
Deprecated.
As of release 3.5.0, replaced by
SaslAuthenticationHandler(Authenticator, Authorizer, Settings) . |
protected final Settings settings
@Deprecated public SaslAuthenticationHandler(Authenticator authenticator, Settings settings)
SaslAuthenticationHandler(Authenticator, Authorizer, Settings)
.public SaslAuthenticationHandler(Authenticator authenticator, Authorizer authorizer, Settings settings)
Copyright © 2013–2021 Apache Software Foundation. All rights reserved.