You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Ruchith Udayanga Fernando (JIRA)" <ji...@apache.org> on 2005/08/16 12:50:54 UTC

[jira] Commented: (AXIS2-151) WS-Security Module based on WSS4J

    [ http://issues.apache.org/jira/browse/AXIS2-151?page=comments#action_12318875 ] 

Ruchith Udayanga Fernando commented on AXIS2-151:
-------------------------------------------------

We should be able to use most of WSS4J in Axis2 (org.apache.ws.security.*) once we have the required DOM support. IMHO we have two options for a DOM impl.

 1.) A DOM impl that wraps the llom of OM
     - SAAJ impl which uses the available underlying DOM impl provides access to such an impl but there's no clear OM->DOM->SAAJ seperation. This would force us to use SAAJ in the WS-Sec handlers to get teh DOM support. 

 2.) A DOM impl which is a pure/new impl of the org.w3c.dom.* interfaces and the org.apache.axis.om.* interfaces. 
     - This option will give us the option to use the StAXSoapModelBuilder with a custom *DOMFactory* (extends SOAPFactory) and build an DOMified OM tree.
     - If we have this sort of an impl we should be able to reuse this new DOM without other dependancies

So what do you guys think :-) ?



> WS-Security Module based on WSS4J
> ---------------------------------
>
>          Key: AXIS2-151
>          URL: http://issues.apache.org/jira/browse/AXIS2-151
>      Project: Apache Axis 2.0 (Axis2)
>         Type: New Feature
>     Reporter: Davanum Srinivas

>
> Similar to addressing, could we please add a WS-Security module as well? (Base, UsernameToken, X509 using WSS4J)
> thanks,
> dims

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira