Uses of Class
io.quarkus.oidc.OidcTenantConfig.Provider
-
Packages that use OidcTenantConfig.Provider Package Description io.quarkus.oidc io.quarkus.oidc.runtime.providers -
-
Uses of OidcTenantConfig.Provider in io.quarkus.oidc
Fields in io.quarkus.oidc with type parameters of type OidcTenantConfig.Provider Modifier and Type Field Description Optional<OidcTenantConfig.Provider>OidcTenantConfig. providerWell known OpenId Connect provider identifierMethods in io.quarkus.oidc that return OidcTenantConfig.Provider Modifier and Type Method Description static OidcTenantConfig.ProviderOidcTenantConfig.Provider. valueOf(String name)Returns the enum constant of this type with the specified name.static OidcTenantConfig.Provider[]OidcTenantConfig.Provider. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.quarkus.oidc that return types with arguments of type OidcTenantConfig.Provider Modifier and Type Method Description Optional<OidcTenantConfig.Provider>OidcTenantConfig. getProvider()Methods in io.quarkus.oidc with parameters of type OidcTenantConfig.Provider Modifier and Type Method Description voidOidcTenantConfig. setProvider(OidcTenantConfig.Provider provider) -
Uses of OidcTenantConfig.Provider in io.quarkus.oidc.runtime.providers
Methods in io.quarkus.oidc.runtime.providers with parameters of type OidcTenantConfig.Provider Modifier and Type Method Description static OidcTenantConfigKnownOidcProviders. provider(OidcTenantConfig.Provider provider)
-