Class TlsClientAuthConfig

  • All Implemented Interfaces:
    org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentObject

    public class TlsClientAuthConfig
    extends Object
    implements org.elasticsearch.xcontent.ToXContentObject
    • Constructor Detail

      • TlsClientAuthConfig

        public TlsClientAuthConfig()
    • Method Detail

      • init

        public void init()
                  throws com.floragunn.searchsupport.config.validation.ConfigValidationException
        Throws:
        com.floragunn.searchsupport.config.validation.ConfigValidationException
      • toXContent

        public org.elasticsearch.xcontent.XContentBuilder toXContent​(org.elasticsearch.xcontent.XContentBuilder builder,
                                                                     org.elasticsearch.xcontent.ToXContent.Params params)
                                                              throws IOException
        Specified by:
        toXContent in interface org.elasticsearch.xcontent.ToXContent
        Throws:
        IOException
      • getInlineAuthCertsPem

        public String getInlineAuthCertsPem()
      • setInlineAuthCertsPem

        public void setInlineAuthCertsPem​(String inlineAuthCertsPem)
      • getInlineAuthKey

        public String getInlineAuthKey()
      • setInlineAuthKey

        public void setInlineAuthKey​(String inlineAuthKey)
      • getInlineAuthKeyPassword

        public String getInlineAuthKeyPassword()
      • setInlineAuthKeyPassword

        public void setInlineAuthKeyPassword​(String inlineAuthKeyPassword)