Class EntitiesDescriptorType
- java.lang.Object
-
- org.keycloak.dom.saml.v2.metadata.EntitiesDescriptorType
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected DurationcacheDurationprotected List<Object>entityDescriptorprotected ExtensionsTypeextensionsprotected Stringidprotected Stringnameprotected Elementsignatureprotected XMLGregorianCalendarvalidUntil
-
Constructor Summary
Constructors Constructor Description EntitiesDescriptorType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddEntityDescriptor(Object obj)Add an entity descriptorDurationgetCacheDuration()Gets the value of the cacheDuration property.List<Object>getEntityDescriptor()Gets the value of the entityDescriptorOrEntitiesDescriptor property.ExtensionsTypegetExtensions()Gets the value of the extensions property.StringgetID()Gets the value of the id property.StringgetName()Gets the value of the name property.ElementgetSignature()Gets the value of the signature property.XMLGregorianCalendargetValidUntil()Gets the value of the validUntil property.voidremoveEntityDescriptor(Object obj)Remove an entity descriptorvoidsetCacheDuration(Duration value)Sets the value of the cacheDuration property.voidsetExtensions(ExtensionsType value)Sets the value of the extensions property.voidsetID(String value)Sets the value of the id property.voidsetName(String value)Sets the value of the name property.voidsetSignature(Element value)Sets the value of the signature property.voidsetValidUntil(XMLGregorianCalendar value)Sets the value of the validUntil property.
-
-
-
Field Detail
-
signature
protected Element signature
-
extensions
protected ExtensionsType extensions
-
validUntil
protected XMLGregorianCalendar validUntil
-
cacheDuration
protected Duration cacheDuration
-
id
protected String id
-
name
protected String name
-
-
Method Detail
-
getSignature
public Element getSignature()
Gets the value of the signature property.- Returns:
- possible object is
Element
-
setSignature
public void setSignature(Element value)
Sets the value of the signature property.- Parameters:
value- allowed object isElement
-
getExtensions
public ExtensionsType getExtensions()
Gets the value of the extensions property.- Returns:
- possible object is
ExtensionsType
-
setExtensions
public void setExtensions(ExtensionsType value)
Sets the value of the extensions property.- Parameters:
value- allowed object isExtensionsType
-
addEntityDescriptor
public void addEntityDescriptor(Object obj)
Add an entity descriptor- Parameters:
obj-
-
removeEntityDescriptor
public void removeEntityDescriptor(Object obj)
Remove an entity descriptor- Parameters:
obj-
-
getEntityDescriptor
public List<Object> getEntityDescriptor()
Gets the value of the entityDescriptorOrEntitiesDescriptor property.Objects of the following type(s) are allowed in the list
EntitiesDescriptorTypeEntityDescriptorType
-
getValidUntil
public XMLGregorianCalendar getValidUntil()
Gets the value of the validUntil property.- Returns:
- possible object is
XMLGregorianCalendar
-
setValidUntil
public void setValidUntil(XMLGregorianCalendar value)
Sets the value of the validUntil property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getCacheDuration
public Duration getCacheDuration()
Gets the value of the cacheDuration property.- Returns:
- possible object is
Duration
-
setCacheDuration
public void setCacheDuration(Duration value)
Sets the value of the cacheDuration property.- Parameters:
value- allowed object isDuration
-
setID
public void setID(String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
-