[jboss-user] [JBoss Seam] - who can explain the security features demonstrate in the sea

wuhaixing do-not-reply at jboss.com
Mon Nov 26 10:03:48 EST 2007


In the seamspace project,security-rule.drl has the following code snippet I donn't know why.
1.
check: PermissionCheck(name == "memberImage", action == "view", granted == false)
there is a memberImage component,but where is the action view?
2.
check: PermissionCheck(name == "blog", action == "create", granted == false)
Does this mean Statful session bean BlogAction create is restircted?
3.
check: PermissionCheck(name == "friendComment", action == "create", granted == false)
Restrict @Factory("friendComment")?and where is action create?
4.
@Restrict is not required to invoke permission check?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107756#4107756

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4107756



More information about the jboss-user mailing list