Class DigestAuthentication
Digest authentication
Package: Cake\Network\Http
Copyright: Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
License: License (http://www.opensource.org/licenses/mit-license.php)
Location: Cake/Network/Http/DigestAuthentication.php
Copyright: Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
License: License (http://www.opensource.org/licenses/mit-license.php)
Location: Cake/Network/Http/DigestAuthentication.php
Method Summary
-
_generateHeader() protected static
Generate the header Authorization -
_getServerInformation() protected static
Retrieve information about the authentication -
authentication() public static
Authentication
Method Detail
_getServerInformation() protected static ¶
_getServerInformation( HttpSocket
$http , array $authInfo )
Retrieve information about the authentication
Parameters
-
HttpSocket
$http - array $authInfo
Returns
boolean