Uses of Class
org.wildfly.security.sasl.SaslMechanismSelector
Packages that use SaslMechanismSelector
Package
Description
Elytron Client enable remote clients to authenticate using Elytron.
WildFly SASL providers base package.
-
Uses of SaslMechanismSelector in org.wildfly.security.auth.client
Methods in org.wildfly.security.auth.client with parameters of type SaslMechanismSelectorModifier and TypeMethodDescriptionAuthenticationConfiguration.setSaslMechanismSelector(SaslMechanismSelector saslMechanismSelector) Set the SASL mechanism selector for this authentication configuration. -
Uses of SaslMechanismSelector in org.wildfly.security.sasl
Fields in org.wildfly.security.sasl declared as SaslMechanismSelectorModifier and TypeFieldDescriptionstatic final SaslMechanismSelectorSaslMechanismSelector.ALLstatic final SaslMechanismSelectorSaslMechanismSelector.DEFAULTstatic final SaslMechanismSelectorSaslMechanismSelector.NONEMethods in org.wildfly.security.sasl that return SaslMechanismSelectorModifier and TypeMethodDescriptionSaslMechanismSelector.addAllRemaining()SaslMechanismSelector.addMatching(SaslMechanismPredicate predicate) SaslMechanismSelector.addMechanism(String mechName) SaslMechanismSelector.addMechanisms(String... mechNames) SaslMechanismSelector.forbidMatching(SaslMechanismPredicate predicate) SaslMechanismSelector.forbidMechanism(String mechName) SaslMechanismSelector.forbidMechanisms(String... mechNames) static SaslMechanismSelectorSaslMechanismSelector.fromString(String string) Methods in org.wildfly.security.sasl with parameters of type SaslMechanismSelectorModifier and TypeMethodDescriptionfinal booleanSaslMechanismSelector.equals(SaslMechanismSelector selector)