com.sun.xml.security.core.ai
Class IdentityType
java.lang.Object
com.sun.xml.security.core.ai.IdentityType
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dnsOrSpnOrUpn
protected List<JAXBElement<?>> dnsOrSpnOrUpn
IdentityType
public IdentityType()
getDnsOrSpnOrUpn
public List<JAXBElement<?>> getDnsOrSpnOrUpn()
- Gets the value of the dnsOrSpnOrUpn property.
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-2015 Oracle Corporation. All Rights Reserved.