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

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

    • HvlEventRoleProperties

      public HvlEventRoleProperties()
  • Method Details

    • afterPropertiesSet

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

      public String getAddedRoleAuthorityMailTemplateCode()
      Gets added role authority mail template code.
      Returns:
      the added role authority mail template code
    • setAddedRoleAuthorityMailTemplateCode

      public void setAddedRoleAuthorityMailTemplateCode(String addedRoleAuthorityMailTemplateCode)
      Sets added role authority mail template code.
      Parameters:
      addedRoleAuthorityMailTemplateCode - the added role authority mail template code
    • getRemovedRoleAuthorityMailTemplateCode

      public String getRemovedRoleAuthorityMailTemplateCode()
      Gets removed role authority mail template code.
      Returns:
      the removed role authority mail template code
    • setRemovedRoleAuthorityMailTemplateCode

      public void setRemovedRoleAuthorityMailTemplateCode(String removedRoleAuthorityMailTemplateCode)
      Sets removed role authority mail template code.
      Parameters:
      removedRoleAuthorityMailTemplateCode - the removed role authority mail template code
    • getDisabledProxyableRoleMailTemplateCode

      public String getDisabledProxyableRoleMailTemplateCode()
      Gets disabled proxyable role mail template code.
      Returns:
      the disabled proxyable role mail template code
    • setDisabledProxyableRoleMailTemplateCode

      public void setDisabledProxyableRoleMailTemplateCode(String disabledProxyableRoleMailTemplateCode)
      Sets disabled proxyable role mail template code.
      Parameters:
      disabledProxyableRoleMailTemplateCode - the disabled proxyable role mail template code
    • getDeletedRoleMailTemplateCode

      public String getDeletedRoleMailTemplateCode()
      Gets deleted role mail template code.
      Returns:
      the deleted role mail template code
    • setDeletedRoleMailTemplateCode

      public void setDeletedRoleMailTemplateCode(String deletedRoleMailTemplateCode)
      Sets deleted role mail template code.
      Parameters:
      deletedRoleMailTemplateCode - the deleted role mail template code
    • getActivatedRoleMailTemplateCode

      public String getActivatedRoleMailTemplateCode()
      Gets activated role mail template code.
      Returns:
      the activated role mail template code
    • setActivatedRoleMailTemplateCode

      public void setActivatedRoleMailTemplateCode(String activatedRoleMailTemplateCode)
      Sets activated role mail template code.
      Parameters:
      activatedRoleMailTemplateCode - the activated role mail template code
    • getDeactivatedRoleMailTemplateCode

      public String getDeactivatedRoleMailTemplateCode()
      Gets deactivated role mail template code.
      Returns:
      the deactivated role mail template code
    • setDeactivatedRoleMailTemplateCode

      public void setDeactivatedRoleMailTemplateCode(String deactivatedRoleMailTemplateCode)
      Sets deactivated role mail template code.
      Parameters:
      deactivatedRoleMailTemplateCode - the deactivated role 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