Package com.sun.xml.security.core.ai
Class IdentityType
java.lang.Object
com.sun.xml.security.core.ai.IdentityType
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<javax.xml.bind.JAXBElement<?>>Gets the value of the dnsOrSpnOrUpn property.
-
Field Details
-
dnsOrSpnOrUpn
-
-
Constructor Details
-
IdentityType
public IdentityType()
-
-
Method Details
-
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
setmethod 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>
-