Uses of Interface
io.apicurio.registry.client.common.auth.JdkAuthFactory.TokenProvider
Packages that use JdkAuthFactory.TokenProvider
-
Uses of JdkAuthFactory.TokenProvider in io.apicurio.registry.client.common.auth
Classes in io.apicurio.registry.client.common.auth that implement JdkAuthFactory.TokenProviderModifier and TypeClassDescriptionstatic classOAuth2 token provider implementation using client credentials flow.Methods in io.apicurio.registry.client.common.auth that return JdkAuthFactory.TokenProviderModifier and TypeMethodDescriptionstatic JdkAuthFactory.TokenProviderJdkAuthFactory.buildOAuth2TokenProvider(HttpClient httpClient, String tokenEndpoint, String clientId, String clientSecret, String scope) Creates an OAuth2 token provider that handles client credentials flow.