Package org.jivesoftware.openfire.sasl
Class SaslServerFactoryImpl
java.lang.Object
org.jivesoftware.openfire.sasl.SaslServerFactoryImpl
- All Implemented Interfaces:
SaslServerFactory
Server Factory for supported mechanisms.
- Author:
- Jay Kline
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateSaslServer
(String mechanism, String protocol, String serverName, Map<String, ?> props, CallbackHandler cbh) String[]
getMechanismNames
(Map<String, ?> props)
-
Constructor Details
-
SaslServerFactoryImpl
public SaslServerFactoryImpl()
-
-
Method Details
-
createSaslServer
public SaslServer createSaslServer(String mechanism, String protocol, String serverName, Map<String, ?> props, CallbackHandler cbh) throws SaslException- Specified by:
createSaslServer
in interfaceSaslServerFactory
- Throws:
SaslException
-
getMechanismNames
- Specified by:
getMechanismNames
in interfaceSaslServerFactory
-