Class HvlEventUserStrategyProperties

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

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

    • HvlEventUserStrategyProperties

      public HvlEventUserStrategyProperties()
  • Method Details

    • afterPropertiesSet

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

      public String getActivatedUserStrategyMailTemplateCode()
      Gets activated user strategy mail template code.
      Returns:
      the activated user strategy mail template code
    • setActivatedUserStrategyMailTemplateCode

      public void setActivatedUserStrategyMailTemplateCode(String activatedUserStrategyMailTemplateCode)
      Sets activated user strategy mail template code.
      Parameters:
      activatedUserStrategyMailTemplateCode - the activated user strategy mail template code
    • getDeactivatedUserStrategyMailTemplateCode

      public String getDeactivatedUserStrategyMailTemplateCode()
      Gets deactivated user strategy mail template code.
      Returns:
      the deactivated user strategy mail template code
    • setDeactivatedUserStrategyMailTemplateCode

      public void setDeactivatedUserStrategyMailTemplateCode(String deactivatedUserStrategyMailTemplateCode)
      Sets deactivated user strategy mail template code.
      Parameters:
      deactivatedUserStrategyMailTemplateCode - the deactivated user strategy 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