ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Go to the source code of this file.
Namespaces | |
namespace | SimpleSAMLphp |
Temporary autoloader to ensure compatibility with old, non-PSR-2 compliant classes. | |
Variables | |
if(!array_key_exists('StateId', $_REQUEST)) | $id = $_REQUEST['StateId'] |
$state = SimpleSAML_Auth_State::loadState($id, 'consent:request') | |
$resumeFrom | |
$logoutLink | |
$aboutService = null | |
if(!isset($state['consent:showNoConsentAboutService'])|| $state['consent:showNoConsentAboutService']) | $statsInfo = array() |
$globalConfig = SimpleSAML_Configuration::getInstance() | |
$t = new SimpleSAML_XHTML_Template($globalConfig, 'consent:noconsent.php') | |
$t | data ['dstMetadata'] = $state['Destination'] |
$t | data ['resumeFrom'] = $resumeFrom |
$t | data ['aboutService'] = $aboutService |
$t | data ['logoutLink'] = $logoutLink |
$aboutService = null |
Definition at line 27 of file noconsent.php.
$globalConfig = SimpleSAML_Configuration::getInstance() |
Definition at line 40 of file noconsent.php.
if (!array_key_exists( 'StateId', $_REQUEST)) $id = $_REQUEST['StateId'] |
Definition at line 13 of file noconsent.php.
$logoutLink |
Definition at line 21 of file noconsent.php.
$resumeFrom |
Definition at line 16 of file noconsent.php.
$state = SimpleSAML_Auth_State::loadState($id, 'consent:request') |
Definition at line 14 of file noconsent.php.
if (!isset( $state[ 'consent:showNoConsentAboutService'])||$state[ 'consent:showNoConsentAboutService']) $statsInfo = array() |
Definition at line 34 of file noconsent.php.
$t = new SimpleSAML_XHTML_Template($globalConfig, 'consent:noconsent.php') |
Definition at line 42 of file noconsent.php.
$t data[ 'aboutService'] = $aboutService |
Definition at line 45 of file noconsent.php.
$t data[ 'dstMetadata'] = $state['Destination'] |
Definition at line 43 of file noconsent.php.
$t data[ 'logoutLink'] = $logoutLink |
Definition at line 46 of file noconsent.php.
$t data[ 'resumeFrom'] = $resumeFrom |
Definition at line 44 of file noconsent.php.