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

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

보호된 프로퍼티들

프로퍼티 타입 설명
$uriBuilder Neos\Flow\Mvc\Routing\UriBuilder

공개 메소드들

메소드 설명
startAuthentication ( Request $request, Response $response ) : void Starts the authentication: Redirect to login page

보호된 메소드들

메소드 설명
extractRouteValue ( array &$routeValues, string $key ) : mixed Returns the entry $key from the array $routeValues removing the original array item.

메소드 상세

extractRouteValue() 보호된 메소드

If $key does not exist, NULL is returned.
protected extractRouteValue ( array &$routeValues, string $key ) : mixed
$routeValues array
$key string
리턴 mixed the specified route value or NULL if it is not set

startAuthentication() 공개 메소드

Starts the authentication: Redirect to login page
public startAuthentication ( Request $request, Response $response ) : void
$request Neos\Flow\Http\Request The current request
$response Neos\Flow\Http\Response The current response
리턴 void

프로퍼티 상세

$uriBuilder 보호되어 있는 프로퍼티

protected UriBuilder,Neos\Flow\Mvc\Routing $uriBuilder
리턴 Neos\Flow\Mvc\Routing\UriBuilder