public static class SaslPlainServer.SaslPlainServerFactory extends Object implements SaslServerFactory
| Constructor and Description | 
|---|
SaslPlainServerFactory()  | 
| Modifier and Type | Method and Description | 
|---|---|
SaslServer | 
createSaslServer(String mechanism,
                String protocol,
                String serverName,
                Map<String,?> props,
                CallbackHandler cbh)  | 
String[] | 
getMechanismNames(Map<String,?> props)  | 
public SaslServer createSaslServer(String mechanism, String protocol, String serverName, Map<String,?> props, CallbackHandler cbh) throws SaslException
createSaslServer in interface SaslServerFactorySaslExceptionpublic String[] getMechanismNames(Map<String,?> props)
getMechanismNames in interface SaslServerFactoryCopyright © 2022 The Apache Software Foundation. All rights reserved.