ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
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
7
interface
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
60
public
function
getAuthDataArray
();
61
}
ilSamlAuth\popParam
popParam($key)
ilSamlAuth\isAuthenticated
isAuthenticated()
ilSamlAuth\getParam
getParam($key)
ilSamlAuth\getAuthDataArray
getAuthDataArray()
ilSamlAuth\storeParam
storeParam($key, $value)
ilSamlAuth\logout
logout($returnUrl='')
ilSamlAuth
Interface ilSamlAuth.
Definition:
interface.ilSamlAuth.php:7
ilSamlAuth\getAttributes
getAttributes()
php
ilSamlAuth\protectResource
protectResource()
Protect a script resource with a SAML auth.
ilSamlAuth\getAuthId
getAuthId()
$key
$key
Definition:
croninfo.php:18
ilSamlAuth\getIdpDiscovery
getIdpDiscovery()
Services
Saml
interfaces
interface.ilSamlAuth.php
Generated on Thu Jan 16 2025 19:02:29 for ILIAS by
1.8.13 (using
Doxyfile
)