Module z_acl_queue

Queue acl requests for later handling.

Copyright © 2010 Marc Worrell Date: 2010-05-04

Authors: Marc Worrell (marc@worrell.nl).

Description

Queue acl requests for later handling. For now a dummy module. The idea is that when an action is not allowed then the user can request another, more powerful user, to perform the action. Suuch requests are queued per user or group.

Function Index

queue_allow/2
queue_deny/2
queue_list/2
queue_request/3Queue a request for an action with some actors.

Function Details

queue_allow/2

queue_allow(Request, Context) -> any()

queue_deny/2

queue_deny(Request, Context) -> any()

queue_list/2

queue_list(Actor, Context) -> any()

queue_request/3

queue_request(ToActors, Request, Context) -> any()

Queue a request for an action with some actors. Eg. request to add an edge to a resource for which the current actor doesn't have permissions.


Generated by EDoc, Feb 25 2011, 21:14:41.