You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by Colm O hEigeartaigh <co...@apache.org> on 2012/10/01 12:04:37 UTC

Re: Encryption, User/Password Authentication and Operation Authorization. Is this possible with WS-Security?

Could you provide more detail as to what exactly you want to do?

Colm.

On Sat, Sep 29, 2012 at 5:53 PM, Néstor Boscán <ne...@gmail.com> wrote:

> Hi
>
> Can I do Encryption, User/Password Authentication using Windows Active
> Directory and Operation Authorization with WS-Security?
>
> Regards,
>
> Néstor Boscán
>



-- 
Colm O hEigeartaigh

Talend Community Coder
http://coders.talend.com

Re: Encryption, User/Password Authentication and Operation Authorization. Is this possible with WS-Security?

Posted by Néstor Boscán <ne...@gmail.com>.
Thanks a lot Glen

On Mon, Oct 1, 2012 at 4:53 PM, Glen Mazza <gm...@talend.com> wrote:

> Link #12 here might help you with 1 (and to a degree #2):
> http://www.jroller.com/gmazza/**entry/blog_article_index<http://www.jroller.com/gmazza/entry/blog_article_index>
> ,
> 3 might be handled here: http://cxf.547215.n5.nabble.**
> com/Authorization-with-CXF-**and-WSS4J-tp5713296p5713307.**html<http://cxf.547215.n5.nabble.com/Authorization-with-CXF-and-WSS4J-tp5713296p5713307.html>
>
> HTH,
> Glen
>
>
> On 10/01/2012 11:47 AM, Néstor Boscán wrote:
>
>> Any pointers on which configuration should I use to do each one? Or
>> documents that explain each one?
>>
>> On Mon, Oct 1, 2012 at 11:04 AM, Colm O hEigeartaigh <coheigea@apache.org
>> >wrote:
>>
>>  Yes, it's possible to do all of those things with CXF.
>>>
>>> Colm.
>>>
>>> On Mon, Oct 1, 2012 at 4:08 PM, Néstor Boscán <ne...@gmail.com>
>>> wrote:
>>>
>>>  Hi
>>>>
>>>> I already know how to create web services with CXF. Now I need to add:
>>>>
>>>> 1.- Request and Response messages are encrypted.
>>>> 2.- The client must provide user/password to the web service and be
>>>> authenticated with Active Directory.
>>>> 3.- Provide authorization at the operation level. For example be able to
>>>> define that to call a particular operation in the web service the user
>>>>
>>> must
>>>
>>>> have a specific role.
>>>>
>>>> Regards,
>>>>
>>>> Néstor Boscán
>>>>
>>>> On Mon, Oct 1, 2012 at 5:34 AM, Colm O hEigeartaigh <
>>>> coheigea@apache.org
>>>>
>>>>> wrote:
>>>>> Could you provide more detail as to what exactly you want to do?
>>>>>
>>>>> Colm.
>>>>>
>>>>> On Sat, Sep 29, 2012 at 5:53 PM, Néstor Boscán <ne...@gmail.com>
>>>>>
>>>> wrote:
>>>>
>>>>> Hi
>>>>>>
>>>>>> Can I do Encryption, User/Password Authentication using Windows
>>>>>>
>>>>> Active
>>>
>>>> Directory and Operation Authorization with WS-Security?
>>>>>>
>>>>>> Regards,
>>>>>>
>>>>>> Néstor Boscán
>>>>>>
>>>>>>
>>>>>
>>>>> --
>>>>> Colm O hEigeartaigh
>>>>>
>>>>> Talend Community Coder
>>>>> http://coders.talend.com
>>>>>
>>>>>
>>>
>>> --
>>> Colm O hEigeartaigh
>>>
>>> Talend Community Coder
>>> http://coders.talend.com
>>>
>>>
>
> --
> Glen Mazza
> Talend Community Coders - coders.talend.com
> blog: www.jroller.com/gmazza
>
>

Re: Encryption, User/Password Authentication and Operation Authorization. Is this possible with WS-Security?

Posted by Glen Mazza <gm...@talend.com>.
Link #12 here might help you with 1 (and to a degree #2): 
http://www.jroller.com/gmazza/entry/blog_article_index,
3 might be handled here: 
http://cxf.547215.n5.nabble.com/Authorization-with-CXF-and-WSS4J-tp5713296p5713307.html

HTH,
Glen

On 10/01/2012 11:47 AM, Néstor Boscán wrote:
> Any pointers on which configuration should I use to do each one? Or
> documents that explain each one?
>
> On Mon, Oct 1, 2012 at 11:04 AM, Colm O hEigeartaigh <co...@apache.org>wrote:
>
>> Yes, it's possible to do all of those things with CXF.
>>
>> Colm.
>>
>> On Mon, Oct 1, 2012 at 4:08 PM, Néstor Boscán <ne...@gmail.com> wrote:
>>
>>> Hi
>>>
>>> I already know how to create web services with CXF. Now I need to add:
>>>
>>> 1.- Request and Response messages are encrypted.
>>> 2.- The client must provide user/password to the web service and be
>>> authenticated with Active Directory.
>>> 3.- Provide authorization at the operation level. For example be able to
>>> define that to call a particular operation in the web service the user
>> must
>>> have a specific role.
>>>
>>> Regards,
>>>
>>> Néstor Boscán
>>>
>>> On Mon, Oct 1, 2012 at 5:34 AM, Colm O hEigeartaigh <coheigea@apache.org
>>>> wrote:
>>>> Could you provide more detail as to what exactly you want to do?
>>>>
>>>> Colm.
>>>>
>>>> On Sat, Sep 29, 2012 at 5:53 PM, Néstor Boscán <ne...@gmail.com>
>>> wrote:
>>>>> Hi
>>>>>
>>>>> Can I do Encryption, User/Password Authentication using Windows
>> Active
>>>>> Directory and Operation Authorization with WS-Security?
>>>>>
>>>>> Regards,
>>>>>
>>>>> Néstor Boscán
>>>>>
>>>>
>>>>
>>>> --
>>>> Colm O hEigeartaigh
>>>>
>>>> Talend Community Coder
>>>> http://coders.talend.com
>>>>
>>
>>
>> --
>> Colm O hEigeartaigh
>>
>> Talend Community Coder
>> http://coders.talend.com
>>


-- 
Glen Mazza
Talend Community Coders - coders.talend.com
blog: www.jroller.com/gmazza


Re: Encryption, User/Password Authentication and Operation Authorization. Is this possible with WS-Security?

Posted by Néstor Boscán <ne...@gmail.com>.
Any pointers on which configuration should I use to do each one? Or
documents that explain each one?

On Mon, Oct 1, 2012 at 11:04 AM, Colm O hEigeartaigh <co...@apache.org>wrote:

> Yes, it's possible to do all of those things with CXF.
>
> Colm.
>
> On Mon, Oct 1, 2012 at 4:08 PM, Néstor Boscán <ne...@gmail.com> wrote:
>
> > Hi
> >
> > I already know how to create web services with CXF. Now I need to add:
> >
> > 1.- Request and Response messages are encrypted.
> > 2.- The client must provide user/password to the web service and be
> > authenticated with Active Directory.
> > 3.- Provide authorization at the operation level. For example be able to
> > define that to call a particular operation in the web service the user
> must
> > have a specific role.
> >
> > Regards,
> >
> > Néstor Boscán
> >
> > On Mon, Oct 1, 2012 at 5:34 AM, Colm O hEigeartaigh <coheigea@apache.org
> > >wrote:
> >
> > > Could you provide more detail as to what exactly you want to do?
> > >
> > > Colm.
> > >
> > > On Sat, Sep 29, 2012 at 5:53 PM, Néstor Boscán <ne...@gmail.com>
> > wrote:
> > >
> > > > Hi
> > > >
> > > > Can I do Encryption, User/Password Authentication using Windows
> Active
> > > > Directory and Operation Authorization with WS-Security?
> > > >
> > > > Regards,
> > > >
> > > > Néstor Boscán
> > > >
> > >
> > >
> > >
> > > --
> > > Colm O hEigeartaigh
> > >
> > > Talend Community Coder
> > > http://coders.talend.com
> > >
> >
>
>
>
> --
> Colm O hEigeartaigh
>
> Talend Community Coder
> http://coders.talend.com
>

Re: Encryption, User/Password Authentication and Operation Authorization. Is this possible with WS-Security?

Posted by Colm O hEigeartaigh <co...@apache.org>.
Yes, it's possible to do all of those things with CXF.

Colm.

On Mon, Oct 1, 2012 at 4:08 PM, Néstor Boscán <ne...@gmail.com> wrote:

> Hi
>
> I already know how to create web services with CXF. Now I need to add:
>
> 1.- Request and Response messages are encrypted.
> 2.- The client must provide user/password to the web service and be
> authenticated with Active Directory.
> 3.- Provide authorization at the operation level. For example be able to
> define that to call a particular operation in the web service the user must
> have a specific role.
>
> Regards,
>
> Néstor Boscán
>
> On Mon, Oct 1, 2012 at 5:34 AM, Colm O hEigeartaigh <coheigea@apache.org
> >wrote:
>
> > Could you provide more detail as to what exactly you want to do?
> >
> > Colm.
> >
> > On Sat, Sep 29, 2012 at 5:53 PM, Néstor Boscán <ne...@gmail.com>
> wrote:
> >
> > > Hi
> > >
> > > Can I do Encryption, User/Password Authentication using Windows Active
> > > Directory and Operation Authorization with WS-Security?
> > >
> > > Regards,
> > >
> > > Néstor Boscán
> > >
> >
> >
> >
> > --
> > Colm O hEigeartaigh
> >
> > Talend Community Coder
> > http://coders.talend.com
> >
>



-- 
Colm O hEigeartaigh

Talend Community Coder
http://coders.talend.com

Re: Encryption, User/Password Authentication and Operation Authorization. Is this possible with WS-Security?

Posted by Néstor Boscán <ne...@gmail.com>.
Hi

I already know how to create web services with CXF. Now I need to add:

1.- Request and Response messages are encrypted.
2.- The client must provide user/password to the web service and be
authenticated with Active Directory.
3.- Provide authorization at the operation level. For example be able to
define that to call a particular operation in the web service the user must
have a specific role.

Regards,

Néstor Boscán

On Mon, Oct 1, 2012 at 5:34 AM, Colm O hEigeartaigh <co...@apache.org>wrote:

> Could you provide more detail as to what exactly you want to do?
>
> Colm.
>
> On Sat, Sep 29, 2012 at 5:53 PM, Néstor Boscán <ne...@gmail.com> wrote:
>
> > Hi
> >
> > Can I do Encryption, User/Password Authentication using Windows Active
> > Directory and Operation Authorization with WS-Security?
> >
> > Regards,
> >
> > Néstor Boscán
> >
>
>
>
> --
> Colm O hEigeartaigh
>
> Talend Community Coder
> http://coders.talend.com
>