Class DefaultJdbcRoleMapper

  • All Implemented Interfaces:
    org.pentaho.platform.api.engine.security.IAuthenticationRoleMapper

    public class DefaultJdbcRoleMapper
    extends Object
    implements org.pentaho.platform.api.engine.security.IAuthenticationRoleMapper
    Map role to pentaho security role
    • Constructor Detail

      • DefaultJdbcRoleMapper

        public DefaultJdbcRoleMapper()
      • DefaultJdbcRoleMapper

        public DefaultJdbcRoleMapper​(Map<String,​String> roleMap)
        Parameters:
        roleMap -
    • Method Detail

      • toPentahoRole

        public String toPentahoRole​(String thirdPartyRole)
        Specified by:
        toPentahoRole in interface org.pentaho.platform.api.engine.security.IAuthenticationRoleMapper
        Parameters:
        thirdPartyRole -
        Returns:
      • fromPentahoRole

        public String fromPentahoRole​(String pentahoRole)
        Specified by:
        fromPentahoRole in interface org.pentaho.platform.api.engine.security.IAuthenticationRoleMapper
        Parameters:
        pentahoRole -
        Returns: