In look looking the getting started page for wicket security I came across
the following block on text when describing the configuration of principals.

What we just did is grant everyone the right to see (render) our HomePage,
if there are secure components on the homepage we can see them too
(inherit). In addition we granted links to our homepage the right to be
clicked (enable). Because we do not want to give links on our homepage the
right to be clicked we did not place the enable action on the previous line
with the inherit. If we know for a fact that there are absolutely no links
pointing to the homepage we could delete the second line, but generally you
will want these two lines for any given secure page. If you think, what a
long line isn't there a shorter way, then i have good news for you. Hive
supports aliases. This means that besides the build in aliases for
permissions you can add your own aliases for permissions, principals and
names, just not for actions!. aliases can be concatenated but not nested.
sow if we rewrite our policy to use aliases we get

Just to clarify, when you say "In addition we granted links to our homepage
the right to be clicked (enable)", does this mean that the link, which I
assume you mean , is able to be physically clicked? And if it was the
opposite, as is the next line of the configuration "HomePage", "enable"",
does this mean that the link is disabled to the user, or that it is enabled
but you will get an access error exception on the server side?

Thanks
Craig
-- 
View this message in context: 
http://www.nabble.com/Wicket-Security-Configuration-Question-tf3884414.html#a11009812
Sent from the Wicket - User mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to