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 with type parameters of type OidcTenantConfig.ApplicationType Modifier and Type Field Description Optional<OidcTenantConfig.ApplicationType>OidcTenantConfig. 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 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 that return types with arguments of type OidcTenantConfig.ApplicationType Modifier and Type Method Description Optional<OidcTenantConfig.ApplicationType>OidcTenantConfig. getApplicationType()Methods in io.quarkus.oidc with parameters of type OidcTenantConfig.ApplicationType Modifier and Type Method Description voidOidcTenantConfig. setApplicationType(OidcTenantConfig.ApplicationType type)
-