- Original Message -
From: "Jesse McConnell" <[EMAIL PROTECTED]>
To:
Sent: Tuesday, May 01, 2007 2:10 AM
Subject: Re: XML RPC security
I am hoping to get a couple of authn and authz web services running in
redback this week, once I finish up the role profile refac
m: "Trygve Laugstøl" <[EMAIL PROTECTED]>
To:
Sent: Saturday, April 28, 2007 12:14 AM
Subject: Re: XML RPC security
Rahul Thakur wrote:
Hey guys,
Some quick notes on the security for XML RPC interface. This is what
I am thinking...
Have an AuthenticatedXmlRpcService compo
Redback?
> > >
> > > Rahul
> > >
> > > ----- Original Message - From: "Emmanuel Venisse"
> > > <[EMAIL PROTECTED]>
> > > To:
> > > Sent: Saturday, April 28, 2007 12:37 AM
> > > Subject: Re: XML RPC securi
ck?
> >
> > Rahul
> >
> > - Original Message - From: "Emmanuel Venisse"
> > <[EMAIL PROTECTED]>
> > To:
> > Sent: Saturday, April 28, 2007 12:37 AM
> > Subject: Re: XML RPC security
> >
> >
> >> I think it'
Maybe, but I can't find it.
Emmanuel
Rahul Thakur a écrit :
I thought there was something similar to this that exists in Redback?
Rahul
- Original Message - From: "Emmanuel Venisse"
<[EMAIL PROTECTED]>
To:
Sent: Saturday, April 28, 2007 12:37 AM
Subject: Re:
Sounds good! Pointers would be great, if you have it handy :-)
TIA,
Rahul
- Original Message -
From: "Trygve Laugstøl" <[EMAIL PROTECTED]>
To:
Sent: Saturday, April 28, 2007 12:14 AM
Subject: Re: XML RPC security
Rahul Thakur wrote:
Hey guys,
Some quick notes
I thought there was something similar to this that exists in Redback?
Rahul
- Original Message -
From: "Emmanuel Venisse" <[EMAIL PROTECTED]>
To:
Sent: Saturday, April 28, 2007 12:37 AM
Subject: Re: XML RPC security
I think it's best solution. With a token
Instead of use the actaul embedded xmlrpc server that run on a different port,
we can use The xmlrpc servlet (http://ws.apache.org/xmlrpc/server.html)
Emmanuel
Trygve Laugstøl a écrit :
Rahul Thakur wrote:
Hey guys,
Some quick notes on the security for XML RPC interface. This is what I
am t
I think it's best solution. With a token, we don't have login/password over the
network for each request.
XmlRpcService
String login( username, password ) //return a token
{
tokenManager.login( username, password );
}
Object method1( token, params ) //null token for guest user or
Rahul Thakur wrote:
Hey guys,
Some quick notes on the security for XML RPC interface. This is what I
am thinking...
Have an AuthenticatedXmlRpcService component that services the xml rpc
requests. The first request from a client to the service is a request
for authentication. A successful a
10 matches
Mail list logo