Package org.wildfly.security.sasl
Class SaslMechanismPredicate.AnyPredicate
- java.lang.Object
-
- org.wildfly.security.sasl.SaslMechanismPredicate
-
- org.wildfly.security.sasl.SaslMechanismPredicate.MultiPredicate
-
- org.wildfly.security.sasl.SaslMechanismPredicate.AnyPredicate
-
- Enclosing class:
- SaslMechanismPredicate
static final class SaslMechanismPredicate.AnyPredicate extends SaslMechanismPredicate.MultiPredicate
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.wildfly.security.sasl.SaslMechanismPredicate
SaslMechanismPredicate.AllOrNonePredicate, SaslMechanismPredicate.AllPredicate, SaslMechanismPredicate.AnyPredicate, SaslMechanismPredicate.BooleanPredicate, SaslMechanismPredicate.ExactPredicate, SaslMechanismPredicate.FamilyPredicate, SaslMechanismPredicate.HashPredicate, SaslMechanismPredicate.IfPredicate, SaslMechanismPredicate.MultiPredicate, SaslMechanismPredicate.NotPredicate
-
-
Field Summary
-
Fields inherited from class org.wildfly.security.sasl.SaslMechanismPredicate.MultiPredicate
predicates
-
Fields inherited from class org.wildfly.security.sasl.SaslMechanismPredicate
FALSE, MUTUAL, PLUS, TLS_ACTIVE, TRUE
-
-
Constructor Summary
Constructors Constructor Description AnyPredicate(SaslMechanismPredicate[] predicates)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
appendOperator(StringBuilder b)
(package private) boolean
test(String mechName, SSLSession sslSession)
-
Methods inherited from class org.wildfly.security.sasl.SaslMechanismPredicate.MultiPredicate
calcHashCode, equals, toString
-
Methods inherited from class org.wildfly.security.sasl.SaslMechanismPredicate
equals, hashCode, matchAll, matchAllOrNone, matchAny, matchExact, matchFalse, matchFamily, matchHashFunction, matchIf, matchMutual, matchNot, matchPlus, matchTLSActive, matchTrue, not, toString
-
-
-
-
Constructor Detail
-
AnyPredicate
AnyPredicate(SaslMechanismPredicate[] predicates)
-
-
Method Detail
-
test
boolean test(String mechName, SSLSession sslSession)
- Specified by:
test
in classSaslMechanismPredicate
-
appendOperator
void appendOperator(StringBuilder b)
- Specified by:
appendOperator
in classSaslMechanismPredicate.MultiPredicate
-
-