public interface EntityDescriptor extends SignableSAMLObject, TimeBoundSAMLObject, CacheableSAMLObject, AttributeExtensibleXMLObject
| 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 |
ENTITY_ID_ATTRIB_NAME
"Name" attribute name.
|
static java.lang.String |
ID_ATTRIB_NAME
"ID" 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<AdditionalMetadataLocation> |
getAdditionalMetadataLocations()
Gets the additional metadata locations for this entity.
|
AffiliationDescriptor |
getAffiliationDescriptor()
Gets the affiliation descriptor for this entity.
|
AttributeAuthorityDescriptor |
getAttributeAuthorityDescriptor(java.lang.String supportedProtocol)
Gets the first
AttributeAuthorityDescriptor role descriptor for this entity that supports the given
protocol. |
AuthnAuthorityDescriptor |
getAuthnAuthorityDescriptor(java.lang.String supportedProtocol)
Gets the first
AuthnAuthorityDescriptor role descriptor for this entity that supports the given protocol. |
java.util.List<ContactPerson> |
getContactPersons()
Get the contact people for this entity.
|
java.lang.String |
getEntityID()
Gets the entity ID for this entity descriptor.
|
Extensions |
getExtensions()
Gets the Extensions child of this object.
|
java.lang.String |
getID()
Gets the ID for this entity descriptor.
|
IDPSSODescriptor |
getIDPSSODescriptor(java.lang.String supportedProtocol)
Gets the first
IDPSSODescriptor role descriptor for this entity that supports the given protocol. |
Organization |
getOrganization()
Gets the organization for this entity.
|
PDPDescriptor |
getPDPDescriptor(java.lang.String supportedProtocol)
Gets the first
PDPDescriptor role descriptor for this entity that supports the given protocol. |
java.util.List<RoleDescriptor> |
getRoleDescriptors()
Gets all the role descriptors for this entity descriptor.
|
java.util.List<RoleDescriptor> |
getRoleDescriptors(javax.xml.namespace.QName typeOrName)
Gets all the role descriptors for this entity descriptor that match the supplied QName parameter.
|
java.util.List<RoleDescriptor> |
getRoleDescriptors(javax.xml.namespace.QName typeOrName,
java.lang.String supportedProtocol)
Gets all the role descriptors for this entity that support the given protocol.
|
SPSSODescriptor |
getSPSSODescriptor(java.lang.String supportedProtocol)
Gets the first
SPSSODescriptor role descriptor for this entity that supports the given protocol. |
void |
setAffiliationDescriptor(AffiliationDescriptor descriptor)
Sets the affiliation descriptor for this entity.
|
void |
setEntityID(java.lang.String id)
Sets the entity ID for this entity descriptor.
|
void |
setExtensions(Extensions extensions)
Sets the Extensions child of this object.
|
void |
setID(java.lang.String newID)
Sets the ID for this entity descriptor.
|
void |
setOrganization(Organization organization)
Sets the organization for this entity.
|
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, setSchemaLocationgetUnknownAttributesstatic 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 ENTITY_ID_ATTRIB_NAME
java.lang.String getEntityID()
void setEntityID(java.lang.String id)
id - the entity ID for this entity descriptorjava.lang.String getID()
void setID(java.lang.String newID)
newID - the ID for this entity descriptorExtensions getExtensions()
void setExtensions(Extensions extensions)
extensions - the Extensions child of this objectjava.util.List<RoleDescriptor> getRoleDescriptors()
java.util.List<RoleDescriptor> getRoleDescriptors(javax.xml.namespace.QName typeOrName)
typeOrName - the name of the rolejava.util.List<RoleDescriptor> getRoleDescriptors(javax.xml.namespace.QName typeOrName, java.lang.String supportedProtocol)
typeOrName - the name of the rolesupportedProtocol - the supported protocolIDPSSODescriptor getIDPSSODescriptor(java.lang.String supportedProtocol)
IDPSSODescriptor role descriptor for this entity that supports the given protocol.supportedProtocol - protocol that must be supportedIDPSSODescriptor role descriptorSPSSODescriptor getSPSSODescriptor(java.lang.String supportedProtocol)
SPSSODescriptor role descriptor for this entity that supports the given protocol.supportedProtocol - protocol that must be supportedSPSSODescriptor role descriptorAuthnAuthorityDescriptor getAuthnAuthorityDescriptor(java.lang.String supportedProtocol)
AuthnAuthorityDescriptor role descriptor for this entity that supports the given protocol.supportedProtocol - protocol that must be supportedAuthnAuthorityDescriptor role descriptorAttributeAuthorityDescriptor getAttributeAuthorityDescriptor(java.lang.String supportedProtocol)
AttributeAuthorityDescriptor role descriptor for this entity that supports the given
protocol.supportedProtocol - protocol that must be supportedAttributeAuthorityDescriptor role descriptorPDPDescriptor getPDPDescriptor(java.lang.String supportedProtocol)
PDPDescriptor role descriptor for this entity that supports the given protocol.supportedProtocol - protocol that must be supportedPDPDescriptor role descriptorAffiliationDescriptor getAffiliationDescriptor()
void setAffiliationDescriptor(AffiliationDescriptor descriptor)
descriptor - the affiliation descriptor for this entityOrganization getOrganization()
void setOrganization(Organization organization)
organization - the organization for this entityjava.util.List<ContactPerson> getContactPersons()
java.util.List<AdditionalMetadataLocation> getAdditionalMetadataLocations()