ZMObject
└─ZMZenCartUserSacsHandler
public class ZMZenCartUserSacsHandler
extends ZMObject
| Field Summary | |
|---|---|
| final str | Access level anonymous. |
| final str | Access level by group. |
| final str | Access level guest. |
| final str | Access level registered. |
| Fields inherited from org.zenmagick.core.ZMObject | |
|---|---|
| properties_ | |
| Constructor Summary | |
|---|---|
Create new instance. |
|
| Method Summary | |
|---|---|
| void | evaluate(mixed requestId, mixed credentials, mixed manager) {@inheritDoc} |
| void | getName() {@inheritDoc} |
| Methods inherited from org.zenmagick.core.ZMObject | |
|---|---|
| attachMethod, get, getAttachedMethods, getPropertyNames, set, singleton | |
public final str ANONYMOUS = 'anonymous'
Access level anonymous.
public final str GROUP = 'group'
Access level by group.
public final str GUEST = 'guest'
Access level guest.
public final str REGISTERED = 'registered'
Access level registered.
public ZMZenCartUserSacsHandler()
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.