PHP Класс AppserverIo\Appserver\ServletEngine\Authenticator\DigestAuthenticator

Автор: Johann Zelger ([email protected])
Автор: Bernahrd Wick ([email protected])
Наследование: extends BasicAuthenticator
Показать файл Открыть проект

Открытые методы

Метод Описание
getAuthenticateHeader ( ) : string Returns the authentication header for response to set

Защищенные методы

Метод Описание
parse ( AppserverIo\Psr\HttpMessage\RequestInterface $request ) : void Parses the request for the necessary, authentication adapter specific, login credentials.

Описание методов

getAuthenticateHeader() публичный метод

Returns the authentication header for response to set
public getAuthenticateHeader ( ) : string
Результат string

parse() защищенный метод

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
Результат void