Package com.broadleafcommerce.auth.client.registration
-
Interface Summary Interface Description BroadleafClientRegistrationRepository This enhances theClientRegistrationRepository
interface to enable users to get all ClientRegistrations at once.ClientRegistrationPropertiesService<P extends OAuthClientRegistrationWrapper> This service is intended to provideOAuthClientRegistrationWrapper
objects built fromOAuth2ClientProperties
defined through application properties. -
Class Summary Class Description DefaultBroadleafClientRegistrationRepository ProvidesClientRegistration
objects to the OAuth2 Client beans.DefaultClientRegistrationPropertiesService<P extends OAuthClientRegistrationWrapper> This service providesOAuthClientRegistrationWrapper
objects built fromOAuth2ClientProperties
defined through application properties.