Class GetSslCertificatesResponse
- java.lang.Object
-
- org.elasticsearch.client.security.GetSslCertificatesResponse
-
public final class GetSslCertificatesResponse extends java.lang.ObjectResponse object when retrieving the X.509 certificates that are used to encrypt communications in an Elasticsearch cluster. Returns a list ofCertificateInfoobjects describing each of the certificates.
-
-
Constructor Summary
Constructors Constructor Description GetSslCertificatesResponse(java.util.List<CertificateInfo> certificates)
-
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object o)static GetSslCertificatesResponsefromXContent(XContentParser parser)java.util.List<CertificateInfo>getCertificates()inthashCode()
-
-
-
Constructor Detail
-
GetSslCertificatesResponse
public GetSslCertificatesResponse(java.util.List<CertificateInfo> certificates)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
fromXContent
public static GetSslCertificatesResponse fromXContent(XContentParser parser) throws java.io.IOException
- Throws:
java.io.IOException
-
getCertificates
public java.util.List<CertificateInfo> getCertificates()
-
-