Beispiel #1
0
 /**
  * Authenticates a user user loging
  *
  * @param bool $bolSetLocal Store the validated domain and user
  * @param bool $bolSetSession Sets the user session
  * @return bool
  */
 public function authUser($bolSetLocal = true, $bolSetSession = false, $bolSetCookie = false)
 {
     return $this->authenticator->authUser($bolSetLocal, $bolSetSession, $bolSetCookie);
 }