Uses of Interface
org.mule.runtime.extension.api.soap.security.SecurityStrategy
Packages that use SecurityStrategy
Package
Description
-
Uses of SecurityStrategy in org.mule.runtime.extension.api.soap
Methods in org.mule.runtime.extension.api.soap that return types with arguments of type SecurityStrategyModifier and TypeMethodDescriptiondefault List<SecurityStrategy>SoapServiceProvider.getSecurities() -
Uses of SecurityStrategy in org.mule.runtime.extension.api.soap.security
Classes in org.mule.runtime.extension.api.soap.security that implement SecurityStrategyModifier and TypeClassDescriptionfinal classDecrypts an encrypted SOAP response, using the private key of the key-store in the provided TLS context.final classVerifies the signature of a SOAP response, using certificates of the trust-store in the provided TLS context.final classSigns the SOAP request that is being sent, using the private key of the key-store in the provided TLS context.final classBundles the outgoing SOAP message that it's being built with a timestamp that carries the creation.final classProvides the capability to authenticate using Username and Password with a SOAP service by adding the UsernameToken element in the SOAP request.final classVerifies the signature of a SOAP response, using certificates of the trust-store in the provided TLS context.