Package | Description |
---|---|
com.atlassian.crowd.embedded.validator.rule | |
com.atlassian.crowd.manager.mail.validator |
Modifier and Type | Class and Description |
---|---|
class |
DirectoryRuleBuilder
Builder utility extending the base class
RuleBuilder specifically for Directory related ValidationRule |
Modifier and Type | Method and Description |
---|---|
<M> RuleBuilder<V> |
RuleBuilder.check(Function<V,M> valueRetriever,
Predicate<M> predicate)
Adds the value function, with the corresponding predicate to the checks list
|
RuleBuilder<V> |
RuleBuilder.check(Predicate<V> valueRetriever,
boolean expectedValue)
Adds the value function, with the corresponding predicate to the checks list
|
RuleBuilder<V> |
RuleBuilder.ifMatchesThenSet(Function<V,String> messageFunction)
Sets the message function, which will be used to get the actual error message for the field error
|
RuleBuilder<V> |
RuleBuilder.ifMatchesThenSet(Supplier<String> messageSupplier)
Sets the message supplier, which will be used to get the actual error message for the field error
|
Modifier and Type | Class and Description |
---|---|
class |
MailServerRuleBuilder
A specialized RuleBuilder for mail server rules
|
Copyright © 2020 Atlassian. All rights reserved.