]
Darran Lofthouse commented on ELY-983:
--------------------------------------
Please don't re-open community issues - just clone a new issue if follow up changes
are required.
WildFlySasl.MECHANISM_QUERY_ALL is taken into account in
ExternalSasl*Factory.createSasl* methods
-------------------------------------------------------------------------------------------------
Key: ELY-983
URL:
https://issues.jboss.org/browse/ELY-983
Project: WildFly Elytron
Issue Type: Bug
Reporter: Josef Cacek
Assignee: Darran Lofthouse
Fix For: 1.1.0.Beta37
The description of {{MECHANISM_QUERY_ALL}} filtering property says:
{quote}
This flag is only effective on calls to SaslServerFactory.getMechanismNames(Map) or
SaslClientFactory.getMechanismNames(Map) for Elytron-provided SASL factories.
{quote}
It's not true for EXTERNAL SASL mechanism factories, where it's taken into
account also in {{createSaslServer/Client}} methods.