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

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

    • HvlEventProxyProperties

      public HvlEventProxyProperties()
  • 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
    • getSavedProxyMailTemplateCode

      public String getSavedProxyMailTemplateCode()
      Gets saved proxy mail template code.
      Returns:
      the saved proxy mail template code
    • setSavedProxyMailTemplateCode

      public void setSavedProxyMailTemplateCode(String savedProxyMailTemplateCode)
      Sets saved proxy mail template code.
      Parameters:
      savedProxyMailTemplateCode - the saved proxy mail template code
    • getUpdatedProxyMailTemplateCode

      public String getUpdatedProxyMailTemplateCode()
      Gets updated proxy mail template code.
      Returns:
      the updated proxy mail template code
    • setUpdatedProxyMailTemplateCode

      public void setUpdatedProxyMailTemplateCode(String updatedProxyMailTemplateCode)
      Sets updated proxy mail template code.
      Parameters:
      updatedProxyMailTemplateCode - the updated proxy mail template code
    • getDeletedProxyMailTemplateCode

      public String getDeletedProxyMailTemplateCode()
      Gets deleted proxy mail template code.
      Returns:
      the deleted proxy mail template code
    • setDeletedProxyMailTemplateCode

      public void setDeletedProxyMailTemplateCode(String deletedProxyMailTemplateCode)
      Sets deleted proxy mail template code.
      Parameters:
      deletedProxyMailTemplateCode - the deleted proxy mail template code
    • getRoleAddedMailTemplateCode

      public String getRoleAddedMailTemplateCode()
      Gets role added mail template code.
      Returns:
      the role added mail template code
    • setRoleAddedMailTemplateCode

      public void setRoleAddedMailTemplateCode(String roleAddedMailTemplateCode)
      Sets role added mail template code.
      Parameters:
      roleAddedMailTemplateCode - the role added mail template code
    • getRoleDeleteMailTemplateCode

      public String getRoleDeleteMailTemplateCode()
      Gets role delete mail template code.
      Returns:
      the role delete mail template code
    • setRoleDeleteMailTemplateCode

      public void setRoleDeleteMailTemplateCode(String roleDeleteMailTemplateCode)
      Sets role delete mail template code.
      Parameters:
      roleDeleteMailTemplateCode - the role delete mail template code
    • getSavedProxyFromTrustedProxyMailTemplateCode

      public String getSavedProxyFromTrustedProxyMailTemplateCode()
      Gets saved proxy from trusted proxy mail template code.
      Returns:
      the saved proxy from trusted proxy mail template code
    • setSavedProxyFromTrustedProxyMailTemplateCode

      public void setSavedProxyFromTrustedProxyMailTemplateCode(String savedProxyFromTrustedProxyMailTemplateCode)
      Sets saved proxy from trusted proxy mail template code.
      Parameters:
      savedProxyFromTrustedProxyMailTemplateCode - the saved proxy from trusted proxy mail template code