Package org.mule.soap.api.security
Class SecurityActions
java.lang.Object
org.mule.soap.api.security.SecurityActions
Defines security action constants for the Mule SOAP engine. This class provides a clean abstraction over the underlying WSS4J
implementation and prevents direct exposure of Apache WSS4J constants in the public API.
- Since:
- 1.0
-
Field Summary
Fields -
Method Summary
-
Field Details
-
ENCRYPTION
Action for encrypting SOAP messages.- See Also:
-
SIGNATURE
Action for signing SOAP messages.- See Also:
-
USERNAME_TOKEN
Action for adding username tokens to SOAP messages.- See Also:
-
TIMESTAMP
Action for adding timestamps to SOAP messages.- See Also:
-