Class HvlEventTrustedProxyProperties

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

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

    • HvlEventTrustedProxyProperties

      public HvlEventTrustedProxyProperties()
  • 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
    • getSaveMailTemplateCode

      public String getSaveMailTemplateCode()
      Gets save mail template code.
      Returns:
      the save mail template code
    • setSaveMailTemplateCode

      public void setSaveMailTemplateCode(String saveMailTemplateCode)
      Sets save mail template code.
      Parameters:
      saveMailTemplateCode - the save mail template code
    • getUpdateMailTemplateCode

      public String getUpdateMailTemplateCode()
      Gets update mail template code.
      Returns:
      the update mail template code
    • setUpdateMailTemplateCode

      public void setUpdateMailTemplateCode(String updateMailTemplateCode)
      Sets update mail template code.
      Parameters:
      updateMailTemplateCode - the update mail template code
    • getDeleteMailTemplateCode

      public String getDeleteMailTemplateCode()
      Gets delete mail template code.
      Returns:
      the delete mail template code
    • setDeleteMailTemplateCode

      public void setDeleteMailTemplateCode(String deleteMailTemplateCode)
      Sets delete mail template code.
      Parameters:
      deleteMailTemplateCode - the delete mail template code
    • getRoleAssignedMailTemplateCode

      public String getRoleAssignedMailTemplateCode()
      Gets role assigned mail template code.
      Returns:
      the role assigned mail template code
    • setRoleAssignedMailTemplateCode

      public void setRoleAssignedMailTemplateCode(String roleAssignedMailTemplateCode)
      Sets role assigned mail template code.
      Parameters:
      roleAssignedMailTemplateCode - the role assigned 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
    • getUserAssignedMailTemplateCode

      public String getUserAssignedMailTemplateCode()
      Gets user assigned mail template code.
      Returns:
      the user assigned mail template code
    • setUserAssignedMailTemplateCode

      public void setUserAssignedMailTemplateCode(String userAssignedMailTemplateCode)
      Sets user assigned mail template code.
      Parameters:
      userAssignedMailTemplateCode - the user assigned mail template code
    • getUserDeleteMailTemplateCode

      public String getUserDeleteMailTemplateCode()
      Gets user delete mail template code.
      Returns:
      the user delete mail template code
    • setUserDeleteMailTemplateCode

      public void setUserDeleteMailTemplateCode(String userDeleteMailTemplateCode)
      Sets user delete mail template code.
      Parameters:
      userDeleteMailTemplateCode - the user delete mail template code