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

Afficher le fichier Open project: pmjones/php-framework-benchmarks Class Usage Examples

Protected Properties

Свойство Type Description
$elements
$header
$nonceExpiryTime

Méthodes publiques

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

Method Details

__construct() public méthode

public __construct ( $header )

calculateServerDigest() public méthode

public calculateServerDigest ( $password, $httpMethod )

getResponse() public méthode

public getResponse ( )

getUsername() public méthode

public getUsername ( )

isNonceExpired() public méthode

public isNonceExpired ( )

validateAndDecode() public méthode

public validateAndDecode ( $entryPointKey, $expectedRealm )

Property Details

$elements protected_oe property

protected $elements

$header protected_oe property

protected $header

$nonceExpiryTime protected_oe property

protected $nonceExpiryTime