Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
e-epal
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Χάρης Παπαδόπουλος
e-epal
Commits
47e82951
Commit
47e82951
authored
Apr 11, 2017
by
Χάρης Παπαδόπουλος
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CAS login. Beta version finished
parent
4d0c5bb4
Changes
93
Hide whitespace changes
Inline
Side-by-side
Showing
93 changed files
with
233 additions
and
15004 deletions
+233
-15004
.gitignore
.gitignore
+0
-1
drupal/modules/casost/casost.routing.yml
drupal/modules/casost/casost.routing.yml
+0
-6
drupal/modules/casost/src/CAS/CAS/AuthenticationException.php
...al/modules/casost/src/CAS/CAS/AuthenticationException.php
+0
-108
drupal/modules/casost/src/CAS/CAS/Autoload.php
drupal/modules/casost/src/CAS/CAS/Autoload.php
+0
-105
drupal/modules/casost/src/CAS/CAS/Client.php
drupal/modules/casost/src/CAS/CAS/Client.php
+0
-3910
drupal/modules/casost/src/CAS/CAS/CookieJar.php
drupal/modules/casost/src/CAS/CAS/CookieJar.php
+0
-385
drupal/modules/casost/src/CAS/CAS/Exception.php
drupal/modules/casost/src/CAS/CAS/Exception.php
+0
-59
drupal/modules/casost/src/CAS/CAS/GracefullTerminationException.php
...ules/casost/src/CAS/CAS/GracefullTerminationException.php
+0
-86
drupal/modules/casost/src/CAS/CAS/InvalidArgumentException.php
...l/modules/casost/src/CAS/CAS/InvalidArgumentException.php
+0
-46
drupal/modules/casost/src/CAS/CAS/Languages/Catalan.php
drupal/modules/casost/src/CAS/CAS/Languages/Catalan.php
+0
-114
drupal/modules/casost/src/CAS/CAS/Languages/English.php
drupal/modules/casost/src/CAS/CAS/Languages/English.php
+0
-114
drupal/modules/casost/src/CAS/CAS/Languages/French.php
drupal/modules/casost/src/CAS/CAS/Languages/French.php
+0
-116
drupal/modules/casost/src/CAS/CAS/Languages/German.php
drupal/modules/casost/src/CAS/CAS/Languages/German.php
+0
-116
drupal/modules/casost/src/CAS/CAS/Languages/Greek.php
drupal/modules/casost/src/CAS/CAS/Languages/Greek.php
+0
-115
drupal/modules/casost/src/CAS/CAS/Languages/Japanese.php
drupal/modules/casost/src/CAS/CAS/Languages/Japanese.php
+0
-113
drupal/modules/casost/src/CAS/CAS/Languages/LanguageInterface.php
...odules/casost/src/CAS/CAS/Languages/LanguageInterface.php
+0
-96
drupal/modules/casost/src/CAS/CAS/Languages/Spanish.php
drupal/modules/casost/src/CAS/CAS/Languages/Spanish.php
+0
-117
drupal/modules/casost/src/CAS/CAS/OutOfSequenceBeforeAuthenticationCallException.php
...AS/CAS/OutOfSequenceBeforeAuthenticationCallException.php
+0
-56
drupal/modules/casost/src/CAS/CAS/OutOfSequenceBeforeClientException.php
...casost/src/CAS/CAS/OutOfSequenceBeforeClientException.php
+0
-58
drupal/modules/casost/src/CAS/CAS/OutOfSequenceBeforeProxyException.php
.../casost/src/CAS/CAS/OutOfSequenceBeforeProxyException.php
+0
-59
drupal/modules/casost/src/CAS/CAS/OutOfSequenceException.php
drupal/modules/casost/src/CAS/CAS/OutOfSequenceException.php
+0
-49
drupal/modules/casost/src/CAS/CAS/PGTStorage/AbstractStorage.php
...modules/casost/src/CAS/CAS/PGTStorage/AbstractStorage.php
+0
-222
drupal/modules/casost/src/CAS/CAS/PGTStorage/Db.php
drupal/modules/casost/src/CAS/CAS/PGTStorage/Db.php
+0
-440
drupal/modules/casost/src/CAS/CAS/PGTStorage/File.php
drupal/modules/casost/src/CAS/CAS/PGTStorage/File.php
+0
-259
drupal/modules/casost/src/CAS/CAS/ProxiedService.php
drupal/modules/casost/src/CAS/CAS/ProxiedService.php
+0
-72
drupal/modules/casost/src/CAS/CAS/ProxiedService/Abstract.php
...al/modules/casost/src/CAS/CAS/ProxiedService/Abstract.php
+0
-149
drupal/modules/casost/src/CAS/CAS/ProxiedService/Exception.php
...l/modules/casost/src/CAS/CAS/ProxiedService/Exception.php
+0
-46
drupal/modules/casost/src/CAS/CAS/ProxiedService/Http.php
drupal/modules/casost/src/CAS/CAS/ProxiedService/Http.php
+0
-91
drupal/modules/casost/src/CAS/CAS/ProxiedService/Http/Abstract.php
...dules/casost/src/CAS/CAS/ProxiedService/Http/Abstract.php
+0
-360
drupal/modules/casost/src/CAS/CAS/ProxiedService/Http/Get.php
...al/modules/casost/src/CAS/CAS/ProxiedService/Http/Get.php
+0
-85
drupal/modules/casost/src/CAS/CAS/ProxiedService/Http/Post.php
...l/modules/casost/src/CAS/CAS/ProxiedService/Http/Post.php
+0
-152
drupal/modules/casost/src/CAS/CAS/ProxiedService/Imap.php
drupal/modules/casost/src/CAS/CAS/ProxiedService/Imap.php
+0
-280
drupal/modules/casost/src/CAS/CAS/ProxiedService/Testable.php
...al/modules/casost/src/CAS/CAS/ProxiedService/Testable.php
+0
-75
drupal/modules/casost/src/CAS/CAS/ProxyChain.php
drupal/modules/casost/src/CAS/CAS/ProxyChain.php
+0
-127
drupal/modules/casost/src/CAS/CAS/ProxyChain/AllowedList.php
drupal/modules/casost/src/CAS/CAS/ProxyChain/AllowedList.php
+0
-119
drupal/modules/casost/src/CAS/CAS/ProxyChain/Any.php
drupal/modules/casost/src/CAS/CAS/ProxyChain/Any.php
+0
-64
drupal/modules/casost/src/CAS/CAS/ProxyChain/Interface.php
drupal/modules/casost/src/CAS/CAS/ProxyChain/Interface.php
+0
-53
drupal/modules/casost/src/CAS/CAS/ProxyChain/Trusted.php
drupal/modules/casost/src/CAS/CAS/ProxyChain/Trusted.php
+0
-59
drupal/modules/casost/src/CAS/CAS/ProxyTicketException.php
drupal/modules/casost/src/CAS/CAS/ProxyTicketException.php
+0
-71
drupal/modules/casost/src/CAS/CAS/Request/AbstractRequest.php
...al/modules/casost/src/CAS/CAS/Request/AbstractRequest.php
+0
-379
drupal/modules/casost/src/CAS/CAS/Request/CurlMultiRequest.php
...l/modules/casost/src/CAS/CAS/Request/CurlMultiRequest.php
+0
-146
drupal/modules/casost/src/CAS/CAS/Request/CurlRequest.php
drupal/modules/casost/src/CAS/CAS/Request/CurlRequest.php
+0
-200
drupal/modules/casost/src/CAS/CAS/Request/Exception.php
drupal/modules/casost/src/CAS/CAS/Request/Exception.php
+0
-45
drupal/modules/casost/src/CAS/CAS/Request/MultiRequestInterface.php
...ules/casost/src/CAS/CAS/Request/MultiRequestInterface.php
+0
-83
drupal/modules/casost/src/CAS/CAS/Request/RequestInterface.php
...l/modules/casost/src/CAS/CAS/Request/RequestInterface.php
+0
-179
drupal/modules/casost/src/CAS/CAS/TypeMismatchException.php
drupal/modules/casost/src/CAS/CAS/TypeMismatchException.php
+0
-70
drupal/modules/casost/src/CAS/LICENSE
drupal/modules/casost/src/CAS/LICENSE
+0
-201
drupal/modules/casost/src/CAS/NOTICE
drupal/modules/casost/src/CAS/NOTICE
+0
-81
drupal/modules/casost/src/CAS/README.md
drupal/modules/casost/src/CAS/README.md
+0
-31
drupal/modules/casost/src/CAS/docs/Building
drupal/modules/casost/src/CAS/docs/Building
+0
-34
drupal/modules/casost/src/CAS/docs/ChangeLog
drupal/modules/casost/src/CAS/docs/ChangeLog
+0
-565
drupal/modules/casost/src/CAS/docs/Upgrading
drupal/modules/casost/src/CAS/docs/Upgrading
+0
-100
drupal/modules/casost/src/CAS/docs/examples/config.example.php
...l/modules/casost/src/CAS/docs/examples/config.example.php
+0
-104
drupal/modules/casost/src/CAS/docs/examples/create_pgt_storage_db_table.php
...ost/src/CAS/docs/examples/create_pgt_storage_db_table.php
+0
-53
drupal/modules/casost/src/CAS/docs/examples/example.css
drupal/modules/casost/src/CAS/docs/examples/example.css
+0
-10
drupal/modules/casost/src/CAS/docs/examples/example_advanced_saml11.php
.../casost/src/CAS/docs/examples/example_advanced_saml11.php
+0
-82
drupal/modules/casost/src/CAS/docs/examples/example_custom_urls.php
...ules/casost/src/CAS/docs/examples/example_custom_urls.php
+0
-70
drupal/modules/casost/src/CAS/docs/examples/example_gateway.php
.../modules/casost/src/CAS/docs/examples/example_gateway.php
+0
-71
drupal/modules/casost/src/CAS/docs/examples/example_hardening.php
...odules/casost/src/CAS/docs/examples/example_hardening.php
+0
-85
drupal/modules/casost/src/CAS/docs/examples/example_html.php
drupal/modules/casost/src/CAS/docs/examples/example_html.php
+0
-76
drupal/modules/casost/src/CAS/docs/examples/example_lang.php
drupal/modules/casost/src/CAS/docs/examples/example_lang.php
+0
-63
drupal/modules/casost/src/CAS/docs/examples/example_logout.php
...l/modules/casost/src/CAS/docs/examples/example_logout.php
+0
-64
drupal/modules/casost/src/CAS/docs/examples/example_no_ssl_cn_validation.php
...st/src/CAS/docs/examples/example_no_ssl_cn_validation.php
+0
-68
drupal/modules/casost/src/CAS/docs/examples/example_pgt_storage_db.php
...s/casost/src/CAS/docs/examples/example_pgt_storage_db.php
+0
-74
drupal/modules/casost/src/CAS/docs/examples/example_pgt_storage_file.php
...casost/src/CAS/docs/examples/example_pgt_storage_file.php
+0
-74
drupal/modules/casost/src/CAS/docs/examples/example_proxy_GET.php
...odules/casost/src/CAS/docs/examples/example_proxy_GET.php
+0
-98
drupal/modules/casost/src/CAS/docs/examples/example_proxy_POST.php
...dules/casost/src/CAS/docs/examples/example_proxy_POST.php
+0
-103
drupal/modules/casost/src/CAS/docs/examples/example_proxy_rebroadcast.php
...asost/src/CAS/docs/examples/example_proxy_rebroadcast.php
+0
-63
drupal/modules/casost/src/CAS/docs/examples/example_proxy_serviceWeb.php
...casost/src/CAS/docs/examples/example_proxy_serviceWeb.php
+0
-71
drupal/modules/casost/src/CAS/docs/examples/example_proxy_serviceWeb_chaining.php
...c/CAS/docs/examples/example_proxy_serviceWeb_chaining.php
+0
-71
drupal/modules/casost/src/CAS/docs/examples/example_renew.php
...al/modules/casost/src/CAS/docs/examples/example_renew.php
+0
-72
drupal/modules/casost/src/CAS/docs/examples/example_service.php
.../modules/casost/src/CAS/docs/examples/example_service.php
+0
-96
drupal/modules/casost/src/CAS/docs/examples/example_service_POST.php
...les/casost/src/CAS/docs/examples/example_service_POST.php
+0
-105
drupal/modules/casost/src/CAS/docs/examples/example_service_that_proxies.php
...st/src/CAS/docs/examples/example_service_that_proxies.php
+0
-106
drupal/modules/casost/src/CAS/docs/examples/example_simple.php
...l/modules/casost/src/CAS/docs/examples/example_simple.php
+0
-63
drupal/modules/casost/src/CAS/docs/examples/script_info.php
drupal/modules/casost/src/CAS/docs/examples/script_info.php
+0
-20
drupal/modules/casost/src/CAS/docs/images/esup-portail.png
drupal/modules/casost/src/CAS/docs/images/esup-portail.png
+0
-0
drupal/modules/casost/src/CAS/docs/images/jasig.png
drupal/modules/casost/src/CAS/docs/images/jasig.png
+0
-0
drupal/modules/casost/src/CAS/docs/images/phpcas.png
drupal/modules/casost/src/CAS/docs/images/phpcas.png
+0
-0
drupal/modules/casost/src/CAS/docs/index.html
drupal/modules/casost/src/CAS/docs/index.html
+0
-19
drupal/modules/casost/src/CAS/package.xml
drupal/modules/casost/src/CAS/package.xml
+0
-182
drupal/modules/casost/src/CAS/phpCAS.php
drupal/modules/casost/src/CAS/phpCAS.php
+0
-1958
drupal/modules/casost/src/Controller/CASLogin.php
drupal/modules/casost/src/Controller/CASLogin.php
+43
-136
drupal/modules/casost/src/Controller/CASLogout.php
drupal/modules/casost/src/Controller/CASLogout.php
+87
-13
drupal/modules/casost/src/Controller/CBController.php
drupal/modules/casost/src/Controller/CBController.php
+0
-230
drupal/modules/epal/src/Controller/CurrentUser.php
drupal/modules/epal/src/Controller/CurrentUser.php
+21
-0
drupal/modules/oauthost/src/Controller/OAuthLogin.php
drupal/modules/oauthost/src/Controller/OAuthLogin.php
+2
-0
drupal/modules/oauthost/src/Controller/OAuthLogout.php
drupal/modules/oauthost/src/Controller/OAuthLogout.php
+5
-1
source/components/home.ts
source/components/home.ts
+1
-1
source/components/navbar/navbar.component.html
source/components/navbar/navbar.component.html
+7
-12
source/components/navbar/navbar.component.ts
source/components/navbar/navbar.component.ts
+26
-8
source/components/school.home.ts
source/components/school.home.ts
+1
-1
source/services/helper-data-service.ts
source/services/helper-data-service.ts
+40
-14
No files found.
.gitignore
View file @
47e82951
...
...
@@ -9,7 +9,6 @@ drupal/modules/*
!drupal/modules/epalreadydata/
!drupal/modules/oauthost/
!drupal/modules/casost/
drupal/modules/casost/src/CAS/*
!drupal/modules/epaldeploysystem/
# Logs
...
...
drupal/modules/casost/casost.routing.yml
View file @
47e82951
...
...
@@ -4,12 +4,6 @@ casost.log_in_go:
_controller
:
'
\Drupal\casost\Controller\CASLogin::loginGo'
requirements
:
_access
:
'
TRUE'
casost.callback_log_in
:
path
:
/cas/cb
defaults
:
_controller
:
'
\Drupal\casost\Controller\CBController::loginCB'
requirements
:
_permission
:
'
access
content'
casost.log_out_go
:
path
:
/cas/logout
options
:
...
...
drupal/modules/casost/src/CAS/CAS/AuthenticationException.php
deleted
100644 → 0
View file @
4d0c5bb4
<?php
/**
* Licensed to Jasig under one or more contributor license
* agreements. See the NOTICE file distributed with this work for
* additional information regarding copyright ownership.
*
* Jasig licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except in
* compliance with the License. You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* PHP Version 5
*
* @file CAS/AuthenticationException.php
* @category Authentication
* @package PhpCAS
* @author Joachim Fritschi <jfritschi@freenet.de>
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
* @link https://wiki.jasig.org/display/CASC/phpCAS
*/
/**
* This interface defines methods that allow proxy-authenticated service handlers
* to interact with phpCAS.
*
* Proxy service handlers must implement this interface as well as call
* phpCAS::initializeProxiedService($this) at some point in their implementation.
*
* While not required, proxy-authenticated service handlers are encouraged to
* implement the CAS_ProxiedService_Testable interface to facilitate unit testing.
*
* @class CAS_AuthenticationException
* @category Authentication
* @package PhpCAS
* @author Joachim Fritschi <jfritschi@freenet.de>
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
* @link https://wiki.jasig.org/display/CASC/phpCAS
*/
class
CAS_AuthenticationException
extends
RuntimeException
implements
CAS_Exception
{
/**
* This method is used to print the HTML output when the user was not
* authenticated.
*
* @param CAS_Client $client phpcas client
* @param string $failure the failure that occured
* @param string $cas_url the URL the CAS server was asked for
* @param bool $no_response the response from the CAS server (other
* parameters are ignored if TRUE)
* @param bool $bad_response bad response from the CAS server ($err_code
* and $err_msg ignored if TRUE)
* @param string $cas_response the response of the CAS server
* @param int $err_code the error code given by the CAS server
* @param string $err_msg the error message given by the CAS server
*/
public
function
__construct
(
$client
,
$failure
,
$cas_url
,
$no_response
,
$bad_response
=
''
,
$cas_response
=
''
,
$err_code
=
''
,
$err_msg
=
''
)
{
phpCAS
::
traceBegin
();
$lang
=
$client
->
getLangObj
();
$client
->
printHTMLHeader
(
$lang
->
getAuthenticationFailed
());
printf
(
$lang
->
getYouWereNotAuthenticated
(),
htmlentities
(
$client
->
getURL
()),
isset
(
$_SERVER
[
'SERVER_ADMIN'
])
?
$_SERVER
[
'SERVER_ADMIN'
]
:
''
);
phpCAS
::
trace
(
'CAS URL: '
.
$cas_url
);
phpCAS
::
trace
(
'Authentication failure: '
.
$failure
);
if
(
$no_response
)
{
phpCAS
::
trace
(
'Reason: no response from the CAS server'
);
}
else
{
if
(
$bad_response
)
{
phpCAS
::
trace
(
'Reason: bad response from the CAS server'
);
}
else
{
switch
(
$client
->
getServerVersion
())
{
case
CAS_VERSION_1_0
:
phpCAS
::
trace
(
'Reason: CAS error'
);
break
;
case
CAS_VERSION_2_0
:
case
CAS_VERSION_3_0
:
if
(
empty
(
$err_code
)
)
{
phpCAS
::
trace
(
'Reason: no CAS error'
);
}
else
{
phpCAS
::
trace
(
'Reason: ['
.
$err_code
.
'] CAS error: '
.
$err_msg
);
}
break
;
}
}
phpCAS
::
trace
(
'CAS response: '
.
$cas_response
);
}
$client
->
printHTMLFooter
();
phpCAS
::
traceExit
();
}
}
?>
drupal/modules/casost/src/CAS/CAS/Autoload.php
deleted
100644 → 0
View file @
4d0c5bb4
<?php
/**
* Autoloader Class
*
* PHP Version 5
*
* @file CAS/Autoload.php
* @category Authentication
* @package SimpleCAS
* @author Brett Bieber <brett.bieber@gmail.com>
* @copyright 2008 Regents of the University of Nebraska
* @license http://www1.unl.edu/wdn/wiki/Software_License BSD License
* @link http://code.google.com/p/simplecas/
**/
/**
* Autoload a class
*
* @param string $class Classname to load
*
* @return bool
*/
function
CAS_autoload
(
$class
)
{
// Static to hold the Include Path to CAS
static
$include_path
;
// Check only for CAS classes
if
(
substr
(
$class
,
0
,
4
)
!==
'CAS_'
)
{
return
false
;
}
// Setup the include path if it's not already set from a previous call
if
(
empty
(
$include_path
))
{
$include_path
=
array
(
dirname
(
dirname
(
__FILE__
)),
dirname
(
dirname
(
__FILE__
))
.
'/../test/'
);
}
// Declare local variable to store the expected full path to the file
foreach
(
$include_path
as
$path
)
{
$file_path
=
$path
.
'/'
.
str_replace
(
'_'
,
'/'
,
$class
)
.
'.php'
;
$fp
=
@
fopen
(
$file_path
,
'r'
,
true
);
if
(
$fp
)
{
fclose
(
$fp
);
include
$file_path
;
if
(
!
class_exists
(
$class
,
false
)
&&
!
interface_exists
(
$class
,
false
))
{
die
(
new
Exception
(
'Class '
.
$class
.
' was not present in '
.
$file_path
.
' [CAS_autoload]'
)
);
}
return
true
;
}
}
$e
=
new
Exception
(
'Class '
.
$class
.
' could not be loaded from '
.
$file_path
.
', file does not exist (Path="'
.
implode
(
':'
,
$include_path
)
.
'") [CAS_autoload]'
);
$trace
=
$e
->
getTrace
();
if
(
isset
(
$trace
[
2
])
&&
isset
(
$trace
[
2
][
'function'
])
&&
in_array
(
$trace
[
2
][
'function'
],
array
(
'class_exists'
,
'interface_exists'
))
)
{
return
false
;
}
if
(
isset
(
$trace
[
1
])
&&
isset
(
$trace
[
1
][
'function'
])
&&
in_array
(
$trace
[
1
][
'function'
],
array
(
'class_exists'
,
'interface_exists'
))
)
{
return
false
;
}
die
((
string
)
$e
);
}
// set up __autoload
if
(
function_exists
(
'spl_autoload_register'
))
{
if
(
!
(
spl_autoload_functions
())
||
!
in_array
(
'CAS_autoload'
,
spl_autoload_functions
())
)
{
spl_autoload_register
(
'CAS_autoload'
);
if
(
function_exists
(
'__autoload'
)
&&
!
in_array
(
'__autoload'
,
spl_autoload_functions
())
)
{
// __autoload() was being used, but now would be ignored, add
// it to the autoload stack
spl_autoload_register
(
'__autoload'
);
}
}
}
elseif
(
!
function_exists
(
'__autoload'
))
{
/**
* Autoload a class
*
* @param string $class Class name
*
* @return bool
*/
function
__autoload
(
$class
)
{
return
CAS_autoload
(
$class
);
}
}
?>
\ No newline at end of file
drupal/modules/casost/src/CAS/CAS/Client.php
deleted
100644 → 0
View file @
4d0c5bb4
<?php
/**
* Licensed to Jasig under one or more contributor license
* agreements. See the NOTICE file distributed with this work for
* additional information regarding copyright ownership.
*
* Jasig licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except in
* compliance with the License. You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* PHP Version 5
*
* @file CAS/Client.php
* @category Authentication
* @package PhpCAS
* @author Pascal Aubry <pascal.aubry@univ-rennes1.fr>
* @author Olivier Berger <olivier.berger@it-sudparis.eu>
* @author Brett Bieber <brett.bieber@gmail.com>
* @author Joachim Fritschi <jfritschi@freenet.de>
* @author Adam Franco <afranco@middlebury.edu>
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
* @link https://wiki.jasig.org/display/CASC/phpCAS
*/
/**
* The CAS_Client class is a client interface that provides CAS authentication
* to PHP applications.
*
* @class CAS_Client
* @category Authentication
* @package PhpCAS
* @author Pascal Aubry <pascal.aubry@univ-rennes1.fr>
* @author Olivier Berger <olivier.berger@it-sudparis.eu>
* @author Brett Bieber <brett.bieber@gmail.com>
* @author Joachim Fritschi <jfritschi@freenet.de>
* @author Adam Franco <afranco@middlebury.edu>
* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
* @link https://wiki.jasig.org/display/CASC/phpCAS
*
*/
class
CAS_Client
{
// ########################################################################
// HTML OUTPUT
// ########################################################################
/**
* @addtogroup internalOutput
* @{
*/
/**
* This method filters a string by replacing special tokens by appropriate values
* and prints it. The corresponding tokens are taken into account:
* - __CAS_VERSION__
* - __PHPCAS_VERSION__
* - __SERVER_BASE_URL__
*
* Used by CAS_Client::PrintHTMLHeader() and CAS_Client::printHTMLFooter().
*
* @param string $str the string to filter and output
*
* @return void
*/
private
function
_htmlFilterOutput
(
$str
)
{
$str
=
str_replace
(
'__CAS_VERSION__'
,
$this
->
getServerVersion
(),
$str
);
$str
=
str_replace
(
'__PHPCAS_VERSION__'
,
phpCAS
::
getVersion
(),
$str
);
$str
=
str_replace
(
'__SERVER_BASE_URL__'
,
$this
->
_getServerBaseURL
(),
$str
);
echo
$str
;
}
/**
* A string used to print the header of HTML pages. Written by
* CAS_Client::setHTMLHeader(), read by CAS_Client::printHTMLHeader().
*
* @hideinitializer
* @see CAS_Client::setHTMLHeader, CAS_Client::printHTMLHeader()
*/
private
$_output_header
=
''
;
/**
* This method prints the header of the HTML output (after filtering). If
* CAS_Client::setHTMLHeader() was not used, a default header is output.
*
* @param string $title the title of the page
*
* @return void
* @see _htmlFilterOutput()
*/
public
function
printHTMLHeader
(
$title
)
{
$this
->
_htmlFilterOutput
(
str_replace
(
'__TITLE__'
,
$title
,
(
empty
(
$this
->
_output_header
)
?
'<html><head><title>__TITLE__</title></head><body><h1>__TITLE__</h1>'
:
$this
->
_output_header
)
)
);
}
/**
* A string used to print the footer of HTML pages. Written by
* CAS_Client::setHTMLFooter(), read by printHTMLFooter().
*
* @hideinitializer
* @see CAS_Client::setHTMLFooter, CAS_Client::printHTMLFooter()
*/
private
$_output_footer
=
''
;
/**
* This method prints the footer of the HTML output (after filtering). If
* CAS_Client::setHTMLFooter() was not used, a default footer is output.
*
* @return void
* @see _htmlFilterOutput()
*/
public
function
printHTMLFooter
()
{
$lang
=
$this
->
getLangObj
();
$this
->
_htmlFilterOutput
(
empty
(
$this
->
_output_footer
)
?
(
phpcas
::
getVerbose
())
?
'<hr><address>phpCAS __PHPCAS_VERSION__ '
.
$lang
->
getUsingServer
()
.
' <a href="__SERVER_BASE_URL__">__SERVER_BASE_URL__</a> (CAS __CAS_VERSION__)</a></address></body></html>'
:
'</body></html>'
:
$this
->
_output_footer
);
}
/**
* This method set the HTML header used for all outputs.
*
* @param string $header the HTML header.
*
* @return void
*/
public
function
setHTMLHeader
(
$header
)
{
// Argument Validation
if
(
gettype
(
$header
)
!=
'string'
)
throw
new
CAS_TypeMismatchException
(
$header
,
'$header'
,
'string'
);
$this
->
_output_header
=
$header
;
}
/**
* This method set the HTML footer used for all outputs.
*
* @param string $footer the HTML footer.
*
* @return void
*/
public
function
setHTMLFooter
(
$footer
)
{
// Argument Validation
if
(
gettype
(
$footer
)
!=
'string'
)
throw
new
CAS_TypeMismatchException
(
$footer
,
'$footer'
,
'string'
);
$this
->
_output_footer
=
$footer
;
}
/** @} */
// ########################################################################
// INTERNATIONALIZATION
// ########################################################################
/**
* @addtogroup internalLang
* @{
*/
/**
* A string corresponding to the language used by phpCAS. Written by
* CAS_Client::setLang(), read by CAS_Client::getLang().
* @note debugging information is always in english (debug purposes only).
*/
private
$_lang
=
PHPCAS_LANG_DEFAULT
;
/**
* This method is used to set the language used by phpCAS.
*
* @param string $lang representing the language.
*
* @return void
*/
public
function
setLang
(
$lang
)
{
// Argument Validation
if
(
gettype
(
$lang
)
!=
'string'
)
throw
new
CAS_TypeMismatchException
(
$lang
,
'$lang'
,
'string'
);
phpCAS
::
traceBegin
();
$obj
=
new
$lang
();
if
(
!
(
$obj
instanceof
CAS_Languages_LanguageInterface
))
{
throw
new
CAS_InvalidArgumentException
(
'$className must implement the CAS_Languages_LanguageInterface'
);
}
$this
->
_lang
=
$lang
;
phpCAS
::
traceEnd
();
}
/**
* Create the language
*
* @return CAS_Languages_LanguageInterface object implementing the class
*/
public
function
getLangObj
()
{
$classname
=
$this
->
_lang
;
return
new
$classname
();
}
/** @} */
// ########################################################################
// CAS SERVER CONFIG
// ########################################################################
/**
* @addtogroup internalConfig
* @{
*/
/**
* a record to store information about the CAS server.
* - $_server['version']: the version of the CAS server
* - $_server['hostname']: the hostname of the CAS server
* - $_server['port']: the port the CAS server is running on
* - $_server['uri']: the base URI the CAS server is responding on
* - $_server['base_url']: the base URL of the CAS server
* - $_server['login_url']: the login URL of the CAS server
* - $_server['service_validate_url']: the service validating URL of the
* CAS server
* - $_server['proxy_url']: the proxy URL of the CAS server
* - $_server['proxy_validate_url']: the proxy validating URL of the CAS server
* - $_server['logout_url']: the logout URL of the CAS server
*
* $_server['version'], $_server['hostname'], $_server['port'] and
* $_server['uri'] are written by CAS_Client::CAS_Client(), read by
* CAS_Client::getServerVersion(), CAS_Client::_getServerHostname(),
* CAS_Client::_getServerPort() and CAS_Client::_getServerURI().
*
* The other fields are written and read by CAS_Client::_getServerBaseURL(),
* CAS_Client::getServerLoginURL(), CAS_Client::getServerServiceValidateURL(),
* CAS_Client::getServerProxyValidateURL() and CAS_Client::getServerLogoutURL().
*
* @hideinitializer
*/
private
$_server
=
array
(
'version'
=>
-
1
,
'hostname'
=>
'none'
,
'port'
=>
-
1
,
'uri'
=>
'none'
);
/**
* This method is used to retrieve the version of the CAS server.
*
* @return string the version of the CAS server.
*/
public
function
getServerVersion
()
{
return
$this
->
_server
[
'version'
];
}
/**
* This method is used to retrieve the hostname of the CAS server.
*
* @return string the hostname of the CAS server.
*/
private
function
_getServerHostname
()
{
return
$this
->
_server
[
'hostname'
];
}
/**
* This method is used to retrieve the port of the CAS server.
*
* @return string the port of the CAS server.
*/
private
function
_getServerPort
()
{
return
$this
->
_server
[
'port'
];
}
/**
* This method is used to retrieve the URI of the CAS server.
*
* @return string a URI.
*/
private
function
_getServerURI
()
{
return
$this
->
_server
[
'uri'
];
}
/**
* This method is used to retrieve the base URL of the CAS server.
*
* @return string a URL.
*/
private
function
_getServerBaseURL
()
{
// the URL is build only when needed
if
(
empty
(
$this
->
_server
[
'base_url'
])
)
{
$this
->
_server
[
'base_url'
]
=
'https://'
.
$this
->
_getServerHostname
();
if
(
$this
->
_getServerPort
()
!=
443
)
{
$this
->
_server
[
'base_url'
]
.
=
':'
.
$this
->
_getServerPort
();
}
$this
->
_server
[
'base_url'
]
.
=
$this
->
_getServerURI
();
}
return
$this
->
_server
[
'base_url'
];
}
/**
* This method is used to retrieve the login URL of the CAS server.
*
* @param bool $gateway true to check authentication, false to force it
* @param bool $renew true to force the authentication with the CAS server
*
* @return a URL.
* @note It is recommended that CAS implementations ignore the "gateway"
* parameter if "renew" is set
*/
public
function
getServerLoginURL
(
$gateway
=
false
,
$renew
=
false
)
{
phpCAS
::
traceBegin
();
// the URL is build only when needed
if
(
empty
(
$this
->
_server
[
'login_url'
])
)
{
$this
->
_server
[
'login_url'
]
=
$this
->
_buildQueryUrl
(
$this
->
_getServerBaseURL
()
.
'login'
,
'service='
.
urlencode
(
$this
->
getURL
()));
}
$url
=
$this
->
_server
[
'login_url'
];
if
(
$renew
)
{
// It is recommended that when the "renew" parameter is set, its
// value be "true"
$url
=
$this
->
_buildQueryUrl
(
$url
,
'renew=true'
);
}
elseif
(
$gateway
)
{
// It is recommended that when the "gateway" parameter is set, its
// value be "true"
$url
=
$this
->
_buildQueryUrl
(
$url
,
'gateway=true'
);
}
phpCAS
::
traceEnd
(
$url
);
return
$url
;
}
/**
* This method sets the login URL of the CAS server.
*