/**
  * gets all option sets for the login provider
  * 
  * @return array
  * 
  * @access public
  */
 public function getAllOptions()
 {
     return $this->dataHandler->getAllOptions($this->id);
 }