Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.dataplanetoken.TokenId
Packages that use TokenId
Package
Description
-
Uses of TokenId 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 TokenIdModifier 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 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, Instant lastUpdated) Creates an instance of aDataplaneTokenVersionsrecord class.