PHP Class AppserverIo\Appserver\ServletEngine\Authenticator\DigestAuthenticator

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

Méthodes publiques

Méthode Description
getAuthenticateHeader ( ) : string Returns the authentication header for response to set

Méthodes protégées

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

Method Details

getAuthenticateHeader() public méthode

Returns the authentication header for response to set
public getAuthenticateHeader ( ) : string
Résultat string

parse() protected méthode

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
Résultat void