FirewallConfig
class FirewallConfig
Methods
__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 $listeners = array(), $switchUser = null)
No description
string
getName()
No description
string|null
getRequestMatcher()
No description
bool
isSecurityEnabled()
No description
bool
allowsAnonymous()
No description
bool
isStateless()
No description
string|null
getProvider()
No description
string|null
getContext()
No description
string|null
getEntryPoint()
No description
string
getUserChecker()
No description
string|null
getAccessDeniedHandler()
No description
string|null
getAccessDeniedUrl()
No description
array
getListeners()
No description
array|null
getSwitchUser()
No description