Package org.wildfly.security.sasl
Class SaslMechanismPredicate.NotPredicate
- java.lang.Object
-
- org.wildfly.security.sasl.SaslMechanismPredicate
-
- org.wildfly.security.sasl.SaslMechanismPredicate.NotPredicate
-
- Enclosing class:
- SaslMechanismPredicate
static class SaslMechanismPredicate.NotPredicate 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 SaslMechanismPredicate
predicate
-
Fields inherited from class org.wildfly.security.sasl.SaslMechanismPredicate
FALSE, MUTUAL, PLUS, TLS_ACTIVE, TRUE
-
-
Constructor Summary
Constructors Constructor Description NotPredicate(SaslMechanismPredicate predicate)
-
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
-
-
-
-
Field Detail
-
predicate
private final SaslMechanismPredicate predicate
-
-
Constructor Detail
-
NotPredicate
NotPredicate(SaslMechanismPredicate predicate)
-
-
Method Detail
-
test
boolean test(String mechName, SSLSession sslSession)
- Specified by:
test
in classSaslMechanismPredicate
-
toString
void toString(StringBuilder b)
- Specified by:
toString
in classSaslMechanismPredicate
-
equals
public boolean equals(SaslMechanismPredicate other)
- Specified by:
equals
in classSaslMechanismPredicate
-
calcHashCode
int calcHashCode()
- Specified by:
calcHashCode
in classSaslMechanismPredicate
-
not
SaslMechanismPredicate not()
- Overrides:
not
in classSaslMechanismPredicate
-
-