public interface EntitiesDescriptor extends SignableSAMLObject, TimeBoundSAMLObject, CacheableSAMLObject
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_ELEMENT_LOCAL_NAME
Element name, no namespace.
|
static javax.xml.namespace.QName |
DEFAULT_ELEMENT_NAME
Default element name.
|
static javax.xml.namespace.QName |
ELEMENT_QNAME
Element QName, no prefix.
|
static java.lang.String |
ID_ATTRIB_NAME
"ID" attribute name.
|
static java.lang.String |
NAME_ATTRIB_NAME
"Name" attribute name.
|
static java.lang.String |
TYPE_LOCAL_NAME
Local name of the XSI type.
|
static javax.xml.namespace.QName |
TYPE_NAME
QName of the XSI type.
|
VALID_UNTIL_ATTRIB_NAME, VALID_UNTIL_ATTRIB_QNAMECACHE_DURATION_ATTRIB_NAME, CACHE_DURATION_ATTRIB_QNAME| Modifier and Type | Method and Description |
|---|---|
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.
|
void |
setExtensions(Extensions extensions)
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 name)
Sets the name of this entity group.
|
getSignatureReferenceIDgetSignature, isSigned, setSignaturegetValidUntil, isValid, setValidUntilgetCacheDuration, setCacheDurationdetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationstatic final java.lang.String DEFAULT_ELEMENT_LOCAL_NAME
static final javax.xml.namespace.QName DEFAULT_ELEMENT_NAME
static final java.lang.String TYPE_LOCAL_NAME
static final javax.xml.namespace.QName TYPE_NAME
static final javax.xml.namespace.QName ELEMENT_QNAME
static final java.lang.String ID_ATTRIB_NAME
static final java.lang.String NAME_ATTRIB_NAME
java.lang.String getName()
void setName(java.lang.String name)
name - the name of this entity groupjava.lang.String getID()
void setID(java.lang.String newID)
newID - the ID of this entity groupExtensions getExtensions()
void setExtensions(Extensions extensions)
extensions - the Extensions child of this objectjava.util.List<EntitiesDescriptor> getEntitiesDescriptors()
EntitiesDescriptors.java.util.List<EntityDescriptor> getEntityDescriptors()
EntityDescriptors.