class SecurityEntryPointComponent implements ComponentInterface (View source)

A HTTP component that handles authentication exceptions that were thrown by the dispatcher (\Neos\Flow\Mvc\Dispatcher::dispatch()) and

  • rethrows the exception if not token with Entry Point is authenticated
  • or otherwise invokes the Entry Point of all authenticated tokens

Constants

AUTHENTICATION_EXCEPTION

Properties

protected Context $securityContext
protected LoggerInterface $securityLogger

Methods

void
handle(ComponentContext $componentContext)

No description

Details

void handle(ComponentContext $componentContext)

No description

Parameters

ComponentContext $componentContext

Return Value

void