org.picketlink.identity.federation.core.saml.v2.common
Class SAMLDocumentHolder
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SAMLDocumentHolder
public SAMLDocumentHolder(SAML2Object samlObject)
SAMLDocumentHolder
public SAMLDocumentHolder(Document samlDocument)
SAMLDocumentHolder
public SAMLDocumentHolder(SAML2Object samlObject,
Document samlDocument)
getSamlObject
public SAML2Object getSamlObject()
setSamlObject
public void setSamlObject(SAML2Object samlObject)
getSamlDocument
public Document getSamlDocument()
setSamlDocument
public void setSamlDocument(Document samlDocument)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.