|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
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.
| ilECSAuth::getHash | ( | ) |
get hash
@access public
Definition at line 108 of file class.ilECSAuth.php.
| ilECSAuth::getPid | ( | ) |
Definition at line 69 of file class.ilECSAuth.php.
| ilECSAuth::getRealm | ( | ) |
Definition at line 97 of file class.ilECSAuth.php.
References $realm.
| ilECSAuth::getUrl | ( | ) |
| ilECSAuth::setEOV | ( | $a_eov | ) |
set EOV
@access public
| int | eov of verification |
Definition at line 134 of file class.ilECSAuth.php.
References IL_CAL_ISO_8601, and IL_CAL_UNIX.
| ilECSAuth::setPid | ( | $a_pid | ) |
Definition at line 64 of file class.ilECSAuth.php.
| ilECSAuth::setRealm | ( | $a_realm | ) |
Definition at line 92 of file class.ilECSAuth.php.
| ilECSAuth::setSOV | ( | $a_sov | ) |
set SOV
@access public
| int | start of verification |
Definition at line 120 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 78 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().