-none- 2007-09-01 - By atao
Back With @(protected) and @(protected) you can define only two components, with the same scope or not:
| @(protected)("user") | @(protected)(SESSION) | @(protected)(name="user2", scope=SESSION) |
There is no such limitations with @(protected)
| @(protected)("user") | @(protected)(SESSION) | @(protected)({ | @(protected)(name="user2", scope=SESSION), | @(protected)(name="user3", scope=SESSION), | @(protected)(name="user4", scope=SESSION), | @(protected)(name="user5", scope=SESSION), | }) | |
The scopes can be differents.
Then all the "Role" names can be used as the "Name" one.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic &p=4080229#4080229
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode =reply&p=4080229 __ ____ ____ ____ ____ ____ ____ ____ ____ ____ jboss-user mailing list jboss-user@(protected) https://lists.jboss.org/mailman/listinfo/jboss-user
|
|