Interface OidcTenantConfiguration.PrincipalRolesMapper
- Enclosing interface:
OidcTenantConfiguration
public static interface OidcTenantConfiguration.PrincipalRolesMapper
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface -
Method Summary
-
Method Details
-
type
The type of the principal roles mapper. Must be a registeredPrincipalRolesMapperidentifier. -
filter
A regular expression that matches the role names in the identity. Only roles that match this regex will be included in the Polaris-specific roles. -
mappings
A list of regex mappings that will be applied to each role name in the identity. -
filterPredicate
-
mapperFunction
-