Package org.mule.runtime.extension.api.soap.security
package org.mule.runtime.extension.api.soap.security
-
ClassDescriptionDecrypts 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.Password types that can be configured in a
SecurityStrategy.Contract for objects that adds a level of security to the SOAP Protocol.Used inSecurityStrategy.accept(SecurityStrategyVisitor)as a visitor pattern.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.