Class SHA512SCRAMServerSASLFactory
- java.lang.Object
-
- org.apache.activemq.artemis.protocol.amqp.sasl.scram.SCRAMServerSASLFactory
-
- org.apache.activemq.artemis.protocol.amqp.sasl.scram.SHA512SCRAMServerSASLFactory
-
- All Implemented Interfaces:
ServerSASLFactory
public class SHA512SCRAMServerSASLFactory extends SCRAMServerSASLFactory
provides SASL SRAM-SHA512
-
-
Constructor Summary
Constructors Constructor Description SHA512SCRAMServerSASLFactory()
-
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
-
-