Is there a way to get the ACL for the current user outside of an Action or Screen class? I tried this, TurbineSecurity.getACL() but getACL needs a User object? How can I get the current user?
A request scoped pull tool has access to a RunData object (data), the default implementation of which contains the current user's ACL:
data.getACL()
Scott --
Scott Eade Backstage Technologies Pty. Ltd. http://www.backstagetech.com.au
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
