Re: Authentication & Authorization across wsBinding & java Implementation - was : Using security policies in the Bigbank scenario

2008-04-23 Thread Raymond Feng
;[EMAIL PROTECTED]> Sent: Wednesday, April 23, 2008 8:26 AM To: Subject: Re: Authentication & Authorization across wsBinding & java Implementation - was : Using security policies in the Bigbank scenario I don't know whether the POLICY-26 proposal has been accepted. I think POLICY

Re: Authentication & Authorization across wsBinding & java Implementation - was : Using security policies in the Bigbank scenario

2008-04-23 Thread Greg Dritschler
o: > Subject: Re: Authentication & Authorization across wsBinding & java > Implementation - was : Using security policies in the Bigbank scenario > > > Hi, > > > > With r650032, I have committed some simple additions to support the > > model > > and St

Re: Authentication & Authorization across wsBinding & java Implementation - was : Using security policies in the Bigbank scenario

2008-04-21 Thread Raymond Feng
t: Monday, April 21, 2008 12:20 AM To: Subject: Re: Authentication & Authorization across wsBinding & java Implementation - was : Using security policies in the Bigbank scenario Hi, With r650032, I have committed some simple additions to support the model and StaX processor for the bu

Re: Authentication & Authorization across wsBinding & java Implementation - was : Using security policies in the Bigbank scenario

2008-04-21 Thread Venkata Krishnan
Hi, With r650032, I have committed some simple additions to support the model and StaX processor for the bunch of policy assertions specified in section 1.7.3-Implementation-Security-Policy of the PolicyFwk Specs. I'd wish to optimize this a bit and cut down on some classes in the future. As a st

Re: Authentication & Authorization across wsBinding & java Implementation - was : Using security policies in the Bigbank scenario

2008-03-06 Thread Greg Dritschler
Ok. Please be aware there is an errata associated with the authorization elements. http://www.osoa.org/jira/browse/POLICY-26 On Wed, Mar 5, 2008 at 1:51 AM, Venkata Krishnan <[EMAIL PROTECTED]> wrote: > +1. I will start looking into this after I am done with some > half-finished > things on m

Re: Authentication & Authorization across wsBinding & java Implementation - was : Using security policies in the Bigbank scenario

2008-03-04 Thread Venkata Krishnan
+1. I will start looking into this after I am done with some half-finished things on my plate at the moment. Thanks. - Venkat On Wed, Mar 5, 2008 at 12:00 PM, Jean-Sebastien Delfino < [EMAIL PROTECTED]> wrote: > Greg Dritschler wrote: > > Is the authentication policy going to bear any resembla

Re: Authentication & Authorization across wsBinding & java Implementation - was : Using security policies in the Bigbank scenario

2008-03-04 Thread Jean-Sebastien Delfino
Greg Dritschler wrote: Is the authentication policy going to bear any resemblance to the policy described in section 1.7.3.1 of the Policy spec, or is it completely different? Greg I think that Tuscany should implement the authorization - I guess that's what you meant :) - and security ident

Re: Authentication & Authorization across wsBinding & java Implementation - was : Using security policies in the Bigbank scenario

2008-02-06 Thread Greg Dritschler
Is the authentication policy going to bear any resemblance to the policy described in section 1.7.3.1 of the Policy spec, or is it completely different? Greg

Re: Authentication & Authorization across wsBinding & java Implementation - was : Using security policies in the Bigbank scenario

2007-12-28 Thread Venkata Krishnan
Hi, Now this demo works from the 'ant' build as well. There was a problem with the ordering of the PolicyHandling Interceptor along the invocation chain. It quite strange how this varies depending on whether its executed within eclipse or outside. I have put in a fix that works both ways. - Ven

Re: Authentication & Authorization across wsBinding & java Implementation - was : Using security policies in the Bigbank scenario

2007-12-28 Thread Venkata Krishnan
Hi, Continuing with the secure-bigbank demo, I have got the checkings account webservice to pass the authenitcated principal to the java implementation that inturn authorizes the principal. I have made changes to Message, MessageImpl and the Axis2 binding for this (r607209). We can evolve or ch

Authentication & Authorization across wsBinding & java Implementation - was : Using security policies in the Bigbank scenario

2007-12-27 Thread Venkata Krishnan
Hi, Going further with the Bigbank scenario I have now split up the three different accounts - Savings, Stock and Checkings into individual composites. The checkingAccount service is exposed as a webservice and is enabled for authentication. Now I am trying to incorporate authorization into the