FirewallConfig
in package
FinalYes
Tags
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
$accessDeniedHandler
private
string|null
$accessDeniedHandler
$accessDeniedUrl
private
string|null
$accessDeniedUrl
$authenticators
private
array<string|int, mixed>
$authenticators
$context
private
string|null
$context
$entryPoint
private
string|null
$entryPoint
$name
private
string
$name
$provider
private
string|null
$provider
$requestMatcher
private
string|null
$requestMatcher
$securityEnabled
private
bool
$securityEnabled
$stateless
private
bool
$stateless
$switchUser
private
array<string|int, mixed>|null
$switchUser
$userChecker
private
string
$userChecker
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|nullgetAccessDeniedUrl()
public
getAccessDeniedUrl() : string|null
Return values
string|nullgetAuthenticators()
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|nullgetName()
public
getName() : string
Return values
stringgetProvider()
public
getProvider() : string|null
Return values
string|nullgetRequestMatcher()
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>|nullgetUserChecker()
public
getUserChecker() : string
Return values
stringisSecurityEnabled()
public
isSecurityEnabled() : bool
Return values
boolisStateless()
public
isStateless() : bool