Package org.wildfly.security.sasl
Class SaslMechanismPredicate.ExactPredicate
- java.lang.Object
-
- org.wildfly.security.sasl.SaslMechanismPredicate
-
- org.wildfly.security.sasl.SaslMechanismPredicate.ExactPredicate
-
- Enclosing class:
- SaslMechanismPredicate
static class SaslMechanismPredicate.ExactPredicate 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 String
mechName
-
Fields inherited from class org.wildfly.security.sasl.SaslMechanismPredicate
FALSE, MUTUAL, PLUS, TLS_ACTIVE, TRUE
-
-
Constructor Summary
Constructors Constructor Description ExactPredicate(String mechName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) int
calcHashCode()
boolean
equals(SaslMechanismPredicate 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
-
-
-
-
Field Detail
-
mechName
private final String mechName
-
-
Constructor Detail
-
ExactPredicate
ExactPredicate(String mechName)
-
-
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
-
-