Interface IAuthenticationRoleMapper
-
public interface IAuthenticationRoleMapperMaps LDAP roles to pentaho security roles using the map defined in the spring configuration file (applicationContext-spring-security-ldap.xml).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringfromPentahoRole(String pentahoRole)Takes a Hitachi Vantara security role and returns the mapped third party role.StringtoPentahoRole(String thirdPartyRole)Takes a string name of third party role and returns the mapped Hitachi Vantara security role.
-