public class EntitiesDescriptorType extends Object
Java class for EntitiesDescriptorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EntitiesDescriptorType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.w3.org/2000/09/xmldsig#}Signature" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:metadata}Extensions" minOccurs="0"/>
<choice maxOccurs="unbounded">
<element ref="{urn:oasis:names:tc:SAML:2.0:metadata}EntityDescriptor"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:metadata}EntitiesDescriptor"/>
</choice>
</sequence>
<attribute name="validUntil" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="cacheDuration" type="{http://www.w3.org/2001/XMLSchema}duration" />
<attribute name="ID" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="Name" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Duration |
cacheDuration |
protected List<Object> |
entityDescriptor |
protected ExtensionsType |
extensions |
protected String |
id |
protected String |
name |
protected Element |
signature |
protected XMLGregorianCalendar |
validUntil |
| Constructor and Description |
|---|
EntitiesDescriptorType() |
| Modifier and Type | Method and Description |
|---|---|
void |
addEntityDescriptor(Object obj)
Add an entity descriptor
|
Duration |
getCacheDuration()
Gets the value of the cacheDuration property.
|
List<Object> |
getEntityDescriptor()
Gets the value of the entityDescriptorOrEntitiesDescriptor property.
|
ExtensionsType |
getExtensions()
Gets the value of the extensions property.
|
String |
getID()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
Element |
getSignature()
Gets the value of the signature property.
|
XMLGregorianCalendar |
getValidUntil()
Gets the value of the validUntil property.
|
void |
removeEntityDescriptor(Object obj)
Remove an entity descriptor
|
void |
setCacheDuration(Duration value)
Sets the value of the cacheDuration property.
|
void |
setExtensions(ExtensionsType value)
Sets the value of the extensions property.
|
void |
setID(String value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setSignature(Element value)
Sets the value of the signature property.
|
void |
setValidUntil(XMLGregorianCalendar value)
Sets the value of the validUntil property.
|
protected Element signature
protected ExtensionsType extensions
protected XMLGregorianCalendar validUntil
protected Duration cacheDuration
protected String id
protected String name
public Element getSignature()
Elementpublic void setSignature(Element value)
value - allowed object is Elementpublic ExtensionsType getExtensions()
ExtensionsTypepublic void setExtensions(ExtensionsType value)
value - allowed object is ExtensionsTypepublic void addEntityDescriptor(Object obj)
obj - public void removeEntityDescriptor(Object obj)
obj - public List<Object> getEntityDescriptor()
Objects of the following type(s) are allowed in the list EntitiesDescriptorType EntityDescriptorType
public XMLGregorianCalendar getValidUntil()
XMLGregorianCalendarpublic void setValidUntil(XMLGregorianCalendar value)
value - allowed object is XMLGregorianCalendarpublic Duration getCacheDuration()
Durationpublic void setCacheDuration(Duration value)
value - allowed object is Durationpublic void setID(String value)
value - allowed object is Stringpublic String getName()
StringCopyright © 2021 JBoss by Red Hat. All rights reserved.