symfony API

sfBasicSecurityFilter Class

« Back to API menu

action

addon

cache

config

controller

countable

database

debug

exception

filter

generator

helper

i18n

log

request

response

storage

test

user

util

validator

view

You are currently browsing the symfony documentation for the 1.0 version. Switch to:

sfBasicSecurityFilter checks security by calling the getCredential() method of the action. Once the credential has been acquired, sfBasicSecurityFilter verifies the user has the same credential by calling the hasCredential() method of SecurityUser.

Inheritence

sfBasicSecurityFilter  <  sfSecurityFilter < sfFilter

Method Summary

  • execute((sfFilterChain) $filterChain)
    Executes this filter.

Methods inherited from sfSecurityFilter

newInstance

Methods inherited from sfFilter

isFirstCall , hasParameter , getParameter , initialize , getContext , getParameterHolder , setParameter

Method Details

  • execute ((sfFilterChain) $filterChain)

    $filterChain A sfFilterChain instance

    Executes this filter.