Interface | Description |
---|---|
WSSConsumingContext |
This interface stores the components for consuming of WS-Security, such as verification,
decryption, the security token and the time stamp.
|
WSSGenerationContext |
This interface stores the components for generating the SOAP message, such as signature,
encryption, attached security token, and attached time stamp.
|
WSSTimestamp |
This interface is responsible for the time stamp component.
|
XMLStructure |
This interface representation an XML structure from any namespace.
|
Class | Description |
---|---|
WSSFactory |
This abstract class is responsible for the creation of classes that are required for WS-Security generation and consumption.
|
WSSUtilFactory |
This API has general Web Services Security utility methods
for use in JAAS login modules, callback handlers, and SAML
plug-ins.
|
Exception | Description |
---|---|
WSSException |
Represents an exception while processing WS-Security.
|