Class EndpointCertificateMetadata
java.lang.Object
com.yahoo.vespa.hosted.controller.api.integration.certificates.EndpointCertificateMetadata
This class is used for metadata about an application's endpoint certificate on the controller.
It has more properties than com.yahoo.config.model.api.EndpointCertificateMetadata.
- Author:
- andreer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncertName()booleanexpiry()inthashCode()issuer()keyName()longtoString()intversion()withLastRefreshed(long lastRefreshed) withLastRequested(long lastRequested) withLeafRequestId(Optional<String> leafRequestId) withRootRequestId(String rootRequestId) withVersion(int version)
-
Constructor Details
-
EndpointCertificateMetadata
-
-
Method Details
-
keyName
-
certName
-
version
public int version() -
lastRequested
public long lastRequested() -
rootRequestId
- Returns:
- The request id of the first request made for this certificate. Should not change.
-
leafRequestId
- Returns:
- The request id of the last known request made for this certificate. Changes on refresh, may be outdated!
-
requestedDnsSans
-
issuer
-
expiry
-
lastRefreshed
-
withVersion
-
withLastRequested
-
withLastRefreshed
-
withRootRequestId
-
withLeafRequestId
-
toString
-
equals
-
hashCode
public int hashCode()
-