Zend Framework  1.12
Public Member Functions | Protected Attributes | List of all members
Zend_Amf_Adobe_Auth Class Reference

Public Member Functions

 __construct ($rolefile)
 Create auth adapter.
 
 getAcl ()
 Get ACL with roles from XML file.
 
 authenticate ()
 Perform authentication.
 
- Public Member Functions inherited from Zend_Amf_Auth_Abstract
 setCredentials ($username, $password)
 

Protected Attributes

 $_acl
 
 $_users = array()
 
- Protected Attributes inherited from Zend_Amf_Auth_Abstract
 $_username
 
 $_password
 

Constructor & Destructor Documentation

__construct (   $rolefile)

Create auth adapter.

Parameters
string$rolefileFile containing XML with users and roles

Member Function Documentation

authenticate ( )
getAcl ( )

Get ACL with roles from XML file.

Returns
Zend_Acl

Member Data Documentation

$_acl
protected
$_users = array()
protected