Interface RuleConf

All Superinterfaces:
BaseBean, Serializable
All Known Subinterfaces:
AccountRuleConf, InboundCorrelationRuleConf, PasswordRuleConf, PushCorrelationRuleConf
All Known Implementing Classes:
AbstractAccountRuleConf, AbstractCorrelationRuleConf, AbstractPasswordRuleConf, DefaultAccountRuleConf, DefaultInboundCorrelationRuleConf, DefaultPasswordRuleConf, DefaultPushCorrelationRuleConf, DummyInboundCorrelationRuleConf, DummyPushCorrelationRuleConf, HaveIBeenPwnedPasswordRuleConf, LinkedAccountSampleInboundCorrelationRuleConf, 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

    Modifier and Type
    Method
    Description
    Give name of related rule instance.
  • Method Details

    • getName

      String getName()
      Give name of related rule instance.
      Returns:
      name of this rule instance