Class EntitiesDescriptorImpl
- java.lang.Object
-
- org.opensaml.core.xml.AbstractXMLObject
-
- org.opensaml.xmlsec.signature.AbstractSignableXMLObject
-
- org.opensaml.saml.common.AbstractSignableSAMLObject
-
- org.opensaml.saml.saml2.metadata.impl.EntitiesDescriptorImpl
-
- All Implemented Interfaces:
XMLObject,SAMLObject,SignableSAMLObject,CacheableSAMLObject,TimeBoundSAMLObject,EntitiesDescriptor,SignableXMLObject
public class EntitiesDescriptorImpl extends AbstractSignableSAMLObject implements EntitiesDescriptor
Concrete implementation ofEntitiesDescriptor.
-
-
Field Summary
Fields Modifier and Type Field Description private DurationcacheDurationcacheDurection attribute.private ExtensionsextensionsExtensions child.private StringidID attribute.private StringnameName of this descriptor group.private IndexedXMLObjectChildrenList<SAMLObject>orderedDescriptorsOrdered set of child Entity/Entities Descriptors.private InstantvalidUntilvalidUntil attribute.-
Fields inherited from interface org.opensaml.saml.saml2.common.CacheableSAMLObject
CACHE_DURATION_ATTRIB_NAME, CACHE_DURATION_ATTRIB_QNAME
-
Fields inherited from interface org.opensaml.saml.saml2.metadata.EntitiesDescriptor
DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, ELEMENT_QNAME, ID_ATTRIB_NAME, NAME_ATTRIB_NAME, TYPE_LOCAL_NAME, TYPE_NAME
-
Fields inherited from interface org.opensaml.saml.saml2.common.TimeBoundSAMLObject
VALID_UNTIL_ATTRIB_NAME, VALID_UNTIL_ATTRIB_QNAME
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedEntitiesDescriptorImpl(String namespaceURI, String elementLocalName, String namespacePrefix)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DurationgetCacheDuration()List<EntitiesDescriptor>getEntitiesDescriptors()List<EntityDescriptor>getEntityDescriptors()ExtensionsgetExtensions()StringgetID()StringgetName()List<XMLObject>getOrderedChildren()StringgetSignatureReferenceID()InstantgetValidUntil()booleanisValid()voidsetCacheDuration(Duration duration)voidsetExtensions(Extensions newExtensions)voidsetID(String newID)voidsetName(String newName)voidsetValidUntil(Instant newValidUntil)-
Methods inherited from class org.opensaml.saml.common.AbstractSignableSAMLObject
equals, hashCode, setSignature
-
Methods inherited from class org.opensaml.xmlsec.signature.AbstractSignableXMLObject
getSignature, isSigned
-
Methods inherited from class org.opensaml.core.xml.AbstractXMLObject
detach, 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, setSchemaType
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.opensaml.xmlsec.signature.SignableXMLObject
getSignature, isSigned, setSignature
-
Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
-
-
-
-
Field Detail
-
name
private String name
Name of this descriptor group.
-
id
private String id
ID attribute.
-
validUntil
private Instant validUntil
validUntil attribute.
-
cacheDuration
private Duration cacheDuration
cacheDurection attribute.
-
extensions
private Extensions extensions
Extensions child.
-
orderedDescriptors
private final IndexedXMLObjectChildrenList<SAMLObject> orderedDescriptors
Ordered set of child Entity/Entities Descriptors.
-
-
Constructor Detail
-
EntitiesDescriptorImpl
protected EntitiesDescriptorImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
Constructor.- Parameters:
namespaceURI- the namespace the element is inelementLocalName- the local name of the XML element this Object representsnamespacePrefix- the prefix for the given namespace
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceEntitiesDescriptor
-
setName
public void setName(String newName)
- Specified by:
setNamein interfaceEntitiesDescriptor
-
getID
public String getID()
- Specified by:
getIDin interfaceEntitiesDescriptor
-
setID
public void setID(String newID)
- Specified by:
setIDin interfaceEntitiesDescriptor
-
isValid
public boolean isValid()
- Specified by:
isValidin interfaceTimeBoundSAMLObject
-
getValidUntil
public Instant getValidUntil()
- Specified by:
getValidUntilin interfaceTimeBoundSAMLObject
-
setValidUntil
public void setValidUntil(Instant newValidUntil)
- Specified by:
setValidUntilin interfaceTimeBoundSAMLObject
-
getCacheDuration
public Duration getCacheDuration()
- Specified by:
getCacheDurationin interfaceCacheableSAMLObject
-
setCacheDuration
public void setCacheDuration(Duration duration)
- Specified by:
setCacheDurationin interfaceCacheableSAMLObject
-
getExtensions
public Extensions getExtensions()
- Specified by:
getExtensionsin interfaceEntitiesDescriptor
-
setExtensions
public void setExtensions(Extensions newExtensions)
- Specified by:
setExtensionsin interfaceEntitiesDescriptor
-
getEntitiesDescriptors
public List<EntitiesDescriptor> getEntitiesDescriptors()
- Specified by:
getEntitiesDescriptorsin interfaceEntitiesDescriptor
-
getEntityDescriptors
public List<EntityDescriptor> getEntityDescriptors()
- Specified by:
getEntityDescriptorsin interfaceEntitiesDescriptor
-
getSignatureReferenceID
public String getSignatureReferenceID()
- Specified by:
getSignatureReferenceIDin interfaceSignableSAMLObject
-
getOrderedChildren
public List<XMLObject> getOrderedChildren()
- Specified by:
getOrderedChildrenin interfaceXMLObject
-
-