public class AnonymousServerFactory extends AbstractAnonymousFactory implements SaslServerFactory
ANONYMOUS| Constructor and Description |
|---|
AnonymousServerFactory() |
| Modifier and Type | Method and Description |
|---|---|
SaslServer |
createSaslServer(String mechanism,
String protocol,
String serverName,
Map<String,?> props,
CallbackHandler cbh) |
String[] |
getMechanismNames(Map<String,?> props)
Get the mechanism names matching the given properties.
|
isDictionarySusceptible, isPlainTextgetPropertyValue, isActiveSusceptible, isAnonymous, isForwardSecrecy, isIncluded, isPassCredentials, matchespublic String[] getMechanismNames(Map<String,?> props)
AbstractSaslFactorygetMechanismNames in interface SaslServerFactorygetMechanismNames in class AbstractSaslFactoryprops - the propertiespublic SaslServer createSaslServer(String mechanism, String protocol, String serverName, Map<String,?> props, CallbackHandler cbh) throws SaslException
createSaslServer in interface SaslServerFactorySaslExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.