Package org.wildfly.security.sasl
Class SaslMechanismSelector.EmptySelector
- java.lang.Object
-
- org.wildfly.security.sasl.SaslMechanismSelector
-
- org.wildfly.security.sasl.SaslMechanismSelector.EmptySelector
-
- Enclosing class:
- SaslMechanismSelector
static class SaslMechanismSelector.EmptySelector extends SaslMechanismSelector
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.wildfly.security.sasl.SaslMechanismSelector
SaslMechanismSelector.AddMatchingSelector, SaslMechanismSelector.AddSelector, SaslMechanismSelector.EmptySelector, SaslMechanismSelector.ForbidMatchingSelector, SaslMechanismSelector.ForbidSelector, SaslMechanismSelector.Tokenizer
-
-
Constructor Summary
Constructors Constructor Description EmptySelector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Supplier<String>
doCreateSupplier(LinkedHashSet<String> set, SSLSession sslSession)
(package private) void
toString(StringBuilder b)
-
Methods inherited from class org.wildfly.security.sasl.SaslMechanismSelector
addAllRemaining, addHalfEquals, addHashCode, addMatching, addMechanism, addMechanisms, adds, adds, apply, createMechanismSupplier, createMechanismSupplier, createMechanismSupplier, createMechanismSupplier, equals, equals, forbidHalfEquals, forbidHashCode, forbidMatching, forbidMechanism, forbidMechanisms, forbids, forbids, fromString, hashCode, preprocess, tokToString, toString
-
-
-
-
Method Detail
-
doCreateSupplier
protected Supplier<String> doCreateSupplier(LinkedHashSet<String> set, SSLSession sslSession)
- Specified by:
doCreateSupplier
in classSaslMechanismSelector
-
toString
void toString(StringBuilder b)
- Specified by:
toString
in classSaslMechanismSelector
-
-