Package org.wildfly.security.sasl
Class SaslMechanismPredicate.FamilyPredicate
- java.lang.Object
-
- org.wildfly.security.sasl.SaslMechanismPredicate
-
- org.wildfly.security.sasl.SaslMechanismPredicate.FamilyPredicate
-
- Enclosing class:
- SaslMechanismPredicate
static class SaslMechanismPredicate.FamilyPredicate 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
-
-
Constructor Summary
Constructors Constructor Description FamilyPredicate(Predicate<String> predicate, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) int
calcHashCode()
boolean
equals(SaslMechanismPredicate other)
private boolean
equals(SaslMechanismPredicate.FamilyPredicate other)
(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, not, 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
-
equals
public boolean equals(SaslMechanismPredicate other)
- Specified by:
equals
in classSaslMechanismPredicate
-
equals
private boolean equals(SaslMechanismPredicate.FamilyPredicate other)
-
calcHashCode
int calcHashCode()
- Specified by:
calcHashCode
in classSaslMechanismPredicate
-
-