public class GSSAPIServerSASLFactory extends Object implements ServerSASLFactory
| Constructor and Description |
|---|
GSSAPIServerSASLFactory() |
| 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() |
public String getMechanism()
getMechanism in interface ServerSASLFactorypublic ServerSASL create(ActiveMQServer server, ProtocolManager<AmqpInterceptor,AMQPRedirectHandler> manager, Connection connection, RemotingConnection remotingConnection)
ServerSASLFactoryServerSASL for the provided contextcreate in interface ServerSASLFactoryServerSASL that implements the provided mechanismpublic int getPrecedence()
ServerSASLFactorygetPrecedence in interface ServerSASLFactorypublic boolean isDefaultPermitted()
isDefaultPermitted in interface ServerSASLFactorytrue 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.