sfBasicSecurityUser will handle any type of data as a credential.
Inheritence
sfBasicSecurityUser
<
sfUser
Method Summary
Methods inherited from sfUser
getAttribute , getAttributeHolder , getContext , getCulture , getParameter , getParameterHolder , hasAttribute , hasParameter , initialize , newInstance , setAttribute , setCulture , setParameter , shutdown , __call
Method Details
-
Adds a credential.
-
Adds several credential at once.
-
Clears all credentials.
-
Returns the timestamp of the last user request.
-
(boolean) hasCredential (, )
Browse code
Returns true if user has credential.
-
-
(boolean) isAuthenticated ()
Browse code
Returns true if user is authenticated.
-
-
returns an array containing the credentials
-
Removes a credential.
-
Sets authentication for user.
-
-
|