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

Index of all elements

[ a ] [ c ] [ d ] [ e ] [ f ] [ g ] [ l ] [ ] [ s ]

a

Auth_SASL
in file SASL.php, class Auth_SASL
Anonymous.php
procedural page Anonymous.php
Auth_SASL_Anonymous
in file Anonymous.php, class Auth_SASL_Anonymous
    Common functionality to SASL mechanisms
Auth_SASL_Common
in file Common.php, class Auth_SASL_Common
    Common functionality to SASL mechanisms
Auth_SASL_CramMD5
in file CramMD5.php, class Auth_SASL_CramMD5
    Common functionality to SASL mechanisms
Auth_SASL_DigestMD5
in file DigestMD5.php, class Auth_SASL_DigestMD5
    Common functionality to SASL mechanisms
Auth_SASL_External
in file External.php, class Auth_SASL_External
    Common functionality to SASL mechanisms
Auth_SASL_Login
in file Login.php, class Auth_SASL_Login
    Common functionality to SASL mechanisms
Auth_SASL_Plain
in file Plain.php, class Auth_SASL_Plain
    Common functionality to SASL mechanisms
Auth_SASL_SCRAM
in file SCRAM.php, class Auth_SASL_SCRAM
    Common functionality to SASL mechanisms
top

c

Common.php
procedural page Common.php
CramMD5.php
procedural page CramMD5.php
top

d

DigestMD5.php
procedural page DigestMD5.php
top

e

External.php
procedural page External.php
top

f

factory
in file SASL.php, method Auth_SASL::factory()
    Factory class. Returns an object of the request type.
top

g

getResponse
in file Plain.php, method Auth_SASL_Plain::getResponse()
    Returns PLAIN response
getResponse
in file SCRAM.php, method Auth_SASL_SCRAM::getResponse()
    Provides the (main) client response for SCRAM-H.
getResponse
in file Login.php, method Auth_SASL_Login::getResponse()
    Pseudo SASL LOGIN mechanism
getResponse
in file External.php, method Auth_SASL_External::getResponse()
    Returns EXTERNAL response
getResponse
in file CramMD5.php, method Auth_SASL_CramMD5::getResponse()
    Implements the CRAM-MD5 SASL mechanism This DOES NOT base64 encode the return value, you will need to do that yourself.
getResponse
in file DigestMD5.php, method Auth_SASL_DigestMD5::getResponse()
    Provides the (main) client response for DIGEST-MD5 requires a few extra parameters than the other mechanisms, which are unavoidable.
getResponse
in file Anonymous.php, method Auth_SASL_Anonymous::getResponse()
    Not much to do here except return the token supplied.
top

l

Login.php
procedural page Login.php
top

p

Plain.php
procedural page Plain.php
processOutcome
in file SCRAM.php, method Auth_SASL_SCRAM::processOutcome()
    SCRAM has also a server verification step. On a successful outcome, it will send additional data which must absolutely be checked against this function. If this fails, the entity which we are communicating with is probably not the server as it has not access to your ServerKey.
top

s

SCRAM.php
procedural page SCRAM.php
SASL.php
procedural page SASL.php
top

_

_HMAC_SHA1
in file Common.php, method Auth_SASL_Common::_HMAC_SHA1()
    Function which implements HMAC-SHA-1 digest
__construct
in file SCRAM.php, method Auth_SASL_SCRAM::__construct()
    Construct a SCRAM-H client where 'H' is a cryptographic hash function.
top

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