You are here

private function LoginHandler::setErrorMessage in Shibboleth Authentication 8

3 calls to LoginHandler::setErrorMessage()
LoginHandler::authenticateUser in src/Login/LoginHandler.php
Finalize user login.
LoginHandler::checkUserExists in src/Login/LoginHandler.php
Check shib_authmap table for user, return true if user found.
LoginHandler::registerNewUser in src/Login/LoginHandler.php
Adds user to the shib_auth table in the database.

File

src/Login/LoginHandler.php, line 328

Class

LoginHandler
Class LoginHandler.

Namespace

Drupal\shib_auth\Login

Code

private function setErrorMessage($message) {
  $this->error_message = $message;
}