Interface RelyingPartyRegistrationRepository
- All Known Implementing Classes:
InMemoryRelyingPartyRegistrationRepository
public interface RelyingPartyRegistrationRepository
A repository for
RelyingPartyRegistrations- Since:
- 5.2
-
Method Summary
Modifier and TypeMethodDescriptionfindByRegistrationId(String registrationId) Returns the relying party registration identified by the providedregistrationId, ornullif not found.
-
Method Details
-
findByRegistrationId
Returns the relying party registration identified by the providedregistrationId, ornullif not found.- Parameters:
registrationId- the registration identifier- Returns:
- the
RelyingPartyRegistrationif found, otherwisenull
-