[aida] Tutorial - security rules
Alex Baran
aleksijb at gmail.com
Mon Mar 2 20:58:53 CET 2009
Sorry, my previous message is not correct.
I found that security rules managed through web interface, and this is
mentioned in the tutorial.
My apologies.
Alex Baran wrote:
> Hello All,
>
> I'm new to AIDA and I have latest version from Cincom public sore repository.
> Just tried to write my first Hello World app and found that a
> tutorial(http://www.aidaweb.si/tutorial.html) don't mention existence
> of security rules.
> So my App stumbled at login dialog. Code bellow helped at solving the
> issue by allowing HelloWorldApp>>viewMain for all users.
>
> | site rules |
> site := AIDASite named: 'aidademo'.
> rules := Dictionary new.
> rules
> at: site securityManager allUsersGroup
> put: (IdentitySet with: #viewMain).
>
> site securityManager accessByObject
> at: #HelloWorldApp
> put: rules
>
> Apologize, if I missed some points, it's my first time with AIDA.
>
>
> Best regards,
> Alex Baran
> _______________________________________________
> Aida mailing list
> Aida at aidaweb.si
> http://lists.aidaweb.si/mailman/listinfo/aida
More information about the Aida
mailing list