Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdorg.mule.modules |
ArtifactId | ArtifactIdmule-module-wssecurity |
Last Version | Last Version2.0.0-RC2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWeb Service Security
Mule WS-Security uses Apache's WSS4J and XFire's WSS4JHandlers to secure WebServices using SOAP
|
Project Organization |
Project OrganizationMuleSource, Inc. |
<!-- https://jarcasting.com/artifacts/org.mule.modules/mule-module-wssecurity/ -->
<dependency>
<groupId>org.mule.modules</groupId>
<artifactId>mule-module-wssecurity</artifactId>
<version>2.0.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/org.mule.modules/mule-module-wssecurity/
implementation 'org.mule.modules:mule-module-wssecurity:2.0.0-RC2'
// https://jarcasting.com/artifacts/org.mule.modules/mule-module-wssecurity/
implementation ("org.mule.modules:mule-module-wssecurity:2.0.0-RC2")
'org.mule.modules:mule-module-wssecurity:jar:2.0.0-RC2'
<dependency org="org.mule.modules" name="mule-module-wssecurity" rev="2.0.0-RC2">
<artifact name="mule-module-wssecurity" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mule.modules', module='mule-module-wssecurity', version='2.0.0-RC2')
)
libraryDependencies += "org.mule.modules" % "mule-module-wssecurity" % "2.0.0-RC2"
[org.mule.modules/mule-module-wssecurity "2.0.0-RC2"]
Group / Artifact | Type | Version |
---|---|---|
org.mule : mule-core | jar | 2.0.0-RC2 |
org.mule.transports : mule-transport-axis | jar | 2.0.0-RC2 |
org.mule.transports : mule-transport-xfire | jar | 2.0.0-RC2 |
wss4j : wss4j | jar | 1.5.0 |
xalan : xalan | jar | 2.7.0 |
org.codehaus.xfire : xfire-ws-security | jar | 1.2.6 |
org.codehaus.xfire : bcprov-jdk14 | jar | 133 |
org.mule.modules : mule-module-client | jar | 2.0.0-RC2 |
Group / Artifact | Type | Version |
---|---|---|
org.mule.modules : mule-module-spring-config | jar | 2.0.0-RC2 |
Group / Artifact | Type | Version |
---|---|---|
org.mule.tests : mule-tests-functional | jar | 2.0.0-RC2 |
org.mule.transports : mule-transport-vm | jar | 2.0.0-RC2 |
org.mule.transports : mule-transport-stdio | jar | 2.0.0-RC2 |
commons-httpclient : commons-httpclient | jar | 3.1 |