How to restrict author to only access one custom post type ?

As linked to in the other comment by @AXheladini; you will need to set up Roles and/or Capabilities. Once that is done use the function current_user_can() (codex page) to allow or deny the actual page.