public interface ClientRegistrationRepository
ClientRegistration(s).
NOTE: Client registration information is ultimately stored and owned by the associated Authorization Server. Therefore, this repository provides the capability to store a sub-set copy of the primary client registration information externally from the Authorization Server.
ClientRegistration| Modifier and Type | Method and Description |
|---|---|
ClientRegistration |
findByRegistrationId(java.lang.String registrationId)
Returns the client registration identified by the provided
registrationId,
or null if not found. |
ClientRegistration findByRegistrationId(java.lang.String registrationId)
registrationId,
or null if not found.registrationId - the registration identifierClientRegistration if found, otherwise null