[jboss-user] [JBossWS] - Re: JAX-WS Basic authorization?
rukus
do-not-reply at jboss.com
Thu Nov 15 09:29:33 EST 2007
Looks like only web.xml matters
security-constraint>
| <web-resource-collection>
| <web-resource-name>Server service</web-resource-name>
| <url-pattern>/*</url-pattern>
| <http-method>POST</http-method>
| </web-resource-collection>
| <auth-constraint>
| <role-name>testuser</role-name>
| </auth-constraint>
| </security-constraint>
and
@RolesAllowed
annotation does no effect
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4105030#4105030
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4105030
More information about the jboss-user
mailing list