Registry / security / wss4j
library1.6.19javamavenunverified

Apache WSS4J provides a Java implementation of the OASIS Web Services Security (WS-Security) standards.

<dependency> <groupId>org.apache.ws.security</groupId> <artifactId>wss4j</artifactId> <version>1.6.19</version> </dependency>
INSTALL
IMPORT
SIG · WSS4J
W
wss4j
securityjavav1.6.19
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.ws.security.WSSecurityEngine

Minimal example showing import of WSS4J security engine.

import org.apache.ws.security.WSSecurityEngine; public class Example { public static void main(String[] args) { WSSecurityEngine engine = new WSSecurityEngine(); System.out.println("WSS4J security engine created"); } }
Debug
Known issues
breakingWSS4J 1.x is legacy; consider upgrading to 2.x for continued support.
fix
Migrate to Apache WSS4J 2.x for active development.
affects: >=1.0.0 <2.0.0
Upgrade
Version history
1.6.19latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
20
Resources
wss4j — mvn dependency:get wss4j · libregistry