Documentation

FirewallMapInterface

This interface must be implemented by firewall maps.

Tags
author

Johannes M. Schmitt schmittjoh@gmail.com

Table of Contents

Methods

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

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