ILIAS  Release_5_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
ilECSAuth Class Reference
+ Collaboration diagram for ilECSAuth:

Public Member Functions

 __construct ()
 constuctor
 setPid ($a_pid)
 getPid ()
 setUrl ($a_url)
 URL.
 getUrl ()
 get Url
 setRealm ($a_realm)
 getRealm ()
 getHash ()
 get hash
 setSOV ($a_sov)
 set SOV
 setEOV ($a_eov)
 set EOV

Data Fields

 $realm

Protected Attributes

 $log
 $mids = array()

Detailed Description

Author
Stefan Meyer meyer.nosp@m.@lei.nosp@m.fos.c.nosp@m.om
Version
$Id$

Definition at line 33 of file class.ilECSAuth.php.

Constructor & Destructor Documentation

ilECSAuth::__construct ( )

constuctor

public

Parameters

Definition at line 55 of file class.ilECSAuth.php.

References $ilLog.

{
global $ilLog;
$this->log = $ilLog;
}

Member Function Documentation

ilECSAuth::getHash ( )

get hash

public

Definition at line 106 of file class.ilECSAuth.php.

{
return $this->hash;
}
ilECSAuth::getPid ( )

Definition at line 67 of file class.ilECSAuth.php.

{
return $this->pid;
}
ilECSAuth::getRealm ( )

Definition at line 95 of file class.ilECSAuth.php.

References $realm.

{
return $this->realm;
}
ilECSAuth::getUrl ( )

get Url

Returns
<type>

Definition at line 85 of file class.ilECSAuth.php.

{
return $this->url;
}
ilECSAuth::setEOV (   $a_eov)

set EOV

public

Parameters
inteov of verification

Definition at line 132 of file class.ilECSAuth.php.

References IL_CAL_ISO_8601, and IL_CAL_UNIX.

{
include_once './Services/Calendar/classes/class.ilDateTime.php';
$dt = new ilDateTime($a_eov,IL_CAL_UNIX);
$this->sov = $dt->get(IL_CAL_ISO_8601);
}
ilECSAuth::setPid (   $a_pid)

Definition at line 62 of file class.ilECSAuth.php.

{
$this->pid = $a_pid;
}
ilECSAuth::setRealm (   $a_realm)

Definition at line 90 of file class.ilECSAuth.php.

{
$this->realm = $a_realm;
}
ilECSAuth::setSOV (   $a_sov)

set SOV

public

Parameters
intstart of verification

Definition at line 118 of file class.ilECSAuth.php.

References IL_CAL_ISO_8601, and IL_CAL_UNIX.

{
include_once './Services/Calendar/classes/class.ilDateTime.php';
$dt = new ilDateTime($a_sov,IL_CAL_UNIX);
$this->sov = $dt->get(IL_CAL_ISO_8601);
}
ilECSAuth::setUrl (   $a_url)

URL.

Parameters
string$a_url

Definition at line 76 of file class.ilECSAuth.php.

{
$this->url = $a_url;
}

Field Documentation

ilECSAuth::$log
protected

Definition at line 35 of file class.ilECSAuth.php.

ilECSAuth::$mids = array()
protected

Definition at line 36 of file class.ilECSAuth.php.

ilECSAuth::$realm

Definition at line 39 of file class.ilECSAuth.php.

Referenced by getRealm().


The documentation for this class was generated from the following file: