Class AbstractPasswordRuleConf

java.lang.Object
org.apache.syncope.common.lib.policy.AbstractPasswordRuleConf
All Implemented Interfaces:
Serializable, BaseBean, PasswordRuleConf, RuleConf
Direct Known Subclasses:
DefaultPasswordRuleConf, HaveIBeenPwnedPasswordRuleConf, TestPasswordRuleConf

public abstract class AbstractPasswordRuleConf extends Object implements BaseBean, PasswordRuleConf
See Also:
  • Constructor Details

    • AbstractPasswordRuleConf

      public AbstractPasswordRuleConf()
    • AbstractPasswordRuleConf

      public AbstractPasswordRuleConf(String name)
  • Method Details

    • getName

      public final String getName()
      Description copied from interface: RuleConf
      Give name of related rule instance.
      Specified by:
      getName in interface RuleConf
      Returns:
      name of this rule instance
    • setName

      public final void setName(String name)