[Zend_Auth] element index

Package indexes

All elements
a e g i l s t z _
_
top
Variable $_adapter
Authentication adapter
Variable $_filename
Filename against which authentication queries are performed
Variable $_identity
Array containing the username and realm from the authentication attempt
Variable $_message
Message from the authentication adapter describing authentication failure
Variable $_sessionNamespace
Session namespace used for storing authentication token
Variable $_sessionTokenName
Member name for authentication token
Variable $_useSession
Whether or not to automatically use the session for persisting authentication token
Variable $_valid
Whether or not this token represents a successful authentication attempt
Method __construct
Sets the token values, as appropriate
Method __construct
Creates a new digest authentication object against the $filename provided
Method __construct
Sets the authentication adapter
a
top
Page Adapter.php
Adapter.php in Adapter.php
Page Adapter.php
Adapter.php in Adapter.php
Page Auth.php
Auth.php in Auth.php
Method authenticate
Authenticates against the attached adapter
Method authenticate
Extending classes should implement this method, accepting authentication credentials as parameters, and returning the authentication results
Method authenticate
Authenticates the realm, username and password given
e
top
Page Exception.php
Exception.php in Exception.php
Page Exception.php
Exception.php in Exception.php
Page Exception.php
Exception.php in Exception.php
Class Constant SESSION_NAMESPACE_DEFAULT
Default session namespace
Class Constant SESSION_TOKEN_NAME_DEFAULT
Default session variable name for authentication token
g
top
Method getIdentity
Returns the identity represented by the authentication token
Method getIdentity
Defined by Zend_Auth_Token_Interface
Method getMessage
Defined by Zend_Auth_Token_Interface
Method getMessage
Returns a message about why the authentication token is not valid or null if the authentication token is valid
Method getSessionNamespace
Returns the session namespace used for storing authentication token
Method getSessionTokenName
Returns the name of the session object member where the authentication token is located
Method getToken
Returns an existing authentication token from the session, or null if there is no token in the session
Method getUseSession
Returns whether or not the session is used automatically
i
top
Page Interface.php
Interface.php in Interface.php
Method isLoggedIn
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
Method isValid
Defined by Zend_Auth_Token_Interface
Method isValid
Returns whether the authentication token is currently valid (i.e., whether it represents a successful authentication attempt)
l
top
Method logout
Removes an existing authentication token from the location determined by the session namespace and token member name currently set for this object
s
top
Method setSessionNamespace
Sets the session namespace used for storing authentication token
Method setSessionTokenName
Sets the name of the session object member where the authentication token is located
Method setUseSession
Set whether or not to use the session automatically
Method staticAuthenticate
Authenticates against the given parameters
Method staticAuthenticate
Extending classes may implement this method, accepting authentication credentials as parameters, and returning the authentication results
t
top
Page Token.php
Token.php in Token.php
z
top
Class Zend_Auth
Zend_Auth in Auth.php
Class Zend_Auth_Adapter
Zend_Auth_Adapter in Adapter.php
Class Zend_Auth_Adapter_Exception
Class Zend_Auth_Digest_Adapter
Class Zend_Auth_Digest_Exception
Class Zend_Auth_Digest_Token
Class Zend_Auth_Exception
Zend_Auth_Exception in Exception.php
Class Zend_Auth_Token_Interface
Zend_Auth_Token_Interface in Interface.php
a e g i l s t z _