Great! Thanks, Ryan
----- Original Message ----- From: "Scott Eade" <[EMAIL PROTECTED]> To: "Turbine Users List" <[EMAIL PROTECTED]> Sent: Wednesday, June 11, 2003 8:06 PM Subject: Re: Getting ACL inside of a Pull Tool? > Ryan Austin wrote: > > >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] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
