| Package | Description |
|---|---|
| io.quarkus.oidc | |
| io.quarkus.oidc.runtime |
| Modifier and Type | Field and Description |
|---|---|
OidcTenantConfig.Roles |
OidcTenantConfig.roles
Configuration to find and parse a custom claim containing the roles information.
|
| Modifier and Type | Method and Description |
|---|---|
static OidcTenantConfig.Roles |
OidcTenantConfig.Roles.fromClaimPath(String path) |
static OidcTenantConfig.Roles |
OidcTenantConfig.Roles.fromClaimPathAndSeparator(String path,
String sep) |
OidcTenantConfig.Roles |
OidcTenantConfig.getRoles() |
| Modifier and Type | Method and Description |
|---|---|
void |
OidcTenantConfig.setRoles(OidcTenantConfig.Roles roles) |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
OidcUtils.findRoles(String clientId,
OidcTenantConfig.Roles rolesConfig,
io.vertx.core.json.JsonObject json) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.