Uses of Enum Class
io.quarkus.oidc.common.runtime.OidcClientCommonConfig.Credentials.Jwt.Source
Packages that use OidcClientCommonConfig.Credentials.Jwt.Source
-
Uses of OidcClientCommonConfig.Credentials.Jwt.Source in io.quarkus.oidc.common.runtime
Fields in io.quarkus.oidc.common.runtime declared as OidcClientCommonConfig.Credentials.Jwt.SourceModifier and TypeFieldDescriptionOidcClientCommonConfig.Credentials.Jwt.sourceJWT token source: OIDC provider client or an existing JWT bearer token.Methods in io.quarkus.oidc.common.runtime that return OidcClientCommonConfig.Credentials.Jwt.SourceModifier and TypeMethodDescriptionOidcClientCommonConfig.Credentials.Jwt.getSource()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 with parameters of type OidcClientCommonConfig.Credentials.Jwt.SourceModifier and TypeMethodDescriptionvoidOidcClientCommonConfig.Credentials.Jwt.setSource(OidcClientCommonConfig.Credentials.Jwt.Source source)