Interface AssertingPartyMetadataRepository
- All Superinterfaces:
Iterable<AssertingPartyMetadata>
A repository for retrieving SAML 2.0 Asserting Party Metadata
- Since:
- 6.4
- See Also:
-
BaseOpenSamlAssertingPartyMetadataRepositoryRelyingPartyRegistrations
-
Method Summary
Modifier and TypeMethodDescriptiondefault AssertingPartyMetadatafindByEntityId(String entityId) Retrieve anAssertingPartyMetadataby its EntityID.Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
findByEntityId
Retrieve anAssertingPartyMetadataby its EntityID.- Parameters:
entityId- the EntityID to lookup- Returns:
- the found
AssertingPartyMetadata, ornullotherwise
-