Interface RuleConf
-
- All Superinterfaces:
BaseBean,Serializable
- All Known Subinterfaces:
AccountRuleConf,PasswordRuleConf,PullCorrelationRuleConf,PushCorrelationRuleConf
- All Known Implementing Classes:
AbstractAccountRuleConf,AbstractCorrelationRuleConf,AbstractPasswordRuleConf,DefaultAccountRuleConf,DefaultPasswordRuleConf,DefaultPullCorrelationRuleConf,DefaultPushCorrelationRuleConf,DummyPullCorrelationRuleConf,DummyPushCorrelationRuleConf,HaveIBeenPwnedPasswordRuleConf,LinkedAccountSamplePullCorrelationRuleConf,TestAccountRuleConf,TestPasswordRuleConf
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface RuleConf extends BaseBean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Give name of related rule instance.
-
-
-
Method Detail
-
getName
String getName()
Give name of related rule instance.- Returns:
- name of this rule instance
-
-