public class SaslAuthenticationStrategy extends Object implements AuthenticationStrategy
AuthenticationStrategy to support sasl mechanisms based
authentication to broker client connections| Modifier and Type | Field and Description |
|---|---|
static String |
SASL_SERVER_ATTRIBUTE |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(int channel,
io.netty.channel.ChannelHandlerContext ctx,
AmqpConnectionHandler connectionHandler,
org.wso2.broker.common.data.types.ShortString mechanism,
org.wso2.broker.common.data.types.LongString response) |
public static final String SASL_SERVER_ATTRIBUTE
public void handle(int channel,
io.netty.channel.ChannelHandlerContext ctx,
AmqpConnectionHandler connectionHandler,
org.wso2.broker.common.data.types.ShortString mechanism,
org.wso2.broker.common.data.types.LongString response)
throws org.wso2.broker.core.BrokerException
handle in interface AuthenticationStrategyorg.wso2.broker.core.BrokerExceptionCopyright © 2018 WSO2. All rights reserved.