Package org.jivesoftware.openfire.sasl
Class SaslServerFactoryImpl
- java.lang.Object
-
- org.jivesoftware.openfire.sasl.SaslServerFactoryImpl
-
- All Implemented Interfaces:
SaslServerFactory
public class SaslServerFactoryImpl extends Object implements SaslServerFactory
Server Factory for supported mechanisms.- Author:
- Jay Kline
-
-
Constructor Summary
Constructors Constructor Description SaslServerFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SaslServer
createSaslServer(String mechanism, String protocol, String serverName, Map<String,?> props, CallbackHandler cbh)
String[]
getMechanismNames(Map<String,?> props)
-
-
-
Method Detail
-
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
public String[] getMechanismNames(Map<String,?> props)
- Specified by:
getMechanismNames
in interfaceSaslServerFactory
-
-