Re: Options for securing jax-rs web service?

2010-07-21 Thread Dan King
- Original Message > From: SergeyBeryozkin > To: users@cxf.apache.org > Sent: Tue, July 20, 2010 4:31:26 PM > Subject: Re: Options for securing jax-rs web service? > > Hi > > Lukasz is leading the CXFJAXRSOAuth project, have just seen him > replying... &

Re: Options for securing jax-rs web service?

2010-07-20 Thread Sergey Beryozkin
Hi Lukasz is leading the CXF JAXRS OAuth project, have just seen him replying... It appears though that you probably want a solution based upon OpenId (combined with OAuth if really needed) or may be CAS, or some other SSO based solution. You can also try to use a client certificate - may be an ex

Re: Options for securing jax-rs web service?

2010-07-20 Thread Łukasz Moreń
Hi, I'm currently working on OAuth 1.0 extension for CXF JAXRS module. You can find source code at: https://svn.apache.org/repos/asf/cxf/sandbox/oauth_1.0a/rt/rs/ It is in early stage of development but maybe you will be interested. Check this as well: http://cxf.547215.n5.nabble.com/OAuth-client

Options for securing jax-rs web service?

2010-07-20 Thread Dan King
Hi all, I want to secure my restful web service, which is used internally only (i.e. no 3rd parties) and is accessed via a web tier using java, javascript, and flex. However, I do not want to use basic authentication security, since I do want to transfer back-and-forth the user name and passwor

Re: securing JAX RS

2010-02-07 Thread SaravananRamamoorthy
e sample code to retrieve the credentials. >> >> Thanks for your help. >> >> Regards >> SaravananRamamoorthy >> -- >> View this message in context: >> http://old.nabble.com/securing-JAX-RS-tp27465890p27465890.html >> Sent from the cxf-user m

Re: securing JAX RS

2010-02-05 Thread Andreas Veithen
ail.com/2008/03/31/apache-cxf-with-http-basic-authentication/ > > Please help me how to use this concept in resource class. > > Can anyone send the sample code to retrieve the credentials. > > Thanks for your help. > > Regards > SaravananRamamoorthy > -- >

RE: securing JAX RS

2010-02-05 Thread KARR, DAVID (ATTSI)
> -Original Message- > From: SaravananRamamoorthy [mailto:saravanan.ramamoorth...@gmail.com] > Sent: Friday, February 05, 2010 2:20 AM > To: users@cxf.apache.org > Subject: securing JAX RS > > > Dear All, > > To retrieve the Basic Authentication credential

securing JAX RS

2010-02-05 Thread SaravananRamamoorthy
context: http://old.nabble.com/securing-JAX-RS-tp27465890p27465890.html Sent from the cxf-user mailing list archive at Nabble.com.