| Package | Description |
|---|---|
| io.quarkus.oidc |
| Modifier and Type | Field and Description |
|---|---|
Optional<OidcTenantConfig.Roles.Source> |
OidcTenantConfig.Roles.source
Source of the principal roles.
|
| Modifier and Type | Method and Description |
|---|---|
static OidcTenantConfig.Roles.Source |
OidcTenantConfig.Roles.Source.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OidcTenantConfig.Roles.Source[] |
OidcTenantConfig.Roles.Source.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<OidcTenantConfig.Roles.Source> |
OidcTenantConfig.Roles.getSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
OidcTenantConfig.Roles.setSource(OidcTenantConfig.Roles.Source source) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.