Located in /Auth.php (line 30)
Authentication adapter
Session namespace used for storing authentication token
Member name for authentication token
Whether or not to automatically use the session for persisting authentication token
Authenticates against the attached adapter
All parameters are passed along to the adapter's authenticate() method.
Returns the session namespace used for storing authentication token
Returns the name of the session object member where the authentication token is located
Returns an existing authentication token from the session, or null if there is no token in the session
The location in the session of the token determined by the session namespace and token member name currently set for this object.
Returns whether or not the session is used automatically
Returns true if and only if an existing authentication token exists at the location determined by the session namespace and token member name currently set for this object and the token represents a successful authentication attempt
Removes an existing authentication token from the location determined by the session namespace and token member name currently set for this object
Sets the authentication adapter
Sets the session namespace used for storing authentication token
Sets the name of the session object member where the authentication token is located
Set whether or not to use the session automatically
Documentation generated on Thu, 18 Jan 2007 10:00:40 -0800 by phpDocumentor 1.3.1