Class SaslPlainServer.SaslPlainServerFactory
java.lang.Object
org.apache.storm.security.auth.plain.SaslPlainServer.SaslPlainServerFactory
- All Implemented Interfaces:
- SaslServerFactory
- Enclosing class:
- SaslPlainServer
public static class SaslPlainServer.SaslPlainServerFactory
extends Object
implements SaslServerFactory
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncreateSaslServer(String mechanism, String protocol, String serverName, Map<String, ?> props, CallbackHandler cbh) String[]getMechanismNames(Map<String, ?> props) 
- 
Constructor Details- 
SaslPlainServerFactorypublic SaslPlainServerFactory()
 
- 
- 
Method Details- 
createSaslServerpublic SaslServer createSaslServer(String mechanism, String protocol, String serverName, Map<String, ?> props, CallbackHandler cbh) throws SaslException- Specified by:
- createSaslServerin interface- SaslServerFactory
- Throws:
- SaslException
 
- 
getMechanismNames- Specified by:
- getMechanismNamesin interface- SaslServerFactory
 
 
-