Uses of Class
io.quarkus.oidc.OidcTenantConfig.Roles
Packages that use OidcTenantConfig.Roles
-
Uses of OidcTenantConfig.Roles in io.quarkus.oidc
Fields in io.quarkus.oidc declared as OidcTenantConfig.RolesModifier and TypeFieldDescriptionOidcTenantConfig.rolesConfiguration to find and parse a custom claim containing the roles information.Methods in io.quarkus.oidc that return OidcTenantConfig.RolesModifier and TypeMethodDescriptionstatic OidcTenantConfig.RolesOidcTenantConfig.Roles.fromClaimPath(List<String> path) static OidcTenantConfig.RolesOidcTenantConfig.Roles.fromClaimPathAndSeparator(List<String> path, String sep) OidcTenantConfig.getRoles()Methods in io.quarkus.oidc with parameters of type OidcTenantConfig.Roles -
Uses of OidcTenantConfig.Roles in io.quarkus.oidc.runtime
Methods in io.quarkus.oidc.runtime with parameters of type OidcTenantConfig.RolesModifier and TypeMethodDescriptionOidcUtils.findRoles(String clientId, OidcTenantConfig.Roles rolesConfig, io.vertx.core.json.JsonObject json)