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

Details

__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)

Parameters

string $name
string $userChecker
string $requestMatcher
bool $securityEnabled
bool $stateless
string $provider
string $context
string $entryPoint
string $accessDeniedHandler
string $accessDeniedUrl
array $listeners
$switchUser

string getName()

Return Value

string

string|null getRequestMatcher()

Return Value

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

bool isSecurityEnabled()

Return Value

bool

bool allowsAnonymous()

Return Value

bool

bool isStateless()

Return Value

bool

string|null getProvider()

Return Value

string|null

string|null getContext()

Return Value

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

string|null getEntryPoint()

Return Value

string|null

string getUserChecker()

Return Value

string

string|null getAccessDeniedHandler()

Return Value

string|null

string|null getAccessDeniedUrl()

Return Value

string|null

array getListeners()

Return Value

array

array|null getSwitchUser()

Return Value

array|null