Interface RelyingPartyRegistrationRepository

    • Method Detail

      • findByRegistrationId

        RelyingPartyRegistration findByRegistrationId​(java.lang.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