Uses of Enum Class
io.quarkus.oidc.common.runtime.config.OidcClientCommonConfig.Credentials.Jwt.Source
Packages that use OidcClientCommonConfig.Credentials.Jwt.Source
-
Uses of OidcClientCommonConfig.Credentials.Jwt.Source in io.quarkus.oidc.common.runtime
Methods in io.quarkus.oidc.common.runtime that return OidcClientCommonConfig.Credentials.Jwt.Source -
Uses of OidcClientCommonConfig.Credentials.Jwt.Source in io.quarkus.oidc.common.runtime.config
Methods in io.quarkus.oidc.common.runtime.config that return OidcClientCommonConfig.Credentials.Jwt.SourceModifier and TypeMethodDescriptionOidcClientCommonConfig.Credentials.Jwt.source()JWT token source: OIDC provider client or an existing JWT bearer token.Returns the enum constant of this class with the specified name.OidcClientCommonConfig.Credentials.Jwt.Source.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.quarkus.oidc.common.runtime.config with parameters of type OidcClientCommonConfig.Credentials.Jwt.SourceModifier and TypeMethodDescriptionOidcClientCommonConfigBuilder.JwtBuilder.source(OidcClientCommonConfig.Credentials.Jwt.Source source)