Class HvlAuthNotificationProperties

java.lang.Object
tr.com.havelsan.javarch.oauth.auth.starter.configuration.properties.HvlAuthNotificationProperties
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

@Component @ConfigurationProperties(prefix="hvl.oauth.auth.notification") public class HvlAuthNotificationProperties extends Object implements org.springframework.beans.factory.InitializingBean
Properties of Authentication notification.
  • Constructor Details

    • HvlAuthNotificationProperties

      public HvlAuthNotificationProperties()
  • 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
    • getRegistrationMailTemplateCode

      public String getRegistrationMailTemplateCode()
      Gets registration mail template code.
      Returns:
      the registration mail template code
    • setRegistrationMailTemplateCode

      public void setRegistrationMailTemplateCode(String registrationMailTemplateCode)
      Sets registration mail template code.
      Parameters:
      registrationMailTemplateCode - the registration mail template code
    • getTopic

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

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

      public String getSmsTopic()
      Gets sms topic.
      Returns:
      the sms topic
    • setSmsTopic

      public void setSmsTopic(String smsTopic)
      Sets sms topic.
      Parameters:
      smsTopic - the sms topic