Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.dataplanetoken.TokenId
Packages that use TokenId
-
Uses of TokenId in com.yahoo.vespa.hosted.controller.api.integration.dataplanetoken
Methods in com.yahoo.vespa.hosted.controller.api.integration.dataplanetoken that return TokenIdModifier and TypeMethodDescriptionstatic TokenIdDataplaneToken.tokenId()Returns the value of thetokenIdrecord component.DataplaneTokenVersions.tokenId()Returns the value of thetokenIdrecord component.Constructors in com.yahoo.vespa.hosted.controller.api.integration.dataplanetoken with parameters of type TokenIdModifierConstructorDescriptionDataplaneToken(TokenId tokenId, FingerPrint fingerPrint, String tokenValue, Optional<Instant> expiration) Creates an instance of aDataplaneTokenrecord class.DataplaneTokenVersions(TokenId tokenId, List<DataplaneTokenVersions.Version> tokenVersions) Creates an instance of aDataplaneTokenVersionsrecord class.