Package org.wildfly.security.sasl
Class SaslMechanismPredicate
java.lang.Object
org.wildfly.security.sasl.SaslMechanismPredicate
- Author:
- David M. Lloyd
-
Method Summary
Modifier and TypeMethodDescriptionfinal booleanabstract booleanequals(SaslMechanismPredicate other) final inthashCode()static SaslMechanismPredicatematchAll(SaslMechanismPredicate... predicates) static SaslMechanismPredicatematchAllOrNone(SaslMechanismPredicate... predicates) static SaslMechanismPredicatematchAny(SaslMechanismPredicate... predicates) static SaslMechanismPredicatematchExact(String name) static SaslMechanismPredicatestatic SaslMechanismPredicatematchFamily(String name) static SaslMechanismPredicatematchHashFunction(String digest) static SaslMechanismPredicatematchIf(SaslMechanismPredicate conditionPredicate, SaslMechanismPredicate truePredicate, SaslMechanismPredicate falsePredicate) static SaslMechanismPredicatestatic SaslMechanismPredicatematchNot(SaslMechanismPredicate predicate) static SaslMechanismPredicatestatic SaslMechanismPredicatestatic SaslMechanismPredicatetoString()
-
Method Details
-
toString
-
matchTrue
-
matchFalse
-
matchAll
-
matchAllOrNone
-
matchAny
-
matchNot
-
matchIf
public static SaslMechanismPredicate matchIf(SaslMechanismPredicate conditionPredicate, SaslMechanismPredicate truePredicate, SaslMechanismPredicate falsePredicate) -
matchExact
-
matchHashFunction
-
matchPlus
-
matchMutual
-
matchFamily
-
matchTLSActive
-
equals
-
equals
-
hashCode
public final int hashCode()
-