Auth_RADIUS
[ class tree: Auth_RADIUS ] [ index: Auth_RADIUS ] [ all elements ]

Class: Auth_RADIUS_Acct_Stop

Source Location: /Auth_RADIUS-1.1.0/Auth/RADIUS.php

Class Overview

Auth_RADIUS
   |
   --Auth_RADIUS_Acct
      |
      --Auth_RADIUS_Acct_Stop

class Auth_RADIUS_Acct_Start


Variables


Inherited Variables

Inherited Methods

Class: Auth_RADIUS_Acct

Auth_RADIUS_Acct::__construct()
Constructor
Auth_RADIUS_Acct::createRequest()
Creates an accounting request
Auth_RADIUS_Acct::open()
Creates a RADIUS resource
Auth_RADIUS_Acct::putAuthAttributes()
Put attributes for accounting.

Class: Auth_RADIUS

Auth_RADIUS::__construct()
Constructor
Auth_RADIUS::addServer()
Adds a RADIUS server to the list of servers for requests.
Auth_RADIUS::close()
Frees resources.
Auth_RADIUS::createRequest()
Overwrite this.
Auth_RADIUS::dumpAttributes()
Prints known attributes received from the server.
Auth_RADIUS::getAttributes()
Reads all received attributes after sending the request.
Auth_RADIUS::getError()
Returns an error message, if an error occurred.
Auth_RADIUS::loadExtension()
Auth_RADIUS::open()
Overwrite this.
Auth_RADIUS::putAttribute()
Puts an attribute.
Auth_RADIUS::putAuthAttributes()
Puts custom attributes.
Auth_RADIUS::putConfigfile()
Configures the radius library via external configurationfile
Auth_RADIUS::putServer()
Configures the radius library.
Auth_RADIUS::putStandardAttributes()
Puts standard attributes.
Auth_RADIUS::putVendorAttribute()
Puts a vendor-specific attribute.
Auth_RADIUS::send()
Sends a prepared RADIUS request and waits for a response
Auth_RADIUS::setConfigfile()
Sets the configuration-file.
Auth_RADIUS::start()
Initiates a RADIUS request.

Class Details

[line 975]
class Auth_RADIUS_Acct_Start

Class for RADIUS accounting. Its usualy used, after the user has logged out.



[ Top ]


Class Variables

$status_type =  RADIUS_STOP

[line 982]

Defines the type of the accounting request.

It is set to RADIUS_STOP by default in this class.


Type:   integer
Overrides:   Array


[ Top ]



Documentation generated on Mon, 11 Mar 2019 16:01:19 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.