Uses of Class
com.atlassian.crowd.embedded.validator.rule.RuleBuilder
Package
Description
-
Uses of RuleBuilder in com.atlassian.crowd.embedded.validator.rule
Modifier and TypeClassDescriptionclass
Builder utility extending the base classRuleBuilder
specifically for Directory relatedValidationRule
Modifier and TypeMethodDescription<M> RuleBuilder<V>
Adds the value function, with the corresponding predicate to the checks listAdds the value function, with the corresponding predicate to the checks listRuleBuilder.ifMatchesThenSet
(Function<V, String> messageFunction) Sets the message function, which will be used to get the actual error message for the field errorRuleBuilder.ifMatchesThenSet
(Supplier<String> messageSupplier) Sets the message supplier, which will be used to get the actual error message for the field error -
Uses of RuleBuilder in com.atlassian.crowd.manager.mail.validator
Modifier and TypeClassDescriptionclass
A specialized RuleBuilder for mail server rules