Class HvlEventRoleAssignerProperties

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

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

    • HvlEventRoleAssignerProperties

      public HvlEventRoleAssignerProperties()
  • Method Details

    • afterPropertiesSet

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

      public String getAddedProfileGroupToRoleAssignerMailTemplateCode()
      Gets added profile group to role assigner mail template code.
      Returns:
      the added profile group to role assigner mail template code
    • setAddedProfileGroupToRoleAssignerMailTemplateCode

      public void setAddedProfileGroupToRoleAssignerMailTemplateCode(String addedProfileGroupToRoleAssignerMailTemplateCode)
      Sets added profile group to role assigner mail template code.
      Parameters:
      addedProfileGroupToRoleAssignerMailTemplateCode - the added profile group to role assigner mail template code
    • getRemovedProfileGroupFromRoleAssignerMailTemplateCode

      public String getRemovedProfileGroupFromRoleAssignerMailTemplateCode()
      Gets removed profile group from role assigner mail template code.
      Returns:
      the removed profile group from role assigner mail template code
    • setRemovedProfileGroupFromRoleAssignerMailTemplateCode

      public void setRemovedProfileGroupFromRoleAssignerMailTemplateCode(String removedProfileGroupFromRoleAssignerMailTemplateCode)
      Sets removed profile group from role assigner mail template code.
      Parameters:
      removedProfileGroupFromRoleAssignerMailTemplateCode - the removed profile group from role assigner mail template code
    • getAddedRoleGroupToRoleAssignerMailTemplateCode

      public String getAddedRoleGroupToRoleAssignerMailTemplateCode()
      Gets added role group to role assigner mail template code.
      Returns:
      the added role group to role assigner mail template code
    • setAddedRoleGroupToRoleAssignerMailTemplateCode

      public void setAddedRoleGroupToRoleAssignerMailTemplateCode(String addedRoleGroupToRoleAssignerMailTemplateCode)
      Sets added role group to role assigner mail template code.
      Parameters:
      addedRoleGroupToRoleAssignerMailTemplateCode - the added role group to role assigner mail template code
    • getRemovedRoleGroupFromRoleAssignerMailTemplateCode

      public String getRemovedRoleGroupFromRoleAssignerMailTemplateCode()
      Gets removed role group from role assigner mail template code.
      Returns:
      the removed role group from role assigner mail template code
    • setRemovedRoleGroupFromRoleAssignerMailTemplateCode

      public void setRemovedRoleGroupFromRoleAssignerMailTemplateCode(String removedRoleGroupFromRoleAssignerMailTemplateCode)
      Sets removed role group from role assigner mail template code.
      Parameters:
      removedRoleGroupFromRoleAssignerMailTemplateCode - the removed role group from role assigner mail template code
    • getAddedProfileDetailToRoleAssignerMailTemplateCode

      public String getAddedProfileDetailToRoleAssignerMailTemplateCode()
      Gets added profile detail to role assigner mail template code.
      Returns:
      the added profile detail to role assigner mail template code
    • setAddedProfileDetailToRoleAssignerMailTemplateCode

      public void setAddedProfileDetailToRoleAssignerMailTemplateCode(String addedProfileDetailToRoleAssignerMailTemplateCode)
      Sets added profile detail to role assigner mail template code.
      Parameters:
      addedProfileDetailToRoleAssignerMailTemplateCode - the added profile detail to role assigner mail template code
    • getRemovedProfileDetailFromRoleAssignerMailTemplateCode

      public String getRemovedProfileDetailFromRoleAssignerMailTemplateCode()
      Gets removed profile detail from role assigner mail template code.
      Returns:
      the removed profile detail from role assigner mail template code
    • setRemovedProfileDetailFromRoleAssignerMailTemplateCode

      public void setRemovedProfileDetailFromRoleAssignerMailTemplateCode(String removedProfileDetailFromRoleAssignerMailTemplateCode)
      Sets removed profile detail from role assigner mail template code.
      Parameters:
      removedProfileDetailFromRoleAssignerMailTemplateCode - the removed profile detail from role assigner mail template code
    • getHierarchicalRoleAssignerMailTemplateCode

      public String getHierarchicalRoleAssignerMailTemplateCode()
      Gets hierarchical role assigner mail template code.
      Returns:
      the hierarchical role assigner mail template code
    • setHierarchicalRoleAssignerMailTemplateCode

      public void setHierarchicalRoleAssignerMailTemplateCode(String hierarchicalRoleAssignerMailTemplateCode)
      Sets hierarchical role assigner mail template code.
      Parameters:
      hierarchicalRoleAssignerMailTemplateCode - the hierarchical role assigner mail template code
    • getNonHierarchicalRoleAssignerMailTemplateCode

      public String getNonHierarchicalRoleAssignerMailTemplateCode()
      Gets non hierarchical role assigner mail template code.
      Returns:
      the non hierarchical role assigner mail template code
    • setNonHierarchicalRoleAssignerMailTemplateCode

      public void setNonHierarchicalRoleAssignerMailTemplateCode(String nonHierarchicalRoleAssignerMailTemplateCode)
      Sets non hierarchical role assigner mail template code.
      Parameters:
      nonHierarchicalRoleAssignerMailTemplateCode - the non hierarchical role assigner 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