PHP Class AppserverIo\Appserver\ServletEngine\Authenticator\DigestAuthenticator

Author: Johann Zelger ([email protected])
Author: Bernahrd Wick ([email protected])
Inheritance: extends BasicAuthenticator
Exibir arquivo Open project: appserver-io/appserver

Public Methods

Method Description
getAuthenticateHeader ( ) : string Returns the authentication header for response to set

Protected Methods

Method Description
parse ( AppserverIo\Psr\HttpMessage\RequestInterface $request ) : void Parses the request for the necessary, authentication adapter specific, login credentials.

Method Details

getAuthenticateHeader() public method

Returns the authentication header for response to set
public getAuthenticateHeader ( ) : string
return string

parse() protected method

Parses the request for the necessary, authentication adapter specific, login credentials.
protected parse ( AppserverIo\Psr\HttpMessage\RequestInterface $request ) : void
$request AppserverIo\Psr\HttpMessage\RequestInterface The request with the content of authentication data sent by client
return void