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.rolesDeprecated, for removal: This API element is subject to removal in a future version.Methods in io.quarkus.oidc that return OidcTenantConfig.RolesModifier and TypeMethodDescriptionstatic OidcTenantConfig.RolesOidcTenantConfig.Roles.fromClaimPath(List<String> path) Deprecated, for removal: This API element is subject to removal in a future version.static OidcTenantConfig.RolesOidcTenantConfig.Roles.fromClaimPathAndSeparator(List<String> path, String sep) Deprecated, for removal: This API element is subject to removal in a future version.OidcTenantConfig.getRoles()Deprecated, for removal: This API element is subject to removal in a future version.use theOidcTenantConfig.roles()method insteadMethods in io.quarkus.oidc with parameters of type OidcTenantConfig.RolesModifier and TypeMethodDescriptionvoidOidcTenantConfig.setRoles(OidcTenantConfig.Roles roles) Deprecated, for removal: This API element is subject to removal in a future version.build this config with theOidcTenantConfigBuilderbuilder
OidcTenantConfig.roles()method instead