Uses of Class
io.quarkus.oidc.OidcTenantConfig.ApplicationType
-
Packages that use OidcTenantConfig.ApplicationType Package Description io.quarkus.oidc -
-
Uses of OidcTenantConfig.ApplicationType in io.quarkus.oidc
Fields in io.quarkus.oidc declared as OidcTenantConfig.ApplicationType Modifier and Type Field Description OidcTenantConfig.ApplicationTypeOidcTenantConfig. applicationTypeThe application type, which can be one of the following values from enumOidcTenantConfig.ApplicationType.Methods in io.quarkus.oidc that return OidcTenantConfig.ApplicationType Modifier and Type Method Description OidcTenantConfig.ApplicationTypeOidcTenantConfig. getApplicationType()static OidcTenantConfig.ApplicationTypeOidcTenantConfig.ApplicationType. valueOf(String name)Returns the enum constant of this type with the specified name.static OidcTenantConfig.ApplicationType[]OidcTenantConfig.ApplicationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.quarkus.oidc with parameters of type OidcTenantConfig.ApplicationType Modifier and Type Method Description voidOidcTenantConfig. setApplicationType(OidcTenantConfig.ApplicationType type)
-