Class SaslServerFactoryImpl
java.lang.Object
com.swiftmq.impl.amqp.sasl.provider.SaslServerFactoryImpl
- All Implemented Interfaces:
SaslServerFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateSaslServer
(String mechanism, String protocol, String serverName, Map props, CallbackHandler callbackHandler) String[]
getMechanismNames
(Map properties)
-
Constructor Details
-
SaslServerFactoryImpl
public SaslServerFactoryImpl()
-
-
Method Details
-
createSaslServer
public SaslServer createSaslServer(String mechanism, String protocol, String serverName, Map props, CallbackHandler callbackHandler) throws SaslException - Specified by:
createSaslServer
in interfaceSaslServerFactory
- Throws:
SaslException
-
getMechanismNames
- Specified by:
getMechanismNames
in interfaceSaslServerFactory
-