Uses of Interface
org.mule.soap.api.security.SecurityStrategy
Packages that use SecurityStrategy
-
Uses of SecurityStrategy in org.mule.soap.api
Methods in org.mule.soap.api that return types with arguments of type SecurityStrategyMethods in org.mule.soap.api with parameters of type SecurityStrategyModifier and TypeMethodDescriptionSoapWebServiceConfigurationBuilder.withSecurity(SecurityStrategy security) Sets a newSecurityStrategyto connect with a Secured Soap Web Service.Method parameters in org.mule.soap.api with type arguments of type SecurityStrategyModifier and TypeMethodDescriptionSoapWebServiceConfigurationBuilder.withSecurities(List<SecurityStrategy> security) Sets a list ofSecurityStrategiesto connect with a Secured Soap Web Service. -
Uses of SecurityStrategy in org.mule.soap.api.security
Classes in org.mule.soap.api.security that implement SecurityStrategyModifier and TypeClassDescriptionclassDecrypts an encrypted SOAP response, using the private key of the key-store in the provided TLS context.classVerifies the signature of a SOAP response, using certificates of the trust-store in the provided TLS context.classAdds global configurations to the outgoing SOAP message.classVerifies the timestamp of an incoming SOAP message.classSigns the SOAP request that is being sent, using the private key of the key-store in the provided TLS context.classBundles the outgoing SOAP message that it's being built with a timestamp that carries the creation.classProvides the capability to authenticate using Username and Password with a SOAP service by adding the UsernameToken element in the SOAP request.classVerifies the signature of a SOAP response, using certificates of the trust-store in the provided TLS context.