Registry / security / wss4j-ws-security-dom

wss4j-ws-security-dom

JSON →
library4.0.1javamavenunverified

Apache WSS4J implementation of WS-Security for SOAP messages using DOM (Document Object Model) processing.

<dependency> <groupId>org.apache.wss4j</groupId> <artifactId>wss4j-ws-security-dom</artifactId> <version>4.0.1</version> </dependency>
INSTALL
IMPORT
SIG · WSS4J-WS-SECURITY-
W
wss4j-ws-security-dom
securityjavav4.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

WSSecurityEngine
org.apache.wss4j.dom.WSSecurityEngine

Processing WS-Security headers in a SOAP document using WSS4J DOM engine.

import org.apache.wss4j.dom.WSSecurityEngine; import org.apache.wss4j.dom.message.WSSecHeader; import org.w3c.dom.Document; WSSecurityEngine engine = new WSSecurityEngine(); Document doc = ...; // SOAP message WSSecHeader secHeader = new WSSecHeader(doc); secHeader.insertSecurityHeader(); engine.processSecurityHeader(doc, null, null, null);
Debug
Known issues
breakingWSS4J 4.x requires Java 11+ and may have breaking changes from 3.x (e.g., package restructuring).
fix
Update imports and configuration when migrating from WSS4J 3.x to 4.x.
affects: >=4.0.0
Upgrade
Version history
4.0.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
36 hits · last 30 days
node
30
OpenAI (training)
1
Resources
wss4j-ws-security-dom — mvn dependency:get wss4j-ws-security-dom · libregistry