Uses of Class
com.broadleafcommerce.auth.user.web.endpoint.model.OAuth2IdentityProvider
Packages that use OAuth2IdentityProvider
Package
Description
-
Uses of OAuth2IdentityProvider in com.broadleafcommerce.auth.client.registration
Methods in com.broadleafcommerce.auth.client.registration that return types with arguments of type OAuth2IdentityProviderModifier and TypeMethodDescriptionBroadleafClientRegistrationRepository.getOauth2IdentityProviders(@NonNull AuthorizedClient client) Looks at theClientRegistrationsto determine which providers are configured and then cross-checks that with theClientIdentityProviderProperties.ClientPropertiesfor the appropriate type ofAuthorizedClientthat is making a request, either admin or commerce, to filter the registered identity providers that are appropriate to show the user.DefaultBroadleafClientRegistrationRepository.getOauth2IdentityProviders(@NonNull AuthorizedClient client) -
Uses of OAuth2IdentityProvider in com.broadleafcommerce.auth.user.web.endpoint
Methods in com.broadleafcommerce.auth.user.web.endpoint that return types with arguments of type OAuth2IdentityProviderModifier and TypeMethodDescriptionprotected List<OAuth2IdentityProvider>AuthenticationController.getOauth2AuthenticationProviders(@NonNull AuthorizedClient client) Looks at theClientRegistrationsto determine which providers are configured and then cross-checks that with theClientIdentityProviderProperties.ClientPropertiesfor the appropriate type ofAuthorizedClientthat is making a request, either admin or commerce, to filter the registered identity providers that are appropriate to show the user.