Package com.sun.xml.wss.impl.filter
Class ImportSamlAssertionFilter
java.lang.Object
com.sun.xml.wss.impl.filter.ImportSamlAssertionFilter
- Author:
- Kumar Jayanti
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidprocess(FilterProcessingContext context) reads the saml element from the soap message and creates a SAML assertion object from this saml element
-
Field Details
-
log
-
-
Constructor Details
-
ImportSamlAssertionFilter
public ImportSamlAssertionFilter()
-
-
Method Details
-
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
-