Moodle  2.2.1
http://www.collinsharper.com
Auth_RADIUS_PAP Class Reference
Inheritance diagram for Auth_RADIUS_PAP:
Collaboration diagram for Auth_RADIUS_PAP:

Public Member Functions

 Auth_RADIUS_PAP ($username=null, $password=null)
 open ()
 createRequest ()
 putAuthAttributes ()

Detailed Description

Definition at line 568 of file RADIUS.php.


Member Function Documentation

Auth_RADIUS_PAP ( username = null,
password = null 
)

Constructor

Parameters:
string$usernameUsername
string$passwordPassword
Returns:
void

Definition at line 578 of file RADIUS.php.

Here is the call graph for this function:

Here is the caller graph for this function:

Creates an authentication request

Creates an authentication request. You MUST call this method before you can put any attribute

Returns:
bool true on success, false on error

Reimplemented from Auth_RADIUS.

Definition at line 610 of file RADIUS.php.

open ( )

Creates a RADIUS resource

Creates a RADIUS resource for authentication. This should be the first call before you make any other things with the library.

Returns:
bool true on success, false on error

Reimplemented from Auth_RADIUS.

Definition at line 593 of file RADIUS.php.

Put authentication specific attributes

Returns:
void

Reimplemented from Auth_RADIUS.

Reimplemented in Auth_RADIUS_MSCHAPv2, Auth_RADIUS_MSCHAPv1, and Auth_RADIUS_CHAP_MD5.

Definition at line 623 of file RADIUS.php.

Here is the call graph for this function:


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations