RE: Deploying a handler

2013-06-12 Thread Abdelrahman Almahmoud
will be great thankful to you. Thanks, Satya On Wed, May 29, 2013 at 12:16 PM, Abdelr

RE: Deploying a handler

2013-06-02 Thread Abdelrahman Almahmoud
e module, I will be great thankful to you. Thanks, Satya On Wed, May 29, 2013 at 12:16 PM, Abdelrahman Almahmoud wrote: Thanks for your ti

RE: Deploying a handler

2013-05-28 Thread Abdelrahman Almahmoud
Thanks for your time, the comments are very helpful Just to clarify, you suggested that changing the Axis2.xml is not needed when writing modules but the first guide is doing thatIf possible, I would like the module to activate on a single service So far this is what I have, the SimpleModule.jav

RE: Deploying a handler

2013-05-28 Thread Abdelrahman Almahmoud
This is confusing now so, I will test the previous method tomorrow just for testing, but I will give the modules a more detailed look for the final deployment Date: Tue, 28 May 2013 11:24:27 -0400 From: deep...@gmail.com To: java-dev@axis.apache.org Subject: Re: Deploying a handler

RE: Deploying a handler

2013-05-28 Thread Abdelrahman Almahmoud
put this file under classes On Tue, May 28, 2013 at 4:05 PM, Abdelrahman Almahmoud wrote: Thanks for the reply One thing is still not clear, where to I put the handler code.java? I assume it has to be placed somewhere in Axis2 Date: Tue, 28 May 2013 15:40:33 +0530 Subject: Re: D

RE: Deploying a handler

2013-05-28 Thread Abdelrahman Almahmoud
You to solve the problem Thanks, Satya On Tue, May 28, 2013 at 2:29 PM, Abdelrahman Almahmoud wrote: Sorry I forgot to mention thatI am using Axis2 1.4 Date: Tue, 28 May 2013 14:25:47 +0530 Subject: Re: Deploying a handler From: sahoo.satyapr...@gmail.com To: java-dev@axis.apache.org

RE: Deploying a handler

2013-05-28 Thread Abdelrahman Almahmoud
Sorry I forgot to mention thatI am using Axis2 1.4 Date: Tue, 28 May 2013 14:25:47 +0530 Subject: Re: Deploying a handler From: sahoo.satyapr...@gmail.com To: java-dev@axis.apache.org Can you please specify whether you are using axis1 or axis2 On Tue, May 28, 2013 at 1:23 PM, Abdelrahman

Deploying a handler

2013-05-28 Thread Abdelrahman Almahmoud
Hello, I wrote my own simple handler which I want to deploy. This handler is the first to work on inflowing SOAP messages and as such I modified the configuration to have it in the inflow section.My question is, how do I build and deploy this handler? Thanks

[Rampart] Checking the content of an X.509 token

2013-04-25 Thread Abdelrahman Almahmoud
Hi >From what I understand, Rampart reads the X.509 token from a keystore or trust >store. In what format does it handle the certificate? Can I turn it into a >human readable form in the code for testing?If so, which component contains >the code for reading and handling the x.509 token from the

RE: Using Rampart to send a proxy certificate and sign using a symmetric key

2013-04-02 Thread Abdelrahman Almahmoud
t I will take a crack at generating > an example of this over the weekend. > > Thanks, > Ruchith > > 1. > https://www.oasis-open.org/committees/download.php/16790/wss-v1.1-spec-os-SOAPMessageSecurity.pdf > 2. > http://docs.oasis-open.org/ws-sx/ws-securitypolicy/20

RE: Using Rampart to send a proxy certificate and sign using a symmetric key

2013-04-01 Thread Abdelrahman Almahmoud
ack at generating > an example of this over the weekend. > > Thanks, > Ruchith > > 1. > https://www.oasis-open.org/committees/download.php/16790/wss-v1.1-spec-os-SOAPMessageSecurity.pdf > 2. > http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702/ws-securitypolicy-1.2-s

RE: Using Rampart to send a proxy certificate and sign using a symmetric key

2013-03-20 Thread Abdelrahman Almahmoud
example of this over the weekend. > > Thanks, > Ruchith > > 1. > https://www.oasis-open.org/committees/download.php/16790/wss-v1.1-spec-os-SOAPMessageSecurity.pdf > 2. > http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702/ws-securitypolicy-1.2-spec-os.html#_Toc100567712

RE: Using Rampart to send a proxy certificate and sign using a symmetric key

2013-03-17 Thread Abdelrahman Almahmoud
Thank you for the reply I understand the typical use of certificates as I have worked in security for a while, it is a bit complicated to explain and I am not even sure if I am allowed to discuss this so I will avoid talking about the architecture. I appreciate the comments but as I mentioned, o

RE: Adding a Certificate to the SOAP message

2013-02-17 Thread Abdelrahman Almahmoud
013 at 12:26 PM, Abdelrahman Almahmoud wrote: Hello, I have created a self signed X.509 certificate using the BouncyCastle library, now I want to attach it in the header of every outgoing SOAP message. In what ways can I have rampart use a specific certificate that I created? I know that I ca

Adding a Certificate to the SOAP message

2013-02-16 Thread Abdelrahman Almahmoud
Hello, I have created a self signed X.509 certificate using the BouncyCastle library, now I want to attach it in the header of every outgoing SOAP message. In what ways can I have rampart use a specific certificate that I created?I know that I can have it use a java key store but am not sure how

RE: How are SAML tokens validated?

2012-09-11 Thread Abdelrahman Almahmoud
Thanks for the reply but I think I was misunderstood since I was not clear on the point. By validating the token, I did not mean validating the structure and format of the token but rather validate that the token was not tampered with, that it is issued by the trusted third party and issued for

How are SAML tokens validated?

2012-09-11 Thread abdelrahman almahmoud
I am trying to use SAML tokens in my project but I need more information on the method used to validate the tokens. Since validating tokens is outside of the scope of SAML token specifications I am not sure which method is used in rampart. Is there more than one way to validate tokens? and which me

How are SAML tokens validated?

2012-09-10 Thread abdelrahman almahmoud
I am trying to use SAML tokens in my project but I need more information on the method used to validate the tokens. Since validating tokens is outside of the scope of SAML token specifications I am not sure which method is used in rampart. Is there more than one way to validate tokens? and which me

Using rampart as an STS

2012-08-30 Thread abdelrahman almahmoud
Hi I have a simple web service and a client which are working fine, I want to have the client request a token from a third party and present it to the service, then have the service validate it. The problem is finding an easy to set-up STS that would issue SAML tokens, I was looking at openAM and

Re: About setting up rampart with eclipse

2012-08-12 Thread abdelrahman almahmoud
e rampart lib jars to axis2 WEB_INF/lib folder. > > Thanks, > -Suresh > > On Sun, Aug 12, 2012 at 3:24 PM, abdelrahman almahmoud > wrote: >> >> Hi >> >> I am not sure if this is the right place to post these questions, if >> it isn't then I apolo

About setting up rampart with eclipse

2012-08-12 Thread abdelrahman almahmoud
Hi I am not sure if this is the right place to post these questions, if it isn't then I apologise I am having trouble setting up rampart with eclipse, I read up a lot but I still keep hitting a dead end I have apache tomcat running on localhost as a standalone server, I deployed Axis2 war and it

Re: About Kerberos support in 1.6.2

2012-08-08 Thread abdelrahman almahmoud
, Aug 8, 2012 at 5:55 AM, abdelrahman almahmoud > wrote: >> Hi >> >> If I remember, there were plans to include kerbside in 1.6.2, but I >> can't seem to find any information on that >> Can rampart currently request kerberos tokens and verify the