ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
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:195
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.