Documentation

FirewallConfig
in package

FinalYes
Tags
author

Robin Chalas robin.chalas@gmail.com

Table of Contents

Properties

$accessDeniedHandler  : string|null
$accessDeniedUrl  : string|null
$authenticators  : array<string|int, mixed>
$context  : string|null
$entryPoint  : string|null
$name  : string
$provider  : string|null
$requestMatcher  : string|null
$securityEnabled  : bool
$stateless  : bool
$switchUser  : array<string|int, mixed>|null
$userChecker  : string

Methods

__construct()  : mixed
getAccessDeniedHandler()  : string|null
getAccessDeniedUrl()  : string|null
getAuthenticators()  : array<string|int, mixed>
getContext()  : string|null
getEntryPoint()  : string|null
getName()  : string
getProvider()  : string|null
getRequestMatcher()  : string|null
getSwitchUser()  : array<string|int, mixed>|null
getUserChecker()  : string
isSecurityEnabled()  : bool
isStateless()  : bool

Properties

$authenticators

private array<string|int, mixed> $authenticators

Methods

__construct()

public __construct(string $name, string $userChecker[, string $requestMatcher = null ][, bool $securityEnabled = true ][, bool $stateless = false ][, string $provider = null ][, string $context = null ][, string $entryPoint = null ][, string $accessDeniedHandler = null ][, string $accessDeniedUrl = null ][, array<string|int, mixed> $authenticators = [] ][, array<string|int, mixed> $switchUser = null ]) : mixed
Parameters
$name : string
$userChecker : string
$requestMatcher : string = null
$securityEnabled : bool = true
$stateless : bool = false
$provider : string = null
$context : string = null
$entryPoint : string = null
$accessDeniedHandler : string = null
$accessDeniedUrl : string = null
$authenticators : array<string|int, mixed> = []
$switchUser : array<string|int, mixed> = null

getAccessDeniedHandler()

public getAccessDeniedHandler() : string|null
Return values
string|null

getAccessDeniedUrl()

public getAccessDeniedUrl() : string|null
Return values
string|null

getAuthenticators()

public getAuthenticators() : array<string|int, mixed>
Return values
array<string|int, mixed>

getContext()

public getContext() : string|null
Return values
string|null

The context key (will be null if the firewall is stateless)

getEntryPoint()

public getEntryPoint() : string|null
Return values
string|null

getProvider()

public getProvider() : string|null
Return values
string|null

getRequestMatcher()

public getRequestMatcher() : string|null
Return values
string|null

The request matcher service id or null if neither the request matcher, pattern or host options were provided

getSwitchUser()

public getSwitchUser() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null

getUserChecker()

public getUserChecker() : string
Return values
string

isSecurityEnabled()

public isSecurityEnabled() : bool
Return values
bool

        
On this page

Search results