/**
  * Query whether or not this is the default authenticator.
  *
  * @return boolean TRUE if this is the default authenticator, else FALSE
  */
 public function isDefaultAuthenticator()
 {
     return $this->defaultAuthenticator->booleanValue();
 }