Class GetSslCertificatesResponse
- java.lang.Object
-
- org.elasticsearch.client.security.GetSslCertificatesResponse
-
public final class GetSslCertificatesResponse extends Object
Response 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(List<CertificateInfo> certificates)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static GetSslCertificatesResponsefromXContent(XContentParser parser)List<CertificateInfo>getCertificates()inthashCode()
-
-
-
Constructor Detail
-
GetSslCertificatesResponse
public GetSslCertificatesResponse(List<CertificateInfo> certificates)
-
-
Method Detail
-
fromXContent
public static GetSslCertificatesResponse fromXContent(XContentParser parser) throws IOException
- Throws:
IOException
-
getCertificates
public List<CertificateInfo> getCertificates()
-
-