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, isPlainText
getPropertyValue, isActiveSusceptible, isAnonymous, isForwardSecrecy, isIncluded, isPassCredentials, matches
public String[] getMechanismNames(Map<String,?> props)
AbstractSaslFactory
getMechanismNames
in interface SaslServerFactory
getMechanismNames
in class AbstractSaslFactory
props
- the propertiespublic SaslServer createSaslServer(String mechanism, String protocol, String serverName, Map<String,?> props, CallbackHandler cbh) throws SaslException
createSaslServer
in interface SaslServerFactory
SaslException
Copyright © 2018 JBoss by Red Hat. All rights reserved.