Hello
I've read something in Seam reference about @Roles which you can define many roles for
an entity, a User stated as an example as follows:
| @Roles({
| @Role(name="user", scope=ScopeType.CONVERSATION),
| @Role(name="currentUser", scope=ScopeType.SESSION)
| })
|
it seems to me very useful but I can't comprehend its concepts and the benefits and
also I don't know how to use? unfortunately I couldn't find any sample in which
this feature is utilized.
can anyone explain this annotation and tell me how to use it?
thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4080226#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...