Adds a wsse:UsernameToken to the wsse:Security header. Username and password are evaluated as SpEL template expressions, so both static values and values taken from the exchange (e.g. ${property.apiUser}) are supported.
Password to place in the UsernameToken. Evaluated as a SpEL template expression, so both static values and expressions (e.g. ${property.apiPassword}) are supported.
${property.apiPassword}
passwordType
false
PLAIN_TEXT
Whether the password is sent as plain text or as a WS-Security digest.
DIGEST
username
false
-
Username to place in the UsernameToken. Evaluated as a SpEL template expression, so both static values and expressions (e.g. ${property.apiUser}) are supported.