Interface AffiliationDescriptor

All Superinterfaces:
AttributeExtensibleXMLObject, CacheableSAMLObject, SAMLObject, SignableSAMLObject, SignableXMLObject, TimeBoundSAMLObject, XMLObject
All Known Implementing Classes:
AffiliationDescriptorImpl

SAML 2.0 Metadata AffiliationDescriptorType.
  • Field Details

  • Method Details

    • getOwnerID

      @Nullable String 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

      @Nullable String getID()
      Gets the ID of this Descriptor.
      Returns:
      the ID of this Descriptor
    • getExtensions

      @Nullable Extensions getExtensions()
      Gets the Extensions child of this object.
      Returns:
      the Extensions child of this object
    • setExtensions

      void setExtensions(@Nullable Extensions extensions)
      Sets the Extensions child of this object.
      Parameters:
      extensions - the Extensions child of this object
    • setOwnerID

      void setOwnerID(@Nullable String ownerID)
      Sets the ID of the owner of this affiliation.
      Parameters:
      ownerID - the ID of the owner of this affiliation
    • setID

      void setID(@Nullable String newID)
      Sets the ID of this descriptor.
      Parameters:
      newID - the ID of this descriptor
    • getMembers

      @Nonnull @Live List<AffiliateMember> getMembers()
      Gets a list of the members of this affiliation.
      Returns:
      a list of affiliate members
    • getKeyDescriptors

      @Nonnull @Live List<KeyDescriptor> getKeyDescriptors()
      Gets a list of KeyDescriptors for this affiliation.
      Returns:
      list of KeyDescriptors for this affiliation