PHP 클래스 Neos\Flow\Security\Authentication\EntryPoint\HttpBasic

상속: extends AbstractEntryPoint
파일 보기 프로젝트 열기: neos/flow-development-collection 1 사용 예제들

공개 메소드들

메소드 설명
startAuthentication ( Request $request, Response $response ) : void Starts the authentication: Send HTTP header

메소드 상세

startAuthentication() 공개 메소드

Starts the authentication: Send HTTP header
public startAuthentication ( Request $request, Response $response ) : void
$request Neos\Flow\Http\Request The current request
$response Neos\Flow\Http\Response The current response
리턴 void