Uses of Class
org.wildfly.security.sasl.SaslMechanismSelector
-
Packages that use SaslMechanismSelector Package Description org.wildfly.security.auth.client Elytron Client enable remote clients to authenticate using Elytron.org.wildfly.security.sasl 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 SaslMechanismSelector Modifier and Type Method Description AuthenticationConfigurationAuthenticationConfiguration. 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 SaslMechanismSelector Modifier and Type Field Description static SaslMechanismSelectorSaslMechanismSelector. ALLstatic SaslMechanismSelectorSaslMechanismSelector. DEFAULTstatic SaslMechanismSelectorSaslMechanismSelector. NONEMethods in org.wildfly.security.sasl that return SaslMechanismSelector Modifier and Type Method Description SaslMechanismSelectorSaslMechanismSelector. addAllRemaining()SaslMechanismSelectorSaslMechanismSelector. addMatching(SaslMechanismPredicate predicate)SaslMechanismSelectorSaslMechanismSelector. addMechanism(String mechName)SaslMechanismSelectorSaslMechanismSelector. addMechanisms(String... mechNames)SaslMechanismSelectorSaslMechanismSelector. forbidMatching(SaslMechanismPredicate predicate)SaslMechanismSelectorSaslMechanismSelector. forbidMechanism(String mechName)SaslMechanismSelectorSaslMechanismSelector. forbidMechanisms(String... mechNames)static SaslMechanismSelectorSaslMechanismSelector. fromString(String string)Methods in org.wildfly.security.sasl with parameters of type SaslMechanismSelector Modifier and Type Method Description booleanSaslMechanismSelector. equals(SaslMechanismSelector selector)
-