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

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

    • HvlEventUserProperties

      public HvlEventUserProperties()
  • Method Details

    • afterPropertiesSet

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

      public String getSavedUserMailTemplateCode()
      Gets saved user mail template code.
      Returns:
      the saved user mail template code
    • setSavedUserMailTemplateCode

      public void setSavedUserMailTemplateCode(String savedUserMailTemplateCode)
      Sets saved user mail template code.
      Parameters:
      savedUserMailTemplateCode - the saved user mail template code
    • getChangedUserPasswordByAdminMailTemplateCode

      public String getChangedUserPasswordByAdminMailTemplateCode()
      Gets changed user password by admin mail template code.
      Returns:
      the changed user password by admin mail template code
    • setChangedUserPasswordByAdminMailTemplateCode

      public void setChangedUserPasswordByAdminMailTemplateCode(String changedUserPasswordByAdminMailTemplateCode)
      Sets changed user password by admin mail template code.
      Parameters:
      changedUserPasswordByAdminMailTemplateCode - the changed user password by admin mail template code
    • getLockedUserByAdminMailTemplateCode

      public String getLockedUserByAdminMailTemplateCode()
      Gets locked user by admin mail template code.
      Returns:
      the locked user by admin mail template code
    • setLockedUserByAdminMailTemplateCode

      public void setLockedUserByAdminMailTemplateCode(String lockedUserByAdminMailTemplateCode)
      Sets locked user by admin mail template code.
      Parameters:
      lockedUserByAdminMailTemplateCode - the locked user by admin mail template code
    • getUnlockedUserByAdminMailTemplateCode

      public String getUnlockedUserByAdminMailTemplateCode()
      Gets unlocked user by admin mail template code.
      Returns:
      the unlocked user by admin mail template code
    • setUnlockedUserByAdminMailTemplateCode

      public void setUnlockedUserByAdminMailTemplateCode(String unlockedUserByAdminMailTemplateCode)
      Sets unlocked user by admin mail template code.
      Parameters:
      unlockedUserByAdminMailTemplateCode - the unlocked user by admin mail template code
    • getLockedUserMailTemplateCode

      public String getLockedUserMailTemplateCode()
      Gets locked user mail template code.
      Returns:
      the locked user mail template code
    • setLockedUserMailTemplateCode

      public void setLockedUserMailTemplateCode(String lockedUserMailTemplateCode)
      Sets locked user mail template code.
      Parameters:
      lockedUserMailTemplateCode - the locked user mail template code
    • getExpiredUserMailTemplateCode

      public String getExpiredUserMailTemplateCode()
      Gets expired user mail template code.
      Returns:
      the expired user mail template code
    • setExpiredUserMailTemplateCode

      public void setExpiredUserMailTemplateCode(String expiredUserMailTemplateCode)
      Sets expired user mail template code.
      Parameters:
      expiredUserMailTemplateCode - the expired user 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
    • isEnabled

      public boolean isEnabled()
      Is enabled boolean.
      Returns:
      the boolean
    • setEnabled

      public void setEnabled(boolean enabled)
      Sets enabled.
      Parameters:
      enabled - the enabled