Class HvlLogSearchElasticsearchSSLProperties

java.lang.Object
tr.com.havelsan.javarch.log.search.starter.elasticsearch.configuration.properties.HvlLogSearchElasticsearchSSLProperties
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

@Component @ConfigurationProperties(prefix="spring.elasticsearch.ssl") public class HvlLogSearchElasticsearchSSLProperties extends Object implements org.springframework.beans.factory.InitializingBean
Properties of Logger Search Elasticsearch
  • Constructor Details

    • HvlLogSearchElasticsearchSSLProperties

      public HvlLogSearchElasticsearchSSLProperties()
  • Method Details

    • afterPropertiesSet

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

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

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

      public String getKeystoreSourcePath()
      Gets keystore source path.
      Returns:
      the keystore source path
    • setKeystoreSourcePath

      public void setKeystoreSourcePath(String keystoreSourcePath)
      Sets keystore source path.
      Parameters:
      keystoreSourcePath - the keystore source path