Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.dataplanetoken.FingerPrint
Packages that use FingerPrint
Package
Description
-
Uses of FingerPrint in com.yahoo.vespa.hosted.controller.api.integration.configserver
Methods in com.yahoo.vespa.hosted.controller.api.integration.configserver that return types with arguments of type FingerPrintModifier and TypeMethodDescriptionMap<com.yahoo.config.provision.HostName,Map<TokenId, List<FingerPrint>>> ConfigServer.activeTokenFingerprints(DeploymentId deploymentId) Fingerprints of active data plane tokens, per healthy host with token auth, in the given deployment. -
Uses of FingerPrint in com.yahoo.vespa.hosted.controller.api.integration.dataplanetoken
Methods in com.yahoo.vespa.hosted.controller.api.integration.dataplanetoken that return FingerPrintModifier and TypeMethodDescriptionDataplaneToken.fingerPrint()Returns the value of thefingerPrintrecord component.DataplaneTokenVersions.Version.fingerPrint()Returns the value of thefingerPrintrecord component.static FingerPrintConstructors in com.yahoo.vespa.hosted.controller.api.integration.dataplanetoken with parameters of type FingerPrintModifierConstructorDescriptionDataplaneToken(TokenId tokenId, FingerPrint fingerPrint, String tokenValue, Optional<Instant> expiration) Creates an instance of aDataplaneTokenrecord class.Version(FingerPrint fingerPrint, String checkAccessHash, Instant creationTime, Optional<Instant> expiration, String author) Creates an instance of aVersionrecord class.