Class GetSslCertificatesResponse

java.lang.Object
org.elasticsearch.client.security.GetSslCertificatesResponse

public final class GetSslCertificatesResponse
extends java.lang.Object
Response object when retrieving the X.509 certificates that are used to encrypt communications in an Elasticsearch cluster. Returns a list of CertificateInfo objects describing each of the certificates.
  • Constructor Details

    • GetSslCertificatesResponse

      public GetSslCertificatesResponse​(java.util.List<CertificateInfo> certificates)
  • Method Details

    • equals

      public boolean equals​(java.lang.Object o)
      Overrides:
      equals in class java.lang.Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object
    • fromXContent

      public static GetSslCertificatesResponse fromXContent​(org.elasticsearch.common.xcontent.XContentParser parser) throws java.io.IOException
      Throws:
      java.io.IOException
    • getCertificates

      public java.util.List<CertificateInfo> getCertificates()