PHP Class Neos\Flow\Security\Authentication\EntryPoint\WebRedirect

Inheritance: extends AbstractEntryPoint
Afficher le fichier Open project: neos/flow-development-collection Class Usage Examples

Protected Properties

Свойство Type Description
$uriBuilder Neos\Flow\Mvc\Routing\UriBuilder

Méthodes publiques

Méthode Description
startAuthentication ( Request $request, Response $response ) : void Starts the authentication: Redirect to login page

Méthodes protégées

Méthode Description
extractRouteValue ( array &$routeValues, string $key ) : mixed Returns the entry $key from the array $routeValues removing the original array item.

Method Details

extractRouteValue() protected méthode

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

startAuthentication() public méthode

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
Résultat void

Property Details

$uriBuilder protected_oe property

protected UriBuilder,Neos\Flow\Mvc\Routing $uriBuilder
Résultat Neos\Flow\Mvc\Routing\UriBuilder