| Package | Description |
|---|---|
| io.quarkus.oidc |
| Modifier and Type | Field and Description |
|---|---|
OidcTenantConfig.ApplicationType |
OidcTenantConfig.applicationType
The application type, which can be one of the following values from enum
OidcTenantConfig.ApplicationType. |
| Modifier and Type | Method and Description |
|---|---|
OidcTenantConfig.ApplicationType |
OidcTenantConfig.getApplicationType() |
static OidcTenantConfig.ApplicationType |
OidcTenantConfig.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OidcTenantConfig.setApplicationType(OidcTenantConfig.ApplicationType type) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.