|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Collaboration diagram for ilECSAuth:Public Member Functions | |
| __construct () | |
| constuctor More... | |
| setPid ($a_pid) | |
| getPid () | |
| setUrl ($a_url) | |
| URL. More... | |
| getUrl () | |
| get Url More... | |
| setRealm ($a_realm) | |
| getRealm () | |
| getHash () | |
| get hash More... | |
| setSOV ($a_sov) | |
| set SOV More... | |
| setEOV ($a_eov) | |
| set EOV More... | |
Data Fields | |
| $realm | |
Protected Attributes | |
| $log | |
| $mids = array() | |
| ilECSAuth::__construct | ( | ) |
constuctor
@access public
Definition at line 55 of file class.ilECSAuth.php.
References $ilLog.
| ilECSAuth::getHash | ( | ) |
get hash
@access public
Definition at line 106 of file class.ilECSAuth.php.
| ilECSAuth::getPid | ( | ) |
Definition at line 67 of file class.ilECSAuth.php.
| ilECSAuth::getRealm | ( | ) |
Definition at line 95 of file class.ilECSAuth.php.
References $realm.
| ilECSAuth::getUrl | ( | ) |
| ilECSAuth::setEOV | ( | $a_eov | ) |
set EOV
@access public
| int | eov of verification |
Definition at line 132 of file class.ilECSAuth.php.
References IL_CAL_ISO_8601, and IL_CAL_UNIX.
| ilECSAuth::setPid | ( | $a_pid | ) |
Definition at line 62 of file class.ilECSAuth.php.
| ilECSAuth::setRealm | ( | $a_realm | ) |
Definition at line 90 of file class.ilECSAuth.php.
| ilECSAuth::setSOV | ( | $a_sov | ) |
set SOV
@access public
| int | start of verification |
Definition at line 118 of file class.ilECSAuth.php.
References IL_CAL_ISO_8601, and IL_CAL_UNIX.
| ilECSAuth::setUrl | ( | $a_url | ) |
URL.
| string | $a_url |
Definition at line 76 of file class.ilECSAuth.php.
|
protected |
Definition at line 35 of file class.ilECSAuth.php.
|
protected |
Definition at line 36 of file class.ilECSAuth.php.
| ilECSAuth::$realm |
Definition at line 39 of file class.ilECSAuth.php.
Referenced by getRealm().