Package org.wildfly.security.sasl
Class SaslMechanismSelector.AddMatchingSelector
- java.lang.Object
-
- org.wildfly.security.sasl.SaslMechanismSelector
-
- org.wildfly.security.sasl.SaslMechanismSelector.AddMatchingSelector
-
- Enclosing class:
- SaslMechanismSelector
static class SaslMechanismSelector.AddMatchingSelector 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
-
-
Field Summary
Fields Modifier and Type Field Description private SaslMechanismPredicate
predicate
-
Fields inherited from class org.wildfly.security.sasl.SaslMechanismSelector
ALL, DEFAULT, NONE, prev
-
-
Constructor Summary
Constructors Constructor Description AddMatchingSelector(SaslMechanismSelector prev, SaslMechanismPredicate predicate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) boolean
addHalfEquals(SaslMechanismSelector selector)
(package private) int
addHashCode()
(package private) boolean
adds(SaslMechanismPredicate predicate)
(package private) Supplier<String>
doCreateSupplier(LinkedHashSet<String> set, SSLSession sslSession)
(package private) void
toString(StringBuilder b)
-
Methods inherited from class org.wildfly.security.sasl.SaslMechanismSelector
addAllRemaining, addMatching, addMechanism, addMechanisms, adds, apply, createMechanismSupplier, createMechanismSupplier, createMechanismSupplier, createMechanismSupplier, equals, equals, forbidHalfEquals, forbidHashCode, forbidMatching, forbidMechanism, forbidMechanisms, forbids, forbids, fromString, hashCode, preprocess, tokToString, toString
-
-
-
-
Field Detail
-
predicate
private final SaslMechanismPredicate predicate
-
-
Constructor Detail
-
AddMatchingSelector
AddMatchingSelector(SaslMechanismSelector prev, SaslMechanismPredicate predicate)
-
-
Method Detail
-
doCreateSupplier
Supplier<String> doCreateSupplier(LinkedHashSet<String> set, SSLSession sslSession)
- Specified by:
doCreateSupplier
in classSaslMechanismSelector
-
addHashCode
int addHashCode()
- Overrides:
addHashCode
in classSaslMechanismSelector
-
addHalfEquals
boolean addHalfEquals(SaslMechanismSelector selector)
- Overrides:
addHalfEquals
in classSaslMechanismSelector
-
adds
boolean adds(SaslMechanismPredicate predicate)
- Overrides:
adds
in classSaslMechanismSelector
-
toString
void toString(StringBuilder b)
- Specified by:
toString
in classSaslMechanismSelector
-
-