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