public abstract class SCRAMServerSASLFactory extends Object implements ServerSASLFactory
SCRAM type to use and be register via SPI| Constructor and Description |
|---|
SCRAMServerSASLFactory(SCRAM scram) |
| 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() |
boolean |
isDefaultPermitted() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPrecedencepublic SCRAMServerSASLFactory(SCRAM scram)
public String getMechanism()
getMechanism 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 configuredpublic ServerSASL create(ActiveMQServer server, ProtocolManager<AmqpInterceptor,AMQPRedirectHandler> manager, Connection connection, RemotingConnection remotingConnection)
ServerSASLFactoryServerSASL for the provided contextcreate in interface ServerSASLFactoryServerSASL that implements the provided mechanismCopyright © 2021 The Apache Software Foundation. All rights reserved.