Class HvlAuthEventOperationProperties

java.lang.Object
tr.com.havelsan.javarch.oauth.auth.starter.configuration.properties.HvlAuthEventOperationProperties
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

@Component @ConfigurationProperties(prefix="hvl.oauth.auth.event.operation") public class HvlAuthEventOperationProperties extends Object implements org.springframework.beans.factory.InitializingBean
Properties of auth event operation
  • Constructor Details

    • HvlAuthEventOperationProperties

      public HvlAuthEventOperationProperties()
  • Method Details

    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception
    • isEnabled

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

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

      public String getUserTopicName()
      Gets user topic name.
      Returns:
      the user topic name
    • setUserTopicName

      public void setUserTopicName(String userTopicName)
      Sets user topic name.
      Parameters:
      userTopicName - the user topic name