Interface IAuthenticationRoleMapper
public interface IAuthenticationRoleMapper
Maps LDAP roles to pentaho security roles using the map defined in the spring configuration file
(applicationContext-spring-security-ldap.xml).
-
Method Summary
Modifier and TypeMethodDescriptionfromPentahoRole(String pentahoRole) Takes a Hitachi Vantara security role and returns the mapped third party role.toPentahoRole(String thirdPartyRole) Takes a string name of third party role and returns the mapped Hitachi Vantara security role.
-
Method Details
-
toPentahoRole
Takes a string name of third party role and returns the mapped Hitachi Vantara security role.- Parameters:
ldapRole- Third party role.- Returns:
- Returns the Pentaho security role.
-
fromPentahoRole
Takes a Hitachi Vantara security role and returns the mapped third party role.- Parameters:
pentahoRole- Pentaho security role.- Returns:
- Returns the third party role.
-