public interface RelyingPartyRegistrationRepository
RelyingPartyRegistrations| Modifier and Type | Method and Description |
|---|---|
RelyingPartyRegistration |
findByRegistrationId(java.lang.String registrationId)
Returns the relying party registration identified by the provided
registrationId, or null if not found. |
RelyingPartyRegistration findByRegistrationId(java.lang.String registrationId)
registrationId, or null if not found.registrationId - the registration identifierRelyingPartyRegistration if found, otherwise null