Uses of Interface
co.ankatech.ankasecure.sdk.auth.ExternalTokenProvider
Packages that use ExternalTokenProvider
-
Uses of ExternalTokenProvider in co.ankatech.ankasecure.sdk.auth
Classes in co.ankatech.ankasecure.sdk.auth that implement ExternalTokenProviderModifier and TypeClassDescriptionfinal classObtains an external token by performing the OAuth 2.0 client-credentials grant against the workload's OWN authorization server, and hands it to the federated assertion path.final classRuns a command the operator configured and takes its standard output as the external token.final classThe token itself, held in memory.final classReads an externally minted token from a file the operator named.Methods in co.ankatech.ankasecure.sdk.auth that return ExternalTokenProviderModifier and TypeMethodDescriptionFederatedAssertionTokenSource.provider()Where this source reads its external token.Constructors in co.ankatech.ankasecure.sdk.auth with parameters of type ExternalTokenProviderModifierConstructorDescriptionFederatedAssertionTokenSource(co.ankatech.ankasecure.openapi.client.AnkaSecureOpenApiClient client, String clientId, ExternalTokenProvider provider)