Package org.opensaml.saml.saml2.metadata
Interface AffiliationDescriptor
- All Superinterfaces:
AttributeExtensibleXMLObject,CacheableSAMLObject,SAMLObject,SignableSAMLObject,SignableXMLObject,TimeBoundSAMLObject,XMLObject
- All Known Implementing Classes:
AffiliationDescriptorImpl
public interface AffiliationDescriptor
extends SignableSAMLObject, TimeBoundSAMLObject, CacheableSAMLObject, AttributeExtensibleXMLObject
SAML 2.0 Metadata AffiliationDescriptorType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringElement name, no namespace.static final QNameDefault element name.static final StringID attribute's local name.static final String"affiliationOwnerID" attribute's local name.static final StringLocal name of the XSI type.static final QNameQName of the XSI type.Fields inherited from interface org.opensaml.saml.saml2.common.CacheableSAMLObject
CACHE_DURATION_ATTRIB_NAME, CACHE_DURATION_ATTRIB_QNAMEFields inherited from interface org.opensaml.saml.saml2.common.TimeBoundSAMLObject
VALID_UNTIL_ATTRIB_NAME, VALID_UNTIL_ATTRIB_QNAME -
Method Summary
Modifier and TypeMethodDescriptionGets the Extensions child of this object.getID()Gets the ID of this Descriptor.Gets a list of KeyDescriptors for this affiliation.Gets a list of the members of this affiliation.Gets the ID of the owner of this affiliation.voidsetExtensions(Extensions extensions) Sets the Extensions child of this object.voidSets the ID of this descriptor.voidsetOwnerID(String ownerID) Sets the ID of the owner of this affiliation.Methods inherited from interface org.opensaml.core.xml.AttributeExtensibleXMLObject
getUnknownAttributesMethods inherited from interface org.opensaml.saml.saml2.common.CacheableSAMLObject
getCacheDuration, setCacheDurationMethods inherited from interface org.opensaml.saml.common.SignableSAMLObject
getSignatureReferenceIDMethods inherited from interface org.opensaml.xmlsec.signature.SignableXMLObject
getSignature, isSigned, setSignatureMethods inherited from interface org.opensaml.saml.saml2.common.TimeBoundSAMLObject
getValidUntil, isValid, setValidUntilMethods inherited from interface org.opensaml.core.xml.XMLObject
detach, ensureDOM, 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, setSchemaLocation
-
Field Details
-
DEFAULT_ELEMENT_LOCAL_NAME
Element name, no namespace.- See Also:
-
DEFAULT_ELEMENT_NAME
Default element name. -
TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
-
TYPE_NAME
QName of the XSI type. -
OWNER_ID_ATTRIB_NAME
"affiliationOwnerID" attribute's local name.- See Also:
-
ID_ATTRIB_NAME
ID attribute's local name.- See Also:
-
-
Method Details
-
getOwnerID
Gets the ID of the owner of this affiliation. The owner may, or may not, be a member of the affiliation.- Returns:
- the ID of the owner of this affiliation
-
getID
Gets the ID of this Descriptor.- Returns:
- the ID of this Descriptor
-
getExtensions
Gets the Extensions child of this object.- Returns:
- the Extensions child of this object
-
setExtensions
Sets the Extensions child of this object.- Parameters:
extensions- the Extensions child of this object
-
setOwnerID
Sets the ID of the owner of this affiliation.- Parameters:
ownerID- the ID of the owner of this affiliation
-
setID
Sets the ID of this descriptor.- Parameters:
newID- the ID of this descriptor
-
getMembers
Gets a list of the members of this affiliation.- Returns:
- a list of affiliate members
-
getKeyDescriptors
Gets a list of KeyDescriptors for this affiliation.- Returns:
- list of
KeyDescriptors for this affiliation
-