Package org.pentaho.platform.plugin.services.security.userrole.jdbc

Examples of org.pentaho.platform.plugin.services.security.userrole.jdbc.JdbcUserRoleListService$AllUserNamesMapping


  }

  protected JdbcUserRoleListService makePopulatedJdbcUserRoleListService() throws Exception {
    List<String> systemRoles = new ArrayList<String>();
    systemRoles.add( "Admin" );
    JdbcUserRoleListService dao = new JdbcUserRoleListService( makePopulatedJdbcDao(), systemRoles );
    dao.setDataSource( PopulatedDatabase.getDataSource() );
    return dao;
  }
View Full Code Here

TOP

Related Classes of org.pentaho.platform.plugin.services.security.userrole.jdbc.JdbcUserRoleListService$AllUserNamesMapping

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.