Uses of Package
org.mule.runtime.extension.api.soap.security
Packages that use org.mule.runtime.extension.api.soap.security
Package
Description
-
Classes in org.mule.runtime.extension.api.soap.security used by org.mule.runtime.extension.api.soapClassDescriptionContract for objects that adds a level of security to the SOAP Protocol.
-
Classes in org.mule.runtime.extension.api.soap.security used by org.mule.runtime.extension.api.soap.securityClassDescriptionDecrypts 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.