PHP Class Symfony\Component\HttpKernel\Security\Firewall\DigestData

Show file Open project: pmjones/php-framework-benchmarks Class Usage Examples

Protected Properties

Property Type Description
$elements
$header
$nonceExpiryTime

Public Methods

Method Description
__construct ( $header )
calculateServerDigest ( $password, $httpMethod )
getResponse ( )
getUsername ( )
isNonceExpired ( )
validateAndDecode ( $entryPointKey, $expectedRealm )

Method Details

__construct() public method

public __construct ( $header )

calculateServerDigest() public method

public calculateServerDigest ( $password, $httpMethod )

getResponse() public method

public getResponse ( )

getUsername() public method

public getUsername ( )

isNonceExpired() public method

public isNonceExpired ( )

validateAndDecode() public method

public validateAndDecode ( $entryPointKey, $expectedRealm )

Property Details

$elements protected property

protected $elements

$header protected property

protected $header

$nonceExpiryTime protected property

protected $nonceExpiryTime