PHP 인터페이스 Neos\Flow\Security\Authentication\EntryPointInterface

파일 보기 프로젝트 열기: neos/flow-development-collection

공개 메소드들

메소드 설명
getOptions ( ) : array Returns the options array
setOptions ( array $options ) : void Sets the options array
startAuthentication ( Request $request, Response $response ) : void Starts the authentication. (e.g. redirect to login page or send 401 HTTP header)

메소드 상세

getOptions() 공개 메소드

Returns the options array
public getOptions ( ) : array
리턴 array An array of configuration options

setOptions() 공개 메소드

Sets the options array
public setOptions ( array $options ) : void
$options array An array of configuration options
리턴 void

startAuthentication() 공개 메소드

Starts the authentication. (e.g. redirect to login page or send 401 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