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

Index of all elements

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

a

Auth_SASL2
in file SASL2.php, class Auth_SASL2
    Client implementation of various SASL mechanisms
Anonymous.php
procedural page Anonymous.php
Auth_SASL2_Anonymous
in file Anonymous.php, class Auth_SASL2_Anonymous
    Common functionality to SASL mechanisms
Auth_SASL2_Common
in file Common.php, class Auth_SASL2_Common
    Common functionality to SASL mechanisms
Auth_SASL2_CramMD5
in file CramMD5.php, class Auth_SASL2_CramMD5
    Common functionality to SASL mechanisms
Auth_SASL2_DigestMD5
in file DigestMD5.php, class Auth_SASL2_DigestMD5
    Common functionality to SASL mechanisms
Auth_SASL2_External
in file External.php, class Auth_SASL2_External
    Common functionality to SASL mechanisms
Auth_SASL2_Login
in file Login.php, class Auth_SASL2_Login
    Common functionality to SASL mechanisms
Auth_SASL2_Plain
in file Plain.php, class Auth_SASL2_Plain
    Common functionality to SASL mechanisms
Auth_SASL2_SCRAM
in file SCRAM.php, class Auth_SASL2_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 SASL2.php, method Auth_SASL2::factory()
    Factory class. Returns an object of the request type.
top

g

getResponse
in file Plain.php, method Auth_SASL2_Plain::getResponse()
    Returns PLAIN response
getResponse
in file SCRAM.php, method Auth_SASL2_SCRAM::getResponse()
    Provides the (main) client response for SCRAM-H.
getResponse
in file Login.php, method Auth_SASL2_Login::getResponse()
    Pseudo SASL LOGIN mechanism
getResponse
in file External.php, method Auth_SASL2_External::getResponse()
    Returns EXTERNAL response
getResponse
in file CramMD5.php, method Auth_SASL2_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_SASL2_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_SASL2_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_SASL2_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
SASL2.php
procedural page SASL2.php
top

_

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

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