Can anyone give me any pointers about how security works in pier? In
particular, if I make my own components, how do I apply security to
them?
I've been browsing around and tracing the code and see that the security
descriptors end up as decorations which apply to objectified commands.
However, I don't know what I need to do to set the security of an object
or fiddle with the security policy.
Also, if someone comes in from the outside with a link like
http://my.host.com/seaside/pier/personalpreferences, is there a way I
can ensure that they will be prompted for login and then taken to a
preferences page for them?
Thanks.
Ross