PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.core.saml.v2.common
Class SAMLDocumentHolder

java.lang.Object
  extended by org.picketlink.identity.federation.core.saml.v2.common.SAMLDocumentHolder

public class SAMLDocumentHolder
extends Object

A Holder class that can store the SAML object as well as the corresponding DOM object. Users of this class need to make it threadsafe by having one instance per thread (ThreadLocal)

Since:
Aug 13, 2009
Author:
Anil.Saldhana@redhat.com

Constructor Summary
SAMLDocumentHolder(Document samlDocument)
           
SAMLDocumentHolder(SAML2Object samlObject)
           
SAMLDocumentHolder(SAML2Object samlObject, Document samlDocument)
           
 
Method Summary
 Document getSamlDocument()
           
 SAML2Object getSamlObject()
           
 void setSamlDocument(Document samlDocument)
           
 void setSamlObject(SAML2Object samlObject)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SAMLDocumentHolder

public SAMLDocumentHolder(SAML2Object samlObject)

SAMLDocumentHolder

public SAMLDocumentHolder(Document samlDocument)

SAMLDocumentHolder

public SAMLDocumentHolder(SAML2Object samlObject,
                          Document samlDocument)
Method Detail

getSamlObject

public SAML2Object getSamlObject()

setSamlObject

public void setSamlObject(SAML2Object samlObject)

getSamlDocument

public Document getSamlDocument()

setSamlDocument

public void setSamlDocument(Document samlDocument)

PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.