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) SaslMechanismSelector
AuthenticationConfiguration. saslMechanismSelector
Methods in org.wildfly.security.auth.client that return SaslMechanismSelector Modifier and Type Method Description (package private) static SaslMechanismSelector
ElytronXmlParser. parseSaslMechanismSelectorType(org.wildfly.client.config.ConfigurationXMLStreamReader reader)
Methods in org.wildfly.security.auth.client with parameters of type SaslMechanismSelector Modifier and Type Method Description AuthenticationConfiguration
AuthenticationConfiguration. 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 class
SaslMechanismSelector.AddMatchingSelector
(package private) static class
SaslMechanismSelector.AddSelector
(package private) static class
SaslMechanismSelector.EmptySelector
(package private) static class
SaslMechanismSelector.ForbidMatchingSelector
(package private) static class
SaslMechanismSelector.ForbidSelector
Fields in org.wildfly.security.sasl declared as SaslMechanismSelector Modifier and Type Field Description static SaslMechanismSelector
SaslMechanismSelector. ALL
static SaslMechanismSelector
SaslMechanismSelector. DEFAULT
static SaslMechanismSelector
SaslMechanismSelector. NONE
(package private) SaslMechanismSelector
SaslMechanismSelector. prev
Methods in org.wildfly.security.sasl that return SaslMechanismSelector Modifier and Type Method Description SaslMechanismSelector
SaslMechanismSelector. addAllRemaining()
SaslMechanismSelector
SaslMechanismSelector. addMatching(SaslMechanismPredicate predicate)
SaslMechanismSelector
SaslMechanismSelector. addMechanism(String mechName)
SaslMechanismSelector
SaslMechanismSelector. addMechanisms(String... mechNames)
SaslMechanismSelector
SaslMechanismSelector. forbidMatching(SaslMechanismPredicate predicate)
SaslMechanismSelector
SaslMechanismSelector. forbidMechanism(String mechName)
SaslMechanismSelector
SaslMechanismSelector. forbidMechanisms(String... mechNames)
static SaslMechanismSelector
SaslMechanismSelector. fromString(String string)
Methods in org.wildfly.security.sasl with parameters of type SaslMechanismSelector Modifier and Type Method Description (package private) boolean
SaslMechanismSelector. addHalfEquals(SaslMechanismSelector selector)
(package private) boolean
SaslMechanismSelector.AddMatchingSelector. addHalfEquals(SaslMechanismSelector selector)
(package private) boolean
SaslMechanismSelector.AddSelector. addHalfEquals(SaslMechanismSelector selector)
boolean
SaslMechanismSelector. equals(SaslMechanismSelector selector)
(package private) boolean
SaslMechanismSelector. forbidHalfEquals(SaslMechanismSelector selector)
(package private) boolean
SaslMechanismSelector.ForbidMatchingSelector. forbidHalfEquals(SaslMechanismSelector selector)
(package private) boolean
SaslMechanismSelector.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 SaslMechanismSelector
SortedMechanismClientServerFactory. saslMechanismSelector
private SaslMechanismSelector
SortedMechanismSaslServerFactory. saslMechanismSelector
-