Package org.wildfly.security.sasl
Class SaslMechanismPredicate.MultiPredicate
- java.lang.Object
-
- org.wildfly.security.sasl.SaslMechanismPredicate
-
- org.wildfly.security.sasl.SaslMechanismPredicate.MultiPredicate
-
- Direct Known Subclasses:
SaslMechanismPredicate.AllOrNonePredicate
,SaslMechanismPredicate.AllPredicate
,SaslMechanismPredicate.AnyPredicate
- Enclosing class:
- SaslMechanismPredicate
abstract static class SaslMechanismPredicate.MultiPredicate 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 (package private) SaslMechanismPredicate[]
predicates
-
Fields inherited from class org.wildfly.security.sasl.SaslMechanismPredicate
FALSE, MUTUAL, PLUS, TLS_ACTIVE, TRUE
-
-
Constructor Summary
Constructors Constructor Description MultiPredicate(SaslMechanismPredicate[] predicates)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description (package private) abstract void
appendOperator(StringBuilder b)
(package private) int
calcHashCode()
boolean
equals(SaslMechanismPredicate other)
(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, test, toString
-
-
-
-
Field Detail
-
predicates
final SaslMechanismPredicate[] predicates
-
-
Constructor Detail
-
MultiPredicate
MultiPredicate(SaslMechanismPredicate[] predicates)
-
-
Method Detail
-
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
-
appendOperator
abstract void appendOperator(StringBuilder b)
-
-