Uses of Enum Class
io.quarkus.oidc.common.runtime.OidcCommonConfig.Credentials.Jwt.Source
Packages that use OidcCommonConfig.Credentials.Jwt.Source
-
Uses of OidcCommonConfig.Credentials.Jwt.Source in io.quarkus.oidc.common.runtime
Fields in io.quarkus.oidc.common.runtime declared as OidcCommonConfig.Credentials.Jwt.SourceModifier and TypeFieldDescriptionOidcCommonConfig.Credentials.Jwt.sourceJWT token source: OIDC provider client or an existing JWT bearer token.Methods in io.quarkus.oidc.common.runtime that return OidcCommonConfig.Credentials.Jwt.SourceModifier and TypeMethodDescriptionOidcCommonConfig.Credentials.Jwt.getSource()Returns the enum constant of this class with the specified name.OidcCommonConfig.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 OidcCommonConfig.Credentials.Jwt.SourceModifier and TypeMethodDescriptionvoidOidcCommonConfig.Credentials.Jwt.setSource(OidcCommonConfig.Credentials.Jwt.Source source)