claroline/claroline/backends/sso/server.php File Reference
Go to the source code of this file.
Function Documentation
| get_user_info_from_cookie |
( |
$ |
auth, |
|
|
$ |
cookie, |
|
|
$ |
cid, |
|
|
$ |
gid | |
|
) |
| | |
get user parameter on the base of a cookie value
- Author:
- Hugues Peeters <peeters@ipm.ucl.ac.be>
- Parameters:
-
| string | $auth |
| string | $cookie |
| string | $cid |
| int | $gid |
- Returns:
- array user parameters if it suceeds boolean false otherwise
Definition at line 63 of file server.php.
| is_allowed_to_receive_user_info |
( |
$ |
auth |
) |
|
check if the soap client is allowed to receive the user information recorded into the system
- Author:
- Hugues Peeters <peeters@ipm.ucl.ac.be>
- Parameters:
-
- Returns:
- boolean true if is allowed, false otherwise
Definition at line 298 of file server.php.
| record_sso_cookie |
( |
$ |
userId, |
|
|
$ |
ssoCookie | |
|
) |
| | |
records the cookie value of specific user during authentication
- Author:
- Hugues Peeters <peeters@ipm.ucl.ac.be>
- Parameters:
-
| int | $userId |
| string | $cookie |
Definition at line 264 of file server.php.
Variable Documentation
| $server = new soap_server() |