RE: ServletSecurityProvider

2003-02-03 Thread Keeney, Thomas
nt: Friday, January 31, 2003 8:21 PM To: '[EMAIL PROTECTED]' Subject: RE: ServletSecurityProvider Thanks - That worked great. One more question. Is there a way to specifiy that only certain methods within a service need to be authenticated? For inst

RE: ServletSecurityProvider

2003-01-31 Thread Trevor Daniel Kramer
Thanks - That worked great. One more question. Is there a way to specifiy that only certain methods within a service need to be authenticated? For instance given this wsdd: Is there a way to specify that the methods getName should use security but getEmail

RE: ServletSecurityProvider

2003-01-31 Thread Keeney, Thomas
Trevor, Here's how you set it up: 1) In web.xml, add the following init-param for the AxisServlet. This enables the provider by adding it as a MessageContext property: use-servlet-security 1 2) In web.xml set authentication method to BASIC.