Uses of Interface
io.quarkus.oidc.TokenCustomizer
Packages that use TokenCustomizer
-
Uses of TokenCustomizer in io.quarkus.oidc.runtime
Fields in io.quarkus.oidc.runtime declared as TokenCustomizerModifier and TypeFieldDescription(package private) final TokenCustomizerOidcProvider.tokenCustomizerMethods in io.quarkus.oidc.runtime that return TokenCustomizerModifier and TypeMethodDescriptionstatic TokenCustomizerTokenCustomizerFinder.find(OidcTenantConfig oidcConfig) Constructors in io.quarkus.oidc.runtime with parameters of type TokenCustomizerModifierConstructorDescriptionOidcProvider(OidcProviderClient client, OidcTenantConfig oidcConfig, JsonWebKeySet jwks, TokenCustomizer tokenCustomizer, Key tokenDecryptionKey) -
Uses of TokenCustomizer in io.quarkus.oidc.runtime.providers
Classes in io.quarkus.oidc.runtime.providers that implement TokenCustomizer