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