Interface | Description |
---|---|
SecurityStrategy |
Class | Description |
---|---|
AbstractSecurityStrategy | |
CompositeCallbackHandler |
Callback handler implementation that delegates the handle operation to a list of callback handlers.
|
WSCryptoUtils |
Utility class to create objects with the required properties to configure key stores and trust stores for WS-Security.
|
WSPasswordCallbackHandler |
Abstract implementation of
CallbackHandler that only handles instances
of WSPasswordCallback with a specific usage. |
WssDecryptSecurityStrategy |
Decrypts an encrypted SOAP response, using the private key of the key-store in the provided TLS context.
|
WSSecurity | |
WssEncryptSecurityStrategy |
Verifies the signature of a SOAP response, using certificates of the trust-store in the provided TLS context.
|
WssSignSecurityStrategy |
Signs the SOAP request that is being sent, using the private key of the key-store in the provided TLS context.
|
WssTimestampSecurityStrategy | |
WssUsernameTokenSecurityStrategy | |
WssVerifySignatureSecurityStrategy |
Verifies the signature of a SOAP response, using certificates of the trust-store in the provided TLS context.
|
Enum | Description |
---|---|
PasswordType |
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.