Uses of Record Class
com.yahoo.vespa.hosted.controller.api.integration.certificates.EndpointCertificate
Packages that use EndpointCertificate
Package
Description
-
Uses of EndpointCertificate in com.yahoo.vespa.hosted.controller.api.application.v4.model
Methods in com.yahoo.vespa.hosted.controller.api.application.v4.model that return types with arguments of type EndpointCertificate -
Uses of EndpointCertificate in com.yahoo.vespa.hosted.controller.api.integration.certificates
Methods in com.yahoo.vespa.hosted.controller.api.integration.certificates that return EndpointCertificateModifier and TypeMethodDescriptionEndpointCertificateProvider.requestCaSignedCertificate(String endpointCertificatePrefix, List<String> dnsNames, Optional<EndpointCertificate> currentCert, String algo, boolean useAlternativeProvider) EndpointCertificateProviderMock.requestCaSignedCertificate(String key, List<String> dnsNames, Optional<EndpointCertificate> currentCert, String algo, boolean useAlternativeProvider) EndpointCertificate.withCertName(String certName) EndpointCertificate.withKeyName(String keyName) EndpointCertificate.withLastRefreshed(long lastRefreshed) EndpointCertificate.withLastRequested(long lastRequested) EndpointCertificate.withLeafRequestId(Optional<String> leafRequestId) EndpointCertificate.withRandomizedId(String randomizedId) EndpointCertificate.withRootRequestId(String rootRequestId) EndpointCertificate.withVersion(int version) Methods in com.yahoo.vespa.hosted.controller.api.integration.certificates with parameters of type EndpointCertificateModifier and TypeMethodDescriptionvoidEndpointCertificateValidator.validate(EndpointCertificate endpointCertificate, String serializedInstanceId, com.yahoo.config.provision.zone.ZoneId zone, List<String> requiredNamesForZone) voidEndpointCertificateValidatorImpl.validate(EndpointCertificate endpointCertificate, String serializedInstanceId, com.yahoo.config.provision.zone.ZoneId zone, List<String> requiredNamesForZone) voidEndpointCertificateValidatorMock.validate(EndpointCertificate endpointCertificate, String serializedApplicationId, com.yahoo.config.provision.zone.ZoneId zone, List<String> requiredNamesForZone) Method parameters in com.yahoo.vespa.hosted.controller.api.integration.certificates with type arguments of type EndpointCertificateModifier and TypeMethodDescriptionEndpointCertificateProvider.requestCaSignedCertificate(String endpointCertificatePrefix, List<String> dnsNames, Optional<EndpointCertificate> currentCert, String algo, boolean useAlternativeProvider) EndpointCertificateProviderMock.requestCaSignedCertificate(String key, List<String> dnsNames, Optional<EndpointCertificate> currentCert, String algo, boolean useAlternativeProvider)