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

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

Required libraries
--------------------------------------------------------------------------------------
xml-sec-1.2.1.jar is required for the maven build compilation
and
opensaml.jar and bcprovider.jar is required to run the tests


Setting the client's module configurations statically:
---------------------------------------------------------------------------------------
It seems like the available option is client's axis2.xml
Example: axis2.xml for client:
<module ref="security">
        <parameter name="action" locked="xsd:false">UsernameToken</parameter>

        <parameter name="passwordCallbackClass" 
locked="xsd:false">sample1.PWCallback</parameter>
</module>

Setting the service's module configurations:
----------------------------------------------------------------------------------------
The service.xml will be used to configure the globally engaged security module.

The security module cannot be engaged per service since it cannot refer the 
system defined 'preDispatch' phase as a service specific module.

> 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
>     Assignee: Ruchith Udayanga Fernando

>
> 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

Reply via email to