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.
Simple functional interface for obtaining the peer metadata.
- Author:
- Martin Lindström (martin@idsec.se)
-
Method Summary
Modifier and TypeMethodDescriptionorg.opensaml.saml.saml2.metadata.EntityDescriptor
getMetadata
(String entityID) Returns the metadataEntityDescriptor
for the given entityID.
-
Method Details
-
getMetadata
Returns the metadataEntityDescriptor
for the given entityID.- Parameters:
entityID
- the IdP entityID- Returns:
- an EntityDescriptor object, or null if no metadata record can be found
-