Interface PeerMetadataResolver

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface PeerMetadataResolver
Simple functional interface for obtaining the peer metadata.
Author:
Martin Lindström (martin@idsec.se)
  • Method Summary

    Modifier and Type
    Method
    Description
    org.opensaml.saml.saml2.metadata.EntityDescriptor
    getMetadata(String entityID)
    Returns the metadata EntityDescriptor for the given entityID.
  • Method Details

    • getMetadata

      org.opensaml.saml.saml2.metadata.EntityDescriptor getMetadata(String entityID)
      Returns the metadata EntityDescriptor for the given entityID.
      Parameters:
      entityID - the IdP entityID
      Returns:
      an EntityDescriptor object, or null if no metadata record can be found