ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
TransientNameID.php
Go to the documentation of this file.
1<?php
2
3
10{
11
18 public function __construct($config, $reserved)
19 {
20 parent::__construct($config, $reserved);
21 assert(is_array($config));
22
24 }
25
26
33 protected function getValue(array &$state)
34 {
36 }
37}
if(!array_key_exists('stateid', $_REQUEST)) $state
Handle linkback() response from LinkedIn.
Definition: linkback.php:10
An exception for terminatinating execution or to throw for unit testing.
const NAMEID_TRANSIENT
Transient NameID format.
Definition: Constants.php:200
static generateID()
Generate a random identifier, ID_LENGTH bytes long.
Definition: Random.php:26
getValue(array &$state)
Get the NameID value.
__construct($config, $reserved)
Initialize this filter, parse configuration.
$config
Definition: bootstrap.php:15