Class HvlEventUserDetailProperties

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

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

    • HvlEventUserDetailProperties

      public HvlEventUserDetailProperties()
  • Method Details

    • afterPropertiesSet

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

      public String getMailTemplateCode()
      Gets mail template code.
      Returns:
      the mail template code
    • setMailTemplateCode

      public void setMailTemplateCode(String mailTemplateCode)
      Sets mail template code.
      Parameters:
      mailTemplateCode - the 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