public class IdentityMappingRequest
extends org.opensaml.core.xml.AbstractXMLObject
implements org.opensaml.core.xml.AttributeExtensibleXMLObject
<xs:element name="IdentityMappingResponse" type="IdentityMappingResponseType"/>
<xs:complexType name="IdentityMappingResponseType">
<xs:sequence>
<xs:element ref="lu:Status"/>
<xs:element ref="MappingOutput" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
IdentityMappingRequest.Builder
Static Builder
|
static class |
IdentityMappingRequest.Marshaller
Internal marshaller, placing attribute values into the DOM
|
static class |
IdentityMappingRequest.Unmarshaller
Internal unmarshaller, placing DOM atts into the XMLObject
and connecting child elements
|
| Modifier and Type | Field and Description |
|---|---|
static String |
LOCAL_NAME |
private org.opensaml.core.xml.util.XMLObjectChildrenList<MappingInput> |
mappingInputs |
private org.opensaml.core.xml.util.AttributeMap |
otherAttributes |
| Modifier | Constructor and Description |
|---|---|
protected |
IdentityMappingRequest(String namespaceURI,
String elementLocalName,
String namespacePrefix) |
| Modifier and Type | Method and Description |
|---|---|
org.opensaml.core.xml.util.XMLObjectChildrenList<MappingInput> |
getMappingInputs() |
List<org.opensaml.core.xml.XMLObject> |
getOrderedChildren() |
org.opensaml.core.xml.util.AttributeMap |
getUnknownAttributes() |
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationpublic static final String LOCAL_NAME
private org.opensaml.core.xml.util.XMLObjectChildrenList<MappingInput> mappingInputs
private org.opensaml.core.xml.util.AttributeMap otherAttributes
public org.opensaml.core.xml.util.AttributeMap getUnknownAttributes()
getUnknownAttributes in interface org.opensaml.core.xml.AttributeExtensibleXMLObjectpublic org.opensaml.core.xml.util.XMLObjectChildrenList<MappingInput> getMappingInputs()
public List<org.opensaml.core.xml.XMLObject> getOrderedChildren()
getOrderedChildren in interface org.opensaml.core.xml.XMLObjectCopyright © 1999–2015. All rights reserved.