public class IdentityType extends Object
Java class for IdentityType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IdentityType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice maxOccurs="unbounded">
<element ref="{http://schemas.xmlsoap.org/ws/2006/02/addressingidentity}Dns" minOccurs="0"/>
<element ref="{http://schemas.xmlsoap.org/ws/2006/02/addressingidentity}Spn" minOccurs="0"/>
<element ref="{http://schemas.xmlsoap.org/ws/2006/02/addressingidentity}Upn" minOccurs="0"/>
<element ref="{http://www.w3.org/2000/09/xmldsig#}KeyInfo" minOccurs="0"/>
<element ref="{http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd}BinarySecurityToken" minOccurs="0"/>
<element ref="{http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd}SecurityTokenReference" minOccurs="0"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<JAXBElement<?>> |
dnsOrSpnOrUpn |
| Constructor and Description |
|---|
IdentityType() |
| Modifier and Type | Method and Description |
|---|---|
List<JAXBElement<?>> |
getDnsOrSpnOrUpn()
Gets the value of the dnsOrSpnOrUpn property.
|
protected List<JAXBElement<?>> dnsOrSpnOrUpn
public List<JAXBElement<?>> getDnsOrSpnOrUpn()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the dnsOrSpnOrUpn property.
For example, to add a new item, do as follows:
getDnsOrSpnOrUpn().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<BinarySecurityTokenType>
JAXBElement<SecurityTokenReferenceType>
JAXBElement<String>
JAXBElement<String>
JAXBElement<KeyInfoType>
JAXBElement<String>
Copyright © 2005–2017 Oracle Corporation. All rights reserved.