Interface OidcTenantConfiguration.PrincipalRolesMapper.RegexMapping
- Enclosing interface:
OidcTenantConfiguration.PrincipalRolesMapper
public static interface OidcTenantConfiguration.PrincipalRolesMapper.RegexMapping
-
Method Summary
-
Method Details
-
regex
String regex()A regular expression that will be applied to each role name in the identity. Along withreplacement(), this regex is used to transform the role names in the identity into Polaris-specific roles. -
replacement
String replacement()The replacement string for the role names in the identity. This is used along withregex()to transform the role names in the identity into Polaris-specific roles. -
replace
-