Package com.sun.xml.wss.impl.filter
Class ImportSamlAssertionFilter
- java.lang.Object
-
- com.sun.xml.wss.impl.filter.ImportSamlAssertionFilter
-
public class ImportSamlAssertionFilter extends Object
- Author:
- Kumar Jayanti
-
-
Constructor Summary
Constructors Constructor Description ImportSamlAssertionFilter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidprocess(FilterProcessingContext context)reads the saml element from the soap message and creates a SAML assertion object from this saml element
-
-
-
Field Detail
-
log
protected static final Logger log
-
-
Method Detail
-
process
public static void process(FilterProcessingContext context) throws com.sun.xml.wss.XWSSecurityException
reads the saml element from the soap message and creates a SAML assertion object from this saml element- Parameters:
context- FilterProcessingContext- Throws:
com.sun.xml.wss.XWSSecurityException
-
-