| Package | Description |
|---|---|
| org.openliberty.xmltooling.ims | |
| org.openliberty.xmltooling.ps.request |
| Modifier and Type | Field and Description |
|---|---|
private org.opensaml.core.xml.util.XMLObjectChildrenList<MappingInput> |
IdentityMappingRequest.mappingInputs |
| Modifier and Type | Method and Description |
|---|---|
MappingInput |
MappingInput.Builder.buildObject(String namespaceURI,
String localName,
String namespacePrefix) |
| Modifier and Type | Method and Description |
|---|---|
org.opensaml.core.xml.util.XMLObjectChildrenList<MappingInput> |
IdentityMappingRequest.getMappingInputs() |
| Modifier and Type | Class and Description |
|---|---|
class |
ResolveInput
<!-- Declaration of ResolveInput element -->
<xs:element name="ResolveInput" type="ResolveInputType"/>
<!-- Definition of ResolveInputType -->
<xs:complexType name="ResolveInputType">
<xs:complexContent>
<xs:extension base="ims:MappingInputType">
<xs:sequence>
<xs:element ref="TargetObjectID" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|
Copyright © 1999–2015. All rights reserved.