Class UserRoleListServiceToWebServiceAdapter

  • All Implemented Interfaces:
    org.pentaho.platform.api.engine.IUserRoleListService

    public class UserRoleListServiceToWebServiceAdapter
    extends Object
    implements org.pentaho.platform.api.engine.IUserRoleListService
    Converts calls to IUserRoleListService into IUserRoleListWebService. This is how client code remains unaware of server code location.
    Author:
    rmansoor
    • Constructor Detail

      • UserRoleListServiceToWebServiceAdapter

        public UserRoleListServiceToWebServiceAdapter​(IUserRoleListWebService userRoleListWebService)
    • Method Detail

      • getAllRoles

        public List<String> getAllRoles()
        Specified by:
        getAllRoles in interface org.pentaho.platform.api.engine.IUserRoleListService
      • getAllUsers

        public List<String> getAllUsers()
        Specified by:
        getAllUsers in interface org.pentaho.platform.api.engine.IUserRoleListService
      • getUserRoleInfo

        public org.pentaho.platform.api.engine.security.userroledao.UserRoleInfo getUserRoleInfo()
      • getAllRoles

        public List<String> getAllRoles​(org.pentaho.platform.api.mt.ITenant tenant)
        Specified by:
        getAllRoles in interface org.pentaho.platform.api.engine.IUserRoleListService
      • getAllUsers

        public List<String> getAllUsers​(org.pentaho.platform.api.mt.ITenant tenant)
        Specified by:
        getAllUsers in interface org.pentaho.platform.api.engine.IUserRoleListService
      • getUsersInRole

        public List<String> getUsersInRole​(org.pentaho.platform.api.mt.ITenant tenant,
                                           String role)
        Specified by:
        getUsersInRole in interface org.pentaho.platform.api.engine.IUserRoleListService
      • getRolesForUser

        public List<String> getRolesForUser​(org.pentaho.platform.api.mt.ITenant tenant,
                                            String username)
        Specified by:
        getRolesForUser in interface org.pentaho.platform.api.engine.IUserRoleListService
      • getSystemRoles

        public List<String> getSystemRoles()
        Specified by:
        getSystemRoles in interface org.pentaho.platform.api.engine.IUserRoleListService