ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
interface.ilSamlAuth.php
Go to the documentation of this file.
1<?php
2/* Copyright (c) 1998-2017 ILIAS open source, Extended GPL, see docs/LICENSE */
3
7interface ilSamlAuth
8{
12 public function getAuthId();
13
17 public function protectResource();
18
23 public function storeParam($key, $value);
24
28 public function isAuthenticated();
29
34 public function popParam($key);
35
40 public function getParam($key);
41
45 public function getAttributes();
46
50 public function logout($returnUrl = '');
51
55 public function getIdpDiscovery();
56}
An exception for terminatinating execution or to throw for unit testing.
$key
Definition: croninfo.php:18
Interface ilSamlAuth.
protectResource()
Protect a script resource with a SAML auth.
popParam($key)
storeParam($key, $value)
getParam($key)
logout($returnUrl='')