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
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
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.