Uses of Enum Class
io.quarkus.oidc.OidcTenantConfig.Provider
Packages that use OidcTenantConfig.Provider
-
Uses of OidcTenantConfig.Provider in io.quarkus.oidc
Fields in io.quarkus.oidc with type parameters of type OidcTenantConfig.ProviderMethods in io.quarkus.oidc that return OidcTenantConfig.ProviderModifier and TypeMethodDescriptionstatic OidcTenantConfig.ProviderReturns the enum constant of this class with the specified name.static OidcTenantConfig.Provider[]OidcTenantConfig.Provider.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.quarkus.oidc that return types with arguments of type OidcTenantConfig.ProviderModifier and TypeMethodDescriptionOidcTenantConfig.getProvider()Deprecated.use theOidcTenantConfig.provider()method insteadMethods in io.quarkus.oidc with parameters of type OidcTenantConfig.ProviderModifier and TypeMethodDescriptionvoidOidcTenantConfig.setProvider(OidcTenantConfig.Provider provider) Deprecated.build this config with theOidcTenantConfigBuilderbuilder -
Uses of OidcTenantConfig.Provider in io.quarkus.oidc.runtime.providers
Methods in io.quarkus.oidc.runtime.providers with parameters of type OidcTenantConfig.ProviderModifier and TypeMethodDescriptionstatic OidcTenantConfigKnownOidcProviders.provider(OidcTenantConfig.Provider provider)
OidcTenantConfig.provider()method instead