Documentation

FirewallMap
in package
implements FirewallMapInterface

FirewallMap allows configuration of different firewalls for specific parts of the website.

Tags
author

Fabien Potencier fabien@symfony.com

Table of Contents

Interfaces

FirewallMapInterface
This interface must be implemented by firewall maps.

Properties

$map  : array<int, LogoutListener|null}>

Methods

add()  : mixed
getListeners()  : LogoutListener}
Returns the authentication listeners, and the exception listener to use for the given request.

Properties

$map

private array<int, LogoutListener|null}> $map = []

Methods

getListeners()

Returns the authentication listeners, and the exception listener to use for the given request.

public getListeners(Request $request) : LogoutListener}
Parameters
$request : Request
Return values
LogoutListener}

        
On this page

Search results