Interface RelyingPartyRegistrationRepository
-
- All Known Implementing Classes:
InMemoryRelyingPartyRegistrationRepository
public interface RelyingPartyRegistrationRepositoryA repository forRelyingPartyRegistrations- Since:
- 5.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RelyingPartyRegistrationfindByRegistrationId(java.lang.String registrationId)Returns the relying party registration identified by the providedregistrationId, ornullif not found.
-
-
-
Method Detail
-
findByRegistrationId
RelyingPartyRegistration findByRegistrationId(java.lang.String registrationId)
Returns the relying party registration identified by the providedregistrationId, ornullif not found.- Parameters:
registrationId- the registration identifier- Returns:
- the
RelyingPartyRegistrationif found, otherwisenull
-
-