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 Type
    Method
    Description
    fromPentahoRole(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

      String toPentahoRole(String thirdPartyRole)
      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

      String fromPentahoRole(String pentahoRole)
      Takes a Hitachi Vantara security role and returns the mapped third party role.
      Parameters:
      pentahoRole - Pentaho security role.
      Returns:
      Returns the third party role.