Package org.wildfly.security.sasl
Class SaslMechanismPredicate.BooleanPredicate
- java.lang.Object
-
- org.wildfly.security.sasl.SaslMechanismPredicate
-
- org.wildfly.security.sasl.SaslMechanismPredicate.BooleanPredicate
-
- Enclosing class:
- SaslMechanismPredicate
static final class SaslMechanismPredicate.BooleanPredicate extends SaslMechanismPredicate
-
-
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 Modifier and Type Field Description private boolean
value
-
Fields inherited from class org.wildfly.security.sasl.SaslMechanismPredicate
FALSE, MUTUAL, PLUS, TLS_ACTIVE, TRUE
-
-
Constructor Summary
Constructors Constructor Description BooleanPredicate(boolean value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) int
calcHashCode()
boolean
equals(SaslMechanismPredicate other)
(package private) SaslMechanismPredicate
not()
(package private) boolean
test(String mechName, SSLSession sslSession)
(package private) void
toString(StringBuilder b)
-
Methods inherited from class org.wildfly.security.sasl.SaslMechanismPredicate
equals, hashCode, matchAll, matchAllOrNone, matchAny, matchExact, matchFalse, matchFamily, matchHashFunction, matchIf, matchMutual, matchNot, matchPlus, matchTLSActive, matchTrue, toString
-
-
-
-
Method Detail
-
test
boolean test(String mechName, SSLSession sslSession)
- Specified by:
test
in classSaslMechanismPredicate
-
toString
void toString(StringBuilder b)
- Specified by:
toString
in classSaslMechanismPredicate
-
not
SaslMechanismPredicate not()
- Overrides:
not
in classSaslMechanismPredicate
-
equals
public boolean equals(SaslMechanismPredicate other)
- Specified by:
equals
in classSaslMechanismPredicate
-
calcHashCode
int calcHashCode()
- Specified by:
calcHashCode
in classSaslMechanismPredicate
-
-