@ConfigRoot(name="oidc", phase=RUN_TIME) public class OidcConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
OidcTenantConfig |
defaultTenant
The default tenant.
|
Map<String,OidcTenantConfig> |
namedTenants
Additional named tenants.
|
| Constructor and Description |
|---|
OidcConfig() |
@ConfigItem(name="<<parent>>") public OidcTenantConfig defaultTenant
@ConfigDocSection @ConfigDocMapKey(value="tenant") @ConfigItem(name="<<parent>>") public Map<String,OidcTenantConfig> namedTenants
Copyright © 2020 JBoss by Red Hat. All rights reserved.