users@glassfish.java.net

Re: how to enable SSL in glassfish specially for web services?

From: Shing Wai Chan <Shing-Wai.Chan_at_Sun.COM>
Date: Wed, 07 Mar 2007 10:28:55 -0800

legolas wood wrote:
> Hi
> Thank you for reading my post.
> How we can enable web service security in glassfish?
> for example we need to make all of our web services to work on top of
> HTTPS instead of HTTP.
You can find examples about SSL mutual auth in the following tech tip:
    http://java.sun.com/developer/EJTechTips/2006/tt0527.html
> Also we need to create one single authentication for all WSC that try
> to use our web services.
>
> For example we want to configure a unique user/password, Double Key,
> .... and then any client must have that token to connect to our server.
>
> For example if we use user/password then all WSC should use that
> user/password to connect to our services.
> If we use double key then all WSC must have that key to connect to our
> server.
>
> I should say that we use DDI in our client side so im looking to
> mechanism that we could apply to clients that use DDI too.
>
> Thanks
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>