Package org.mule.soap.api.security
package org.mule.soap.api.security
-
ClassDescriptionPassword typesDefines security action constants for the Mule SOAP engine.Base contract for objects that adds a level of security to the SOAP Protocol by preparing a set of CXF properties.Different types of
SecurityStrategythat specify when a strategy should be applied to a message.Decrypts an encrypted SOAP response, using the private key of the key-store in the provided TLS context.Verifies the signature of a SOAP response, using certificates of the trust-store in the provided TLS context.Adds global configurations to the outgoing SOAP message.Verifies the timestamp of an incoming SOAP message.Signs the SOAP request that is being sent, using the private key of the key-store in the provided TLS context.Bundles the outgoing SOAP message that it's being built with a timestamp that carries the creation.Provides the capability to authenticate using Username and Password with a SOAP service by adding the UsernameToken element in the SOAP request.Verifies the signature of a SOAP response, using certificates of the trust-store in the provided TLS context.