ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
hostnames.php File Reference

Go to the source code of this file.

Variables

 $config = SimpleSAML_Configuration::getInstance()
 
 $session = SimpleSAML_Session::getSessionFromRequest()
 
 $attributes = array()
 
 $attributes ['HTTP_HOST'] = array($_SERVER['HTTP_HOST'])
 
 $attributes ['HTTPS'] = isset($_SERVER['HTTPS'])? array($_SERVER['HTTPS']) : array()
 
 $attributes ['SERVER_PROTOCOL'] = array($_SERVER['SERVER_PROTOCOL'])
 
 $attributes ['SERVER_PORT'] = array($_SERVER['SERVER_PORT'])
 
 $attributes ['getBaseURL()'] = array(\SimpleSAML\Utils\HTTP::getBaseURL())
 
 $attributes ['getSelfHost()'] = array(\SimpleSAML\Utils\HTTP::getSelfHost())
 
 $attributes ['getSelfHostWithNonStandardPort()'] = array(\SimpleSAML\Utils\HTTP::getSelfHostWithNonStandardPort())
 
 $attributes ['selfURLhost()'] = array(\SimpleSAML\Utils\HTTP::getSelfURLHost())
 
 $attributes ['selfURLNoQuery()'] = array(\SimpleSAML\Utils\HTTP::getSelfURLNoQuery())
 
 $attributes ['getSelfHostWithPath()'] = array(\SimpleSAML\Utils\HTTP::getSelfHostWithPath())
 
 $attributes ['getFirstPathElement()'] = array(\SimpleSAML\Utils\HTTP::getFirstPathElement())
 
 $attributes ['selfURL()'] = array(\SimpleSAML\Utils\HTTP::getSelfURL())
 
 $template = new SimpleSAML_XHTML_Template($config, 'hostnames.php')
 
$template data ['remaining'] = $session->getAuthData('admin', 'Expire') - time()
 
$template data ['attributes'] = $attributes
 
$template data ['valid'] = 'na'
 
$template data ['logout'] = null
 

Variable Documentation

◆ $attributes [1/13]

$attributes = array()

Definition at line 12 of file hostnames.php.

◆ $attributes [2/13]

$attributes[ 'HTTP_HOST'] = array($_SERVER['HTTP_HOST'])

Definition at line 14 of file hostnames.php.

◆ $attributes [3/13]

$attributes[ 'HTTPS'] = isset($_SERVER['HTTPS'])? array($_SERVER['HTTPS']) : array()

Definition at line 15 of file hostnames.php.

◆ $attributes [4/13]

$attributes[ 'SERVER_PROTOCOL'] = array($_SERVER['SERVER_PROTOCOL'])

Definition at line 16 of file hostnames.php.

◆ $attributes [5/13]

$attributes[ 'SERVER_PORT'] = array($_SERVER['SERVER_PORT'])

Definition at line 17 of file hostnames.php.

◆ $attributes [6/13]

Definition at line 19 of file hostnames.php.

◆ $attributes [7/13]

$attributes[ 'getSelfHost()'] = array(\SimpleSAML\Utils\HTTP::getSelfHost())

Definition at line 20 of file hostnames.php.

◆ $attributes [8/13]

$attributes[ 'getSelfHostWithNonStandardPort()'] = array(\SimpleSAML\Utils\HTTP::getSelfHostWithNonStandardPort())

Definition at line 21 of file hostnames.php.

◆ $attributes [9/13]

$attributes[ 'selfURLhost()'] = array(\SimpleSAML\Utils\HTTP::getSelfURLHost())

Definition at line 22 of file hostnames.php.

◆ $attributes [10/13]

$attributes[ 'selfURLNoQuery()'] = array(\SimpleSAML\Utils\HTTP::getSelfURLNoQuery())

Definition at line 23 of file hostnames.php.

◆ $attributes [11/13]

$attributes[ 'getSelfHostWithPath()'] = array(\SimpleSAML\Utils\HTTP::getSelfHostWithPath())

Definition at line 24 of file hostnames.php.

◆ $attributes [12/13]

$attributes[ 'getFirstPathElement()'] = array(\SimpleSAML\Utils\HTTP::getFirstPathElement())

Definition at line 25 of file hostnames.php.

◆ $attributes [13/13]

$attributes[ 'selfURL()'] = array(\SimpleSAML\Utils\HTTP::getSelfURL())

Definition at line 26 of file hostnames.php.

◆ $config

Definition at line 6 of file hostnames.php.

◆ $session

Definition at line 7 of file hostnames.php.

◆ $template

$template = new SimpleSAML_XHTML_Template($config, 'hostnames.php')

Definition at line 28 of file hostnames.php.

◆ data [1/4]

$template data[ 'remaining'] = $session->getAuthData('admin', 'Expire') - time()

Definition at line 30 of file hostnames.php.

◆ data [2/4]

$template data[ 'attributes'] = $attributes

Definition at line 31 of file hostnames.php.

◆ data [3/4]

$template data[ 'valid'] = 'na'

Definition at line 32 of file hostnames.php.

◆ data [4/4]

$template data[ 'logout'] = null

Definition at line 33 of file hostnames.php.