public interface BroadleafClientRegistrationRepository
extends org.springframework.security.oauth2.client.registration.ClientRegistrationRepository
ClientRegistrationRepository interface to enable users to get all
ClientRegistrations at once.| Modifier and Type | Method and Description |
|---|---|
Map<String,OAuthClientRegistrationWrapper> |
findAllClientRegistrations()
Return a Map of all available 3rd party OAuth providers.
|
Map<String,OAuthClientRegistrationWrapper> findAllClientRegistrations()
OAuthClientRegistrationWrapper.OAuthClientRegistrationWrapper.registrationId to
OAuthClientRegistrationWrapperCopyright © 2021. All rights reserved.