com.sun.xml.wss.saml.assertion.saml11.jaxb10
Class AssertionIDReference

java.lang.Object
  extended by com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.AssertionIDReferenceImpl
      extended by com.sun.xml.wss.saml.assertion.saml11.jaxb10.AssertionIDReference
All Implemented Interfaces:
com.sun.xml.bind.JAXBObject, com.sun.xml.bind.RIElement, com.sun.xml.wss.saml.internal.saml11.jaxb10.AssertionIDReference, com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.runtime.UnmarshallableObject, com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.runtime.ValidatableObject, com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.runtime.XMLSerializable, Element

public class AssertionIDReference
extends com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.AssertionIDReferenceImpl
implements AssertionIDReference

AssertionIDReference element makes reference to a SAML assertion.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.AssertionIDReferenceImpl
com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.AssertionIDReferenceImpl.Unmarshaller
 
Field Summary
protected static Logger log
           
 
Fields inherited from class com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.AssertionIDReferenceImpl
_Value, version
 
Constructor Summary
AssertionIDReference()
          Default constructor of AssertionIDReferenceBase
AssertionIDReference(String id)
          This is a constructor of AssertionIDReference.
 
Method Summary
static com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.AssertionIDReferenceImpl fromElement(Element element)
          Constructs an AssertionIDReference element from an existing XML block.
 
Methods inherited from class com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.AssertionIDReferenceImpl
____jaxb_ri____getLocalName, ____jaxb_ri____getNamespaceURI, createRawValidator, createUnmarshaller, getPrimaryInterface, getValue, serializeAttributes, serializeBody, serializeURIs, setValue
 
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

AssertionIDReference

public AssertionIDReference()
Default constructor of AssertionIDReferenceBase


AssertionIDReference

public AssertionIDReference(String id)
This is a constructor of AssertionIDReference.

Parameters:
id - A String representing an existing assertion id.
Method Detail

fromElement

public static com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.AssertionIDReferenceImpl fromElement(Element element)
                                                                                             throws SAMLException
Constructs an AssertionIDReference element from an existing XML block.

Parameters:
element - representing a DOM tree element.
Throws:
SAMLException - if there is an error in the sender or in the element definition.


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