Documentation

FirewallMap
in package
implements FirewallMapInterface

This is a lazy-loading firewall map implementation.

Listeners will only be initialized if we really need them.

Tags
author

Johannes M. Schmitt schmittjoh@gmail.com

Table of Contents

Interfaces

FirewallMapInterface
This interface must be implemented by firewall maps.

Properties

$container  : mixed
$map  : iterable<string|int, mixed>

Methods

__construct()  : mixed
getFirewallConfig()  : FirewallConfig|null
getListeners()  : LogoutListener}
Returns the authentication listeners, and the exception listener to use for the given request.
getFirewallContext()  : FirewallContext|null

Properties

Methods

getListeners()

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

public getListeners(Request $request) : LogoutListener}

If there are no authentication listeners, the first inner array must be empty.

If there is no exception listener, the second element of the outer array must be null.

If there is no logout listener, the third element of the outer array must be null.

Parameters
$request : Request
Return values
LogoutListener}

        
On this page

Search results