Class SHA256SCRAMServerSASLFactory
- java.lang.Object
-
- org.apache.activemq.artemis.protocol.amqp.sasl.scram.SCRAMServerSASLFactory
-
- org.apache.activemq.artemis.protocol.amqp.sasl.scram.SHA256SCRAMServerSASLFactory
-
- All Implemented Interfaces:
ServerSASLFactory
public class SHA256SCRAMServerSASLFactory extends SCRAMServerSASLFactory
provides SASL SRAM-SHA256
-
-
Constructor Summary
Constructors Constructor Description SHA256SCRAMServerSASLFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetPrecedence()returns the precedence of the given SASL mechanism, the default precedence is zero, where higher means better-
Methods inherited from class org.apache.activemq.artemis.protocol.amqp.sasl.scram.SCRAMServerSASLFactory
create, getMechanism, isDefaultPermitted
-
-
-
-
Method Detail
-
getPrecedence
public int getPrecedence()
Description copied from interface:ServerSASLFactoryreturns the precedence of the given SASL mechanism, the default precedence is zero, where higher means better- Returns:
- the precedence of this mechanism
-
-