sfBasicSecurityFilter checks security by calling the getCredential() method
Method Details
-
execute ($filterChain)
Browse code
| $filterChain |
A sfFilterChain instance |
Executes this filter.
-
forwardToLoginAction ()
Browse code
Forwards the current request to the login action.
throws sfStopException
-
forwardToSecureAction ()
Browse code
Forwards the current request to the secure action.
throws sfStopException
-
(mixed) getUserCredential ()
Browse code
Returns the credential required for this action.
returns The credential required for this action
|