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.SaslMechanismPredicateSaslMechanismPredicate.AllOrNonePredicate, SaslMechanismPredicate.AllPredicate, SaslMechanismPredicate.AnyPredicate, SaslMechanismPredicate.BooleanPredicate, SaslMechanismPredicate.ExactPredicate, SaslMechanismPredicate.FamilyPredicate, SaslMechanismPredicate.HashPredicate, SaslMechanismPredicate.IfPredicate, SaslMechanismPredicate.MultiPredicate, SaslMechanismPredicate.NotPredicate
 
- 
 - 
Field SummaryFields Modifier and Type Field Description private booleanvalue- 
Fields inherited from class org.wildfly.security.sasl.SaslMechanismPredicateFALSE, MUTUAL, PLUS, TLS_ACTIVE, TRUE
 
- 
 - 
Constructor SummaryConstructors Constructor Description BooleanPredicate(boolean value)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) intcalcHashCode()booleanequals(SaslMechanismPredicate other)(package private) SaslMechanismPredicatenot()(package private) booleantest(String mechName, SSLSession sslSession)(package private) voidtoString(StringBuilder b)- 
Methods inherited from class org.wildfly.security.sasl.SaslMechanismPredicateequals, hashCode, matchAll, matchAllOrNone, matchAny, matchExact, matchFalse, matchFamily, matchHashFunction, matchIf, matchMutual, matchNot, matchPlus, matchTLSActive, matchTrue, toString
 
- 
 
- 
- 
- 
Method Detail- 
testboolean test(String mechName, SSLSession sslSession) - Specified by:
- testin class- SaslMechanismPredicate
 
 - 
toStringvoid toString(StringBuilder b) - Specified by:
- toStringin class- SaslMechanismPredicate
 
 - 
notSaslMechanismPredicate not() - Overrides:
- notin class- SaslMechanismPredicate
 
 - 
equalspublic boolean equals(SaslMechanismPredicate other) - Specified by:
- equalsin class- SaslMechanismPredicate
 
 - 
calcHashCodeint calcHashCode() - Specified by:
- calcHashCodein class- SaslMechanismPredicate
 
 
- 
 
-