Class Mage_Api_Model_Acl
Acl model
- Zend_Acl
- Mage_Api_Model_Acl
Package: Mage\Api
Category: Mage
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Author: Magento Core Team <core@magentocommerce.com>
Located at code/core/Mage/Api/Model/Acl.php
Category: Mage
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Author: Magento Core Team <core@magentocommerce.com>
Located at code/core/Mage/Api/Model/Acl.php
protected
|
|
public
|
string |
ROLE_TYPE_GROUP
|
'G' |
#
All the group roles are prepended by G |
string |
ROLE_TYPE_USER
|
'U' |
#
All the user roles are prepended by U |
string |
USER_TYPE_GUEST
|
'G' |
#
User types for store access G - Guest customer (anonymous) C - Authenticated customer A - Authenticated admin user |
string |
USER_TYPE_CUSTOMER
|
'C' |
|
string |
USER_TYPE_ADMIN
|
'A' |
|
integer |
RULE_PERM_DENY
|
0 |
#
Permission level to deny access |
integer |
RULE_PERM_INHERIT
|
1 |
#
Permission level to inheric access from parent role |
integer |
RULE_PERM_ALLOW
|
2 |
#
Permission level to allow access |