Neos\Flow\Security\Authentication\Controller\AbstractAuthenticationController::onAuthenticationSuccess PHP 메소드

onAuthenticationSuccess() 추상적인 보호된 메소드

if ($originalRequest !== NULL) { $this->redirectToRequest($originalRequest); } $this->redirect('someDefaultActionAfterLogin');
abstract protected onAuthenticationSuccess ( ActionRequest $originalRequest = null ) : string
$originalRequest Neos\Flow\Mvc\ActionRequest The request that was intercepted by the security framework, NULL if there was none
리턴 string
    protected abstract function onAuthenticationSuccess(ActionRequest $originalRequest = null);