ZMObject
└─ZMZenCartAccountSacsHandler
public class ZMZenCartAccountSacsHandler
extends ZMObject
| Constant Summary | |
|---|---|
| final static str | Access level anonymous. |
| final static str | Access level guest. |
| final static str | Access level registered. |
| Fields inherited from org.zenmagick.core\ZMObject | |
|---|---|
| properties_ | |
| Method Summary | |
|---|---|
| void | Create new instance. |
| void | evaluate(mixed requestId, mixed credentials, mixed manager) {@inheritDoc} |
| void | getName() {@inheritDoc} |
| Methods inherited from org.zenmagick.core\ZMObject | |
|---|---|
| __construct, attachMethod, get, getAttachedMethods, getProperties, getPropertyNames, set, singleton | |
public final static str ANONYMOUS = 'anonymous'
Access level anonymous.
public final static str GUEST = 'guest'
Access level guest.
public final static str REGISTERED = 'registered'
Access level registered.
public void __construct()
Create new instance.
public void evaluate(mixed requestId, mixed credentials, mixed manager)
public void getName()
Handle access control and security mappings.
Access control mappings define the level of authentication required for resources. Resources in this context are controller or page requests.
Controller/resources marked as secure will be enforcer by redirects using SSL (if configured), if non secure HTTP is used to access them.