PowerExchange Adapters for PowerCenter
- PowerExchange Adapters for PowerCenter 10.5
- All Products
WSSE Security Type
| Description
|
---|---|
None | The PowerCenter Integration Service does not add the WSSE security header to the generated SOAP request. Default is none. |
PasswordText | The PowerCenter Integration Service adds security header for WSSE security authentication to the generated SOAP request. Password is stored in the clear text format. You can also provide a base64 encoded hash password. |
PasswordDigest | The PowerCenter Integration Service adds security header for WSSE security authentication. Password is stored in a digest form which provides effective protection against replay attacks over the network. The PowerCenter Integration Service also adds NONCE (a random generated value that is valid only once for that specific username token) and CREATED (timestamp of the Username token in UTC timezone format) to the generated SOAP request. |