[EMAIL PROTECTED] wrote:

There’s no built-in support to act based on authentication roles in the sitemap?

No, but it is very easy to add. First, you have to get the user's roles during authentication from whatever authentication and authorization component you are using and save them in the user's session. Then write a Permission selector that looks a lot like the ExceptionSelector. It just compares the user's roles with the role specified in the sitemap and executes the correct pipeline fragment.

Ralph

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to