public class EntitiesDescriptorImpl extends AbstractSignableSAMLObject implements EntitiesDescriptor
EntitiesDescriptor.| Modifier and Type | Field and Description |
|---|---|
private java.lang.Long |
cacheDuration
cacheDurection attribute.
|
private Extensions |
extensions
Extensions child.
|
private java.lang.String |
id
ID attribute.
|
private java.lang.String |
name
Name of this descriptor group.
|
private IndexedXMLObjectChildrenList<SAMLObject> |
orderedDescriptors
Ordered set of child Entity/Entities Descriptors.
|
private org.joda.time.DateTime |
validUntil
validUntil attribute.
|
DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, ELEMENT_QNAME, ID_ATTRIB_NAME, NAME_ATTRIB_NAME, TYPE_LOCAL_NAME, TYPE_NAMEVALID_UNTIL_ATTRIB_NAME, VALID_UNTIL_ATTRIB_QNAMECACHE_DURATION_ATTRIB_NAME, CACHE_DURATION_ATTRIB_QNAME| Modifier | Constructor and Description |
|---|---|
protected |
EntitiesDescriptorImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getCacheDuration()
Gets the maximum time, in milliseconds, that this descriptor should be cached.
|
java.util.List<EntitiesDescriptor> |
getEntitiesDescriptors()
Gets a list of child
EntitiesDescriptors. |
java.util.List<EntityDescriptor> |
getEntityDescriptors()
Gets a list of child
EntityDescriptors. |
Extensions |
getExtensions()
Gets the Extensions child of this object.
|
java.lang.String |
getID()
Gets the ID of this entity group.
|
java.lang.String |
getName()
Gets the name of this entity group.
|
java.util.List<XMLObject> |
getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
java.lang.String |
getSignatureReferenceID()
Gets the value of the ID attribute for this SAML object which will be used as its signature reference.
|
org.joda.time.DateTime |
getValidUntil()
Gets the date until which this descriptor is valid.
|
boolean |
isValid()
Checks to see if the current time is past the validUntil time.
|
void |
setCacheDuration(java.lang.Long duration)
Sets the maximum time, in milliseconds, that this descriptor should be cached.
|
void |
setExtensions(Extensions newExtensions)
Sets the Extensions child of this object.
|
void |
setID(java.lang.String newID)
Sets the ID of this entity group.
|
void |
setName(java.lang.String newName)
Sets the name of this entity group.
|
void |
setValidUntil(org.joda.time.DateTime newValidUntil)
Sets the date until which this descriptor is valid.
|
equals, hashCode, prepareForAssignment, setSignaturegetSignature, isSigneddetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaTypeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetSignature, isSigned, setSignaturedetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationprivate java.lang.String name
private java.lang.String id
private org.joda.time.DateTime validUntil
private java.lang.Long cacheDuration
private Extensions extensions
private final IndexedXMLObjectChildrenList<SAMLObject> orderedDescriptors
protected EntitiesDescriptorImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
namespaceURI - the namespace the element is inelementLocalName - the local name of the XML element this Object representsnamespacePrefix - the prefix for the given namespacepublic java.lang.String getName()
getName in interface EntitiesDescriptorpublic void setName(java.lang.String newName)
setName in interface EntitiesDescriptornewName - the name of this entity grouppublic java.lang.String getID()
getID in interface EntitiesDescriptorpublic void setID(java.lang.String newID)
setID in interface EntitiesDescriptornewID - the ID of this entity grouppublic boolean isValid()
isValid in interface TimeBoundSAMLObjectpublic org.joda.time.DateTime getValidUntil()
getValidUntil in interface TimeBoundSAMLObjectpublic void setValidUntil(org.joda.time.DateTime newValidUntil)
setValidUntil in interface TimeBoundSAMLObjectnewValidUntil - the date until which this descriptor is validpublic java.lang.Long getCacheDuration()
getCacheDuration in interface CacheableSAMLObjectpublic void setCacheDuration(java.lang.Long duration)
setCacheDuration in interface CacheableSAMLObjectduration - the maximum time that this descriptor should be cachedpublic Extensions getExtensions()
getExtensions in interface EntitiesDescriptorpublic void setExtensions(Extensions newExtensions)
setExtensions in interface EntitiesDescriptornewExtensions - the Extensions child of this objectpublic java.util.List<EntitiesDescriptor> getEntitiesDescriptors()
EntitiesDescriptors.getEntitiesDescriptors in interface EntitiesDescriptorpublic java.util.List<EntityDescriptor> getEntityDescriptors()
EntityDescriptors.getEntityDescriptors in interface EntitiesDescriptorpublic java.lang.String getSignatureReferenceID()
getSignatureReferenceID in interface SignableSAMLObjectpublic java.util.List<XMLObject> getOrderedChildren()
getOrderedChildren in interface XMLObject