|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WSSGenerationContext
This interface stores the components for generating the SOAP message, such as signature,
encryption, attached security token, and attached time stamp.
Method Summary | |
---|---|
void |
add(SecurityToken token)
Adds the SecurityToken object in order to attach the security token to the SOAP message. |
void |
add(WSSEncryption enc)
Adds the WSSEncyption object in order to encrypt the element in the SOAP message. |
void |
add(WSSSignature sig)
Adds the WSSSignature object in order to sign the element in the SOAP message. |
void |
add(WSSTimestamp ts)
Adds the WSSTimestamp object in order to attach the time stamp to the SOAP message. |
void |
process(java.lang.Object messageContext)
The WS-Security element is generated after this method is called. |
Method Detail |
---|
void add(WSSSignature sig)
sig
- signature objectvoid add(WSSEncryption enc)
enc
- encryption objectvoid add(SecurityToken token)
token
- security token objectvoid add(WSSTimestamp ts)
ts
- time stamp objectvoid process(java.lang.Object messageContext) throws WSSException
messageContext
- SOAP message context
WSSException
- if an unexcepted error occurs in processing
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |