You are here

protected property ServiceController::$casValidator in CAS 2.x

Same name and namespace in other branches
  1. 8 src/Controller/ServiceController.php \Drupal\cas\Controller\ServiceController::casValidator

Used to validate CAS service tickets.

Type: \Drupal\cas\Service\CasValidator

File

src/Controller/ServiceController.php, line 48

Class

ServiceController
Controller used when redirect back from CAS authentication.

Namespace

Drupal\cas\Controller

Code

protected $casValidator;