org.apache.rampart.saml
Class SAMLAssertionHandlerFactory

java.lang.Object
  extended by org.apache.rampart.saml.SAMLAssertionHandlerFactory

public class SAMLAssertionHandlerFactory
extends java.lang.Object

Creates SAML assertion handlers based on assertion type.


Constructor Summary
SAMLAssertionHandlerFactory()
           
 
Method Summary
static SAMLAssertionHandler createAssertionHandler(java.lang.Object samlAssertion)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SAMLAssertionHandlerFactory

public SAMLAssertionHandlerFactory()
Method Detail

createAssertionHandler

public static SAMLAssertionHandler createAssertionHandler(java.lang.Object samlAssertion)