Uses of Enum Class
io.quarkus.oidc.OidcTenantConfig.ApplicationType
Packages that use OidcTenantConfig.ApplicationType
-
Uses of OidcTenantConfig.ApplicationType in io.quarkus.oidc
Fields in io.quarkus.oidc with type parameters of type OidcTenantConfig.ApplicationTypeModifier and TypeFieldDescriptionOidcTenantConfig.applicationTypeDeprecated, for removal: This API element is subject to removal in a future version.Methods in io.quarkus.oidc that return OidcTenantConfig.ApplicationTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static OidcTenantConfig.ApplicationType[]OidcTenantConfig.ApplicationType.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.ApplicationTypeModifier and TypeMethodDescriptionOidcTenantConfig.getApplicationType()Deprecated, for removal: This API element is subject to removal in a future version.use theOidcTenantConfig.applicationType()method insteadMethods in io.quarkus.oidc with parameters of type OidcTenantConfig.ApplicationTypeModifier and TypeMethodDescriptionvoidOidcTenantConfig.setApplicationType(OidcTenantConfig.ApplicationType type) Deprecated, for removal: This API element is subject to removal in a future version.build this config with theOidcTenantConfigBuilderbuilder
OidcTenantConfig.applicationType()method instead