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 
23  $this->format = \SAML2\Constants::NAMEID_TRANSIENT;
24  }
25 
26 
33  protected function getValue(array &$state)
34  {
36  }
37 }
getValue(array &$state)
Get the NameID value.
static generateID()
Generate a random identifier, ID_LENGTH bytes long.
Definition: Random.php:26
$config
Definition: bootstrap.php:15
__construct($config, $reserved)
Initialize this filter, parse configuration.
if(!array_key_exists('stateid', $_REQUEST)) $state
Handle linkback() response from LinkedIn.
Definition: linkback.php:10
const NAMEID_TRANSIENT
Transient NameID format.
Definition: Constants.php:200