Interface IUserRoleListWebService

    • Method Detail

      • getAllRoles

        List<String> getAllRoles()
        This method returns the entire set of roles in the system
        Returns:
        List of roles
      • getAllUsers

        List<String> getAllUsers()
        This method returns the entire set of users in the system
        Returns:
        List of users
      • getUserRoleInfo

        org.pentaho.platform.api.engine.security.userroledao.UserRoleInfo getUserRoleInfo()
        This method returns the entire set of users and roles in the system
        Returns:
        an info object
      • getAllRolesForTenant

        List<String> getAllRolesForTenant​(org.pentaho.platform.core.mt.Tenant tenant)
      • getAllUsersForTenant

        List<String> getAllUsersForTenant​(org.pentaho.platform.core.mt.Tenant tenant)