RE: Determining Caller's Identity

2009-08-21 Thread Eamonn Dwyer
Oh I just noticed the "Dan and Dan" below :) , my brain and hands must have been out of synch for a bit. Regards, Eamonn > Date: Fri, 21 Aug 2009 13:23:12 -0400 > Subject: Re: Determining Caller's Identity > From: stephen.lange...@osumc.edu > To: users@cxf.apach

Re: Determining Caller's Identity

2009-08-21 Thread Stephen Langella
Biomedical Informatics Ohio State University Office: (614) 293-9534 Lab: (614) 292-8420 stephen.lange...@osumc.edu > From: Eamonn Dwyer > Reply-To: > Date: Thu, 20 Aug 2009 14:37:45 +0100 > To: > Subject: RE: Determining Caller's Identity > > > Hi Dan and Dan > I

RE: Determining Caller's Identity

2009-08-20 Thread Eamonn Dwyer
would look like x509certificate CN=bob, OU=eng, O=mycompany.com x509certificate CN=trent, OU=eng, O=mycompany.com Regs Eamonn > From: dk...@apache.org > To: users@cxf.apache.org > Subject: Re: Determining Caller's Identity > Date: Wed, 19 Aug 2009 13:53:49 -0400 > CC: s

Re: Determining Caller's Identity

2009-08-19 Thread Daniel Kulp
ange...@osumc.edu > > > From: Josef Bajada > > Reply-To: > > Date: Wed, 19 Aug 2009 15:03:05 +0200 > > To: > > Subject: RE: Determining Caller's Identity > > > > If you use the servlet container's authentication and transport security > > meth

Re: Determining Caller's Identity

2009-08-19 Thread Stephen Langella
> Date: Wed, 19 Aug 2009 15:03:05 +0200 > To: > Subject: RE: Determining Caller's Identity > > If you use the servlet container's authentication and transport security > methods (through WEB-INF/web.xml) to force authentication (such as HTTP > BASIC Auth over HTTPS),

Re: Determining Caller's Identity

2009-08-19 Thread Stephen Langella
...@osumc.edu > From: Josef Bajada > Reply-To: > Date: Wed, 19 Aug 2009 17:05:36 +0200 > To: > Subject: RE: Determining Caller's Identity > > Just put the annotation @Resource before the field and by > resource-injection it should be populated automatically b

RE: Determining Caller's Identity

2009-08-19 Thread Josef Bajada
: Determining Caller's Identity Josef, Thanks for the information, how do I get a handle the the WebServiceContext inside my service implementation? --Steve Stephen Langella Co-Director Software Research Institute Center for IT Innovations in Healthcare Ohio State University Senior Resea

Re: Determining Caller's Identity

2009-08-19 Thread Stephen Langella
Informatics Ohio State University Office: (614) 293-9534 Lab: (614) 292-8420 stephen.lange...@osumc.edu > From: Josef Bajada > Reply-To: > Date: Wed, 19 Aug 2009 15:03:05 +0200 > To: > Subject: RE: Determining Caller's Identity > > If you use the servlet cont

RE: Determining Caller's Identity

2009-08-19 Thread Josef Bajada
Regards, Josef -Original Message- From: Eamonn Dwyer [mailto:eamdwyer...@hotmail.com] Sent: 19 August 2009 12:57 To: users@cxf.apache.org Subject: RE: Determining Caller's Identity Hi Stephen Not quite what you want but maybe you could do something like this inside an intercepto

RE: Determining Caller's Identity

2009-08-19 Thread Eamonn Dwyer
certificates and authorize based on this Regards Eamonn > From: stephen.lange...@inventrio.com > To: users@cxf.apache.org > Subject: Determining Caller's Identity > Date: Tue, 18 Aug 2009 14:37:12 -0400 > > I have written and Apache CXF Web Service (WSDL First), inside the >

Determining Caller's Identity

2009-08-18 Thread Stephen Langella
I have written and Apache CXF Web Service (WSDL First), inside the service I want to enforce authorization based on the identity of the client that called the service. I wanted to know if there was an API call I can make from the service implementation to obtain the client identity. For