Uses of Enum Class
io.quarkus.oidc.runtime.OidcTenantConfig.ApplicationType
Packages that use OidcTenantConfig.ApplicationType
-
Uses of OidcTenantConfig.ApplicationType in io.quarkus.oidc
Methods in io.quarkus.oidc that return types with arguments of type OidcTenantConfig.ApplicationTypeMethods in io.quarkus.oidc with parameters of type OidcTenantConfig.ApplicationTypeModifier and TypeMethodDescriptionOidcTenantConfigBuilder.applicationType(OidcTenantConfig.ApplicationType applicationType) -
Uses of OidcTenantConfig.ApplicationType in io.quarkus.oidc.runtime
Methods in io.quarkus.oidc.runtime 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.runtime that return types with arguments of type OidcTenantConfig.ApplicationTypeModifier and TypeMethodDescriptionOidcTenantConfig.applicationType()The application type, which can be one of the followingOidcTenantConfig.ApplicationTypevalues.