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.org.wildfly.security.sasl.util -
-
Uses of SaslMechanismSelector in org.wildfly.security.auth.client
Fields in org.wildfly.security.auth.client declared as SaslMechanismSelector Modifier and Type Field Description (package private) SaslMechanismSelectorAuthenticationConfiguration. saslMechanismSelectorMethods in org.wildfly.security.auth.client that return SaslMechanismSelector Modifier and Type Method Description (package private) static SaslMechanismSelectorElytronXmlParser. parseSaslMechanismSelectorType(org.wildfly.client.config.ConfigurationXMLStreamReader reader)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
Subclasses of SaslMechanismSelector in org.wildfly.security.sasl Modifier and Type Class Description (package private) static classSaslMechanismSelector.AddMatchingSelector(package private) static classSaslMechanismSelector.AddSelector(package private) static classSaslMechanismSelector.EmptySelector(package private) static classSaslMechanismSelector.ForbidMatchingSelector(package private) static classSaslMechanismSelector.ForbidSelectorFields in org.wildfly.security.sasl declared as SaslMechanismSelector Modifier and Type Field Description static SaslMechanismSelectorSaslMechanismSelector. ALLstatic SaslMechanismSelectorSaslMechanismSelector. DEFAULTstatic SaslMechanismSelectorSaslMechanismSelector. NONE(package private) SaslMechanismSelectorSaslMechanismSelector. prevMethods 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 (package private) booleanSaslMechanismSelector. addHalfEquals(SaslMechanismSelector selector)(package private) booleanSaslMechanismSelector.AddMatchingSelector. addHalfEquals(SaslMechanismSelector selector)(package private) booleanSaslMechanismSelector.AddSelector. addHalfEquals(SaslMechanismSelector selector)booleanSaslMechanismSelector. equals(SaslMechanismSelector selector)(package private) booleanSaslMechanismSelector. forbidHalfEquals(SaslMechanismSelector selector)(package private) booleanSaslMechanismSelector.ForbidMatchingSelector. forbidHalfEquals(SaslMechanismSelector selector)(package private) booleanSaslMechanismSelector.ForbidSelector. forbidHalfEquals(SaslMechanismSelector selector)Constructors in org.wildfly.security.sasl with parameters of type SaslMechanismSelector Constructor Description AddMatchingSelector(SaslMechanismSelector prev, SaslMechanismPredicate predicate)AddSelector(SaslMechanismSelector prev, String mechName)ForbidMatchingSelector(SaslMechanismSelector prev, SaslMechanismPredicate predicate)ForbidSelector(SaslMechanismSelector prev, String mechName)SaslMechanismSelector(SaslMechanismSelector prev) -
Uses of SaslMechanismSelector in org.wildfly.security.sasl.util
Fields in org.wildfly.security.sasl.util declared as SaslMechanismSelector Modifier and Type Field Description private SaslMechanismSelectorSortedMechanismClientServerFactory. saslMechanismSelectorprivate SaslMechanismSelectorSortedMechanismSaslServerFactory. saslMechanismSelector
-