Registry / auth / wss4j-ws-security-common

wss4j-ws-security-common

JSON →
library4.0.1javamavenunverified

Common library for Apache WSS4J, implementing WS-Security for SOAP web services.

<dependency> <groupId>org.apache.wss4j</groupId> <artifactId>wss4j-ws-security-common</artifactId> <version>4.0.1</version> </dependency>
INSTALL
IMPORT
SIG · WSS4J-WS-SECURITY-
W
wss4j-ws-security-common
authjavav4.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.

WSSecurityException
org.apache.wss4j.common.ext.WSSecurityException

Catch a WSSecurityException to handle WS-Security errors.

import org.apache.wss4j.common.ext.WSSecurityException; public class Example { public static void main(String[] args) { try { throw new WSSecurityException(WSSecurityException.ErrorCode.FAILED_CHECK); } catch (WSSecurityException e) { System.out.println("Error: " + e.getMessage()); } } }
Debug
Known issues
breakingVersion 4.0.x requires Java 8 or later.
fix
Ensure your project uses Java 8+.
affects: >=4.0.0
Upgrade
Version history
4.0.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
28 hits · last 30 days
node
24
Amazon
1
Resources
wss4j-ws-security-common — mvn dependency:get wss4j-ws-security-common · libregistry