You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Tony Thompson <To...@stone-ware.com> on 2008/04/09 17:11:25 UTC

Configuring a whitelist

I am using Axis Java 1.4.  Is there any way I can add some simple
security like a whitelist to my web services so that only certain
clients can connect?  If not, is this in Axis2 by any chance?
 
Thanks
Tony
 
This message (and any associated files) is intended only for the 
use of the individual or entity to which it is addressed and may 
contain information that is confidential, subject to copyright or
constitutes a trade secret. If you are not the intended recipient 
you are hereby notified that any dissemination, copying or 
distribution of this message, or files associated with this message, 
is strictly prohibited. If you have received this message in error, 
please notify us immediately by replying to the message and deleting 
it from your computer. Messages sent to and from Stoneware, Inc.
may be monitored.

Re: Configuring a whitelist

Posted by Vikas Gujjar <vi...@gmail.com>.
Hi Tony,

I have quite successfully used handlers for this.

You may want to use the pre-configured SimpleAuthentication and
SimpleAuthorization Handlers.
http://ws.apache.org/axis/java/reference.html#Pre-ConfiguredAxisComponentsReference


Thanks,
Vikas

On Wed, Apr 9, 2008 at 8:11 AM, Tony Thompson <To...@stone-ware.com>
wrote:

>  I am using Axis Java 1.4.  Is there any way I can add some simple
> security like a whitelist to my web services so that only certain clients
> can connect?  If not, is this in Axis2 by any chance?
>
> Thanks
> Tony
>
> This message (and any associated files) is intended only for the
> use of the individual or entity to which it is addressed and may
> contain information that is confidential, subject to copyright or
> constitutes a trade secret. If you are not the intended recipient
> you are hereby notified that any dissemination, copying or
> distribution of this message, or files associated with this message,
> is strictly prohibited. If you have received this message in error,
> please notify us immediately by replying to the message and deleting
> it from your computer. Messages sent to and from Stoneware, Inc.
> may be monitored.
>
>


-- 
Thanks,
Vikas C Gujjar