Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.dataplanetoken.FingerPrint
Packages that use FingerPrint
-
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.