Class HvlEventUserPasswordPolicyProperties

java.lang.Object
tr.com.havelsan.javarch.oauth.event.starter.module.user.properties.HvlEventUserPasswordPolicyProperties
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

@ConfigurationProperties(prefix="hvl.oauth.event.user-password-policy") public class HvlEventUserPasswordPolicyProperties extends Object implements org.springframework.beans.factory.InitializingBean
Properties of Event used for user password policy operations.
  • Constructor Details

    • HvlEventUserPasswordPolicyProperties

      public HvlEventUserPasswordPolicyProperties()
  • Method Details

    • afterPropertiesSet

      public void afterPropertiesSet()
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
    • getActivatedUserPasswordPolicyMailTemplateCode

      public String getActivatedUserPasswordPolicyMailTemplateCode()
      Gets activated user password policy mail template code.
      Returns:
      the activated user password policy mail template code
    • setActivatedUserPasswordPolicyMailTemplateCode

      public void setActivatedUserPasswordPolicyMailTemplateCode(String activatedUserPasswordPolicyMailTemplateCode)
      Sets activated user password policy mail template code.
      Parameters:
      activatedUserPasswordPolicyMailTemplateCode - the activated user password policy mail template code
    • getTopic

      public String getTopic()
      Gets topic.
      Returns:
      the topic
    • setTopic

      public void setTopic(String topic)
      Sets topic.
      Parameters:
      topic - the topic
    • isEnabled

      public boolean isEnabled()
      Is enabled boolean.
      Returns:
      the boolean
    • setEnabled

      public void setEnabled(boolean enabled)
      Sets enabled.
      Parameters:
      enabled - the enabled