Get controller => actions list

Hello.
I want to made access controller. Can I get array/object with controllers list and them actions?
Or maybe you can help me made custom code?
Thank you.

You can use cakephp/acl/AclExtras.php code.

Start with getControllerList() and _checkMethods()

However this doesn’t work with runtime defined actions (eg. actions declared in beforeFilter)