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.RolesMethods in io.quarkus.oidc that return OidcTenantConfig.RolesModifier and TypeMethodDescriptionstatic OidcTenantConfig.RolesOidcTenantConfig.Roles.fromClaimPath(List<String> path) Deprecated.static OidcTenantConfig.RolesOidcTenantConfig.Roles.fromClaimPathAndSeparator(List<String> path, String sep) Deprecated.OidcTenantConfig.getRoles()Deprecated.use theOidcTenantConfig.roles()method insteadMethods in io.quarkus.oidc with parameters of type OidcTenantConfig.RolesModifier and TypeMethodDescriptionvoidOidcTenantConfig.setRoles(OidcTenantConfig.Roles roles) Deprecated.build this config with theOidcTenantConfigBuilderbuilder
OidcTenantConfig.roles()method instead