public interface IAuthenticationRoleMapper
Modifier and Type | Method and Description |
---|---|
String |
fromPentahoRole(String pentahoRole)
Takes a Pentaho security role and returns the mapped third party role.
|
String |
toPentahoRole(String thirdPartyRole)
Takes a string name of third party role and returns the mapped Pentaho security role.
|