sfBasicSecurityUser will handle any type of data as a credential.
Inheritence
sfBasicSecurityUser
<
sfUser
Method Summary
Methods inherited from sfUser
getAttribute , getAttributeHolder , getCulture , getFlash , getOptions , hasAttribute , hasFlash , initialize , setAttribute , setCulture , setFlash , shutdown , __call , __construct
Method Details
-
addCredential ($credential)
Browse code
Adds a credential.
-
| 0 |
array or list of credentials
|
Adds several credential at once.
-
Clears all credentials.
-
(int) getLastRequestTime ()
Browse code
Returns the timestamp of the last user request.
-
(bool) hasCredential ($credentials, $useAnd = true)
Browse code
| $credentials |
|
| $useAnd |
specify the mode, either AND or OR
|
Returns true if user has credential.
-
initialize ($dispatcher, $storage, $options = array())
Browse code
| $dispatcher |
An sfEventDispatcher instance.
|
| $storage |
An sfStorage instance.
|
| $options |
An associative array of options.
|
Available options:
* timeout: Timeout to automatically log out the user in seconds (1800 by default) Set to false to disable
-
(boolean) isAuthenticated ()
Browse code
Returns true if user is authenticated.
-
-
returns an array containing the credentials
-
removeCredential ($credential)
Browse code
Removes a credential.
-
setAuthenticated ($authenticated)
Browse code
Sets authentication for user.
-
-
|