Interface RelyingPartyRegistrationRepository

All Known Implementing Classes:
InMemoryRelyingPartyRegistrationRepository

public interface RelyingPartyRegistrationRepository
A repository for RelyingPartyRegistrations
Since:
5.2
  • Method Summary

    Modifier and Type
    Method
    Description
    findByRegistrationId(String registrationId)
    Returns the relying party registration identified by the provided registrationId, or null if not found.
  • Method Details

    • findByRegistrationId

      RelyingPartyRegistration findByRegistrationId(String registrationId)
      Returns the relying party registration identified by the provided registrationId, or null if not found.
      Parameters:
      registrationId - the registration identifier
      Returns:
      the RelyingPartyRegistration if found, otherwise null