Class EntitiesDescriptorType
java.lang.Object
org.keycloak.dom.saml.v2.metadata.EntitiesDescriptorType
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
Modifier and TypeFieldDescriptionprotected Duration
protected ExtensionsType
protected String
protected String
protected Element
protected XMLGregorianCalendar
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Add an entity descriptorGets the value of the cacheDuration property.Gets the value of the entityDescriptorOrEntitiesDescriptor property.Gets the value of the extensions property.getID()
Gets the value of the id property.getName()
Gets the value of the name property.Gets the value of the signature property.Gets the value of the validUntil property.void
Remove an entity descriptorvoid
setCacheDuration
(Duration value) Sets the value of the cacheDuration property.void
setExtensions
(ExtensionsType value) Sets the value of the extensions property.void
Sets the value of the id property.void
Sets the value of the name property.void
setSignature
(Element value) Sets the value of the signature property.void
Sets the value of the validUntil property.
-
Field Details
-
signature
-
extensions
-
entityDescriptor
-
validUntil
-
cacheDuration
-
id
-
name
-
-
Constructor Details
-
EntitiesDescriptorType
public EntitiesDescriptorType()
-
-
Method Details
-
getSignature
Gets the value of the signature property.- Returns:
- possible object is
Element
-
setSignature
Sets the value of the signature property.- Parameters:
value
- allowed object isElement
-
getExtensions
Gets the value of the extensions property.- Returns:
- possible object is
ExtensionsType
-
setExtensions
Sets the value of the extensions property.- Parameters:
value
- allowed object isExtensionsType
-
addEntityDescriptor
Add an entity descriptor- Parameters:
obj
-
-
removeEntityDescriptor
Remove an entity descriptor- Parameters:
obj
-
-
getEntityDescriptor
Gets the value of the entityDescriptorOrEntitiesDescriptor property.Objects of the following type(s) are allowed in the list
EntitiesDescriptorType
EntityDescriptorType
-
getValidUntil
Gets the value of the validUntil property.- Returns:
- possible object is
XMLGregorianCalendar
-
setValidUntil
Sets the value of the validUntil property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getCacheDuration
Gets the value of the cacheDuration property.- Returns:
- possible object is
Duration
-
setCacheDuration
Sets the value of the cacheDuration property.- Parameters:
value
- allowed object isDuration
-
getID
Gets the value of the id property.- Returns:
- possible object is
String
-
setID
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-