public interface ServerSASLFactory
ServerSASLFactory is responsible for instantiating a given SASL mechanism| Modifier and Type | Method and Description |
|---|---|
ServerSASL |
create(ActiveMQServer server,
ProtocolManager<AmqpInterceptor,AMQPRedirectHandler> manager,
Connection connection,
RemotingConnection remotingConnection)
creates a new
ServerSASL for the provided context |
String |
getMechanism() |
int |
getPrecedence()
returns the precedence of the given SASL mechanism, the default precedence is zero, where
higher means better
|
boolean |
isDefaultPermitted() |
String getMechanism()
ServerSASL create(ActiveMQServer server, ProtocolManager<AmqpInterceptor,AMQPRedirectHandler> manager, Connection connection, RemotingConnection remotingConnection)
ServerSASL for the provided contextserver - manager - connection - remotingConnection - ServerSASL that implements the provided mechanismint getPrecedence()
boolean isDefaultPermitted()
true if this mechanism should be part of the servers default permitted
protocols or false if it must be explicitly configuredCopyright © 2021 The Apache Software Foundation. All rights reserved.