Interface RuleConf
-
- All Superinterfaces:
BaseBean,Serializable
- All Known Subinterfaces:
AccountRuleConf,PasswordRuleConf
- All Known Implementing Classes:
AbstractAccountRuleConf,AbstractPasswordRuleConf,DefaultAccountRuleConf,DefaultPasswordRuleConf,HaveIBeenPwnedPasswordRuleConf
- 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
-
-