Documentation

FirewallConfig
in package

This class is automatically generated to help in creating a config.

Table of Contents

Properties

$_usedProperties  : mixed
$accessDeniedHandler  : mixed
$accessDeniedUrl  : mixed
$context  : mixed
$customAuthenticators  : mixed
$entryPoint  : mixed
$formLogin  : mixed
$formLoginLdap  : mixed
$host  : mixed
$httpBasic  : mixed
$httpBasicLdap  : mixed
$jsonLogin  : mixed
$jsonLoginLdap  : mixed
$lazy  : mixed
$loginLink  : mixed
$loginThrottling  : mixed
$logout  : mixed
$methods  : mixed
$pattern  : mixed
$provider  : mixed
$rememberMe  : mixed
$remoteUser  : mixed
$requestMatcher  : mixed
$requiredBadges  : mixed
$security  : mixed
$stateless  : mixed
$switchUser  : mixed
$userChecker  : mixed
$x509  : mixed

Methods

__construct()  : mixed
accessDeniedHandler()  : $this
accessDeniedUrl()  : $this
context()  : $this
customAuthenticators()  : $this
entryPoint()  : $this
An enabled authenticator name or a service id that implements "Symfony\Component\Security\Http\EntryPoint\AuthenticationEntryPointInterface"
formLogin()  : FormLoginConfig
formLoginLdap()  : FormLoginLdapConfig
host()  : $this
httpBasic()  : HttpBasicConfig
httpBasicLdap()  : HttpBasicLdapConfig
jsonLogin()  : JsonLoginConfig
jsonLoginLdap()  : JsonLoginLdapConfig
lazy()  : $this
loginLink()  : LoginLinkConfig
loginThrottling()  : LoginThrottlingConfig
logout()  : LogoutConfig
methods()  : $this
pattern()  : $this
provider()  : $this
rememberMe()  : RememberMeConfig
remoteUser()  : RemoteUserConfig
requestMatcher()  : $this
requiredBadges()  : $this
security()  : $this
stateless()  : $this
switchUser()  : SwitchUserConfig
toArray()  : array<string|int, mixed>
userChecker()  : $this
The UserChecker to use when authenticating users in this firewall.
x509()  : X509Config

Properties

Methods

__construct()

public __construct([array<string|int, mixed> $value = [] ]) : mixed
Parameters
$value : array<string|int, mixed> = []

entryPoint()

An enabled authenticator name or a service id that implements "Symfony\Component\Security\Http\EntryPoint\AuthenticationEntryPointInterface"

public entryPoint(ParamConfigurator|mixed $value) : $this
Parameters
$value : ParamConfigurator|mixed
Tags
default

null

Return values
$this

methods()

public methods(mixed $value) : $this
Parameters
$value : mixed
Return values
$this

toArray()

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

userChecker()

The UserChecker to use when authenticating users in this firewall.

public userChecker(ParamConfigurator|mixed $value) : $this
Parameters
$value : ParamConfigurator|mixed
Tags
default

'security.user_checker'

Return values
$this

        
On this page

Search results