com.sun.xml.wss.impl.filter
Class SignatureConfirmationFilter
java.lang.Object
com.sun.xml.wss.impl.filter.SignatureConfirmationFilter
public class SignatureConfirmationFilter
- extends Object
Process SignatureConfirmation: Add SignatureConfirmation or verify
received SignatureConfirmation
- Author:
- Ashutosh.Shahi@sun.com
|
Method Summary |
static void |
process(FilterProcessingContext context)
If the message is incoming,gets the all SignatureConfirmation security headers
and check if each of the values is present in the SignatureConfirmation property of context.Extraneous properties
also make sure that all the values in SignatureConfirmation are exhausted. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static final Logger log
SignatureConfirmationFilter
public SignatureConfirmationFilter()
process
public static void process(FilterProcessingContext context)
throws XWSSecurityException
- If the message is incoming,gets the all SignatureConfirmation security headers
and check if each of the values is present in the SignatureConfirmation property of context.Extraneous properties
also make sure that all the values in SignatureConfirmation are exhausted.
If the message is outgoing checks for the property receivedSignValues in context's extraneous properties and
if it is not null, add a SignatureConfirmation Header for each of the values in the property
- Parameters:
context - FilterProcessingContext
- Throws:
XWSSecurityException
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.