PHP 클래스 AppserverIo\Appserver\ServletEngine\Authenticator\DigestAuthenticator

저자: Johann Zelger ([email protected])
저자: Bernahrd Wick ([email protected])
상속: extends BasicAuthenticator
파일 보기 프로젝트 열기: appserver-io/appserver

공개 메소드들

메소드 설명
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