com.sun.xml.wss.impl.filter
Class ImportSamlAssertionFilter

java.lang.Object
  extended by com.sun.xml.wss.impl.filter.ImportSamlAssertionFilter

public class ImportSamlAssertionFilter
extends Object

Author:
Kumar Jayanti

Field Summary
protected static Logger log
           
 
Constructor Summary
ImportSamlAssertionFilter()
           
 
Method Summary
static void process(FilterProcessingContext context)
          reads the saml element from the soap message and creates a SAML assertion object from this saml element
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static final Logger log
Constructor Detail

ImportSamlAssertionFilter

public ImportSamlAssertionFilter()
Method Detail

process

public static void process(FilterProcessingContext context)
                    throws XWSSecurityException
reads the saml element from the soap message and creates a SAML assertion object from this saml element

Parameters:
context - FilterProcessingContext
Throws:
XWSSecurityException


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.