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

Class: Auth_SASL_Anonymous

Source Location: /Auth_SASL-1.0.6/Auth/SASL/Anonymous.php

Class Overview

Auth_SASL_Common
   |
   --Auth_SASL_Anonymous

Common functionality to SASL mechanisms


Author(s):

Version:

  • 1.0

Methods


Inherited Variables

Inherited Methods

Class: Auth_SASL_Common

Auth_SASL_Common::_HMAC_SHA1()
Function which implements HMAC-SHA-1 digest

Class Details

[line 48]
Common functionality to SASL mechanisms


[ Top ]


Method Detail

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.

  • Return: The unaltered input token

Parameters:

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

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:44:57 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.