phpDocumentor Auth_SASL
[ class tree: Auth_SASL ] [ index: Auth_SASL ] [ all elements ]

Class: Auth_SASL_Anonymous

Source Location: /modules/Apps/MailClient/PEAR/Auth/SASL/Anonymous.php

Class Auth_SASL_Anonymous

Class Overview

Common functionality to SASL mechanisms

Located in /modules/Apps/MailClient/PEAR/Auth/SASL/Anonymous.php [line 48]

Auth_SASL_Common
   |
   --Auth_SASL_Anonymous
Author(s): Information Tags:
Version:  1.0

Methods

[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From Auth_SASL_Common

Auth_SASL_Common::_HMAC_MD5()
Function which implements HMAC MD5 digest

[ Top ]
Method Summary
string   getResponse()   Not much to do here except return the token supplied.

[ Top ]
Methods
getResponse  [line 66]

  string getResponse( [string $token = '']  )

Not much to do here except return the token supplied.

No encoding, hashing or encryption takes place for this mechanism, simply one of:

  • An email address
  • An opaque string not containing "@" that can be interpreted by the sysadmin
  • Nothing
We could have some logic here for the second option, but this would by no means create something interpretable.

Parameters:
string   $token:  Optional email address or string to provide as trace information.

API Tags:
Return:  The unaltered input token


[ Top ]

Documentation generated on Fri, 26 Dec 2008 21:38:13 -0500 by phpDocumentor 1.4.2