public class AssertionIDReference extends com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.AssertionIDReferenceImpl implements AssertionIDReference
AssertionIDReference element makes reference to a SAML
assertion.com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.AssertionIDReferenceImpl.Unmarshaller| Modifier and Type | Field and Description |
|---|---|
protected static Logger |
log |
_Value, version| Constructor and Description |
|---|
AssertionIDReference()
Default constructor of
AssertionIDReferenceBase |
AssertionIDReference(String id)
This is a constructor of
AssertionIDReference. |
| Modifier and Type | Method and Description |
|---|---|
static com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.AssertionIDReferenceImpl |
fromElement(Element element)
Constructs an
AssertionIDReference element from an existing
XML block. |
____jaxb_ri____getLocalName, ____jaxb_ri____getNamespaceURI, createRawValidator, createUnmarshaller, getPrimaryInterface, getValue, serializeAttributes, serializeBody, serializeURIs, setValueprotected static final Logger log
public AssertionIDReference()
AssertionIDReferenceBasepublic AssertionIDReference(String id)
AssertionIDReference.id - A String representing an existing assertion id.public static com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.AssertionIDReferenceImpl fromElement(Element element) throws SAMLException
AssertionIDReference element from an existing
XML block.element - representing a DOM tree element.SAMLException - if there is an error in the sender or in the
element definition.Copyright © 2005–2017 Oracle Corporation. All rights reserved.