Uses of Interface
com.broadleafcommerce.auth.client.service.OAuth2AuthorizedClientEntityService
Packages that use OAuth2AuthorizedClientEntityService
Package
Description
-
Uses of OAuth2AuthorizedClientEntityService in com.broadleafcommerce.auth.client.autoconfigure
Methods in com.broadleafcommerce.auth.client.autoconfigure that return OAuth2AuthorizedClientEntityServiceModifier and TypeMethodDescriptionOAuthClientAutoConfiguration.oAuth2AuthorizedClientEntityService(OAuth2AuthorizedClientEntityRepository<?, ?> oAuth2AuthorizedClientEntityRepository, com.broadleafcommerce.data.tracking.core.mapping.DomainMapperManager domainMapperManager, com.broadleafcommerce.common.extension.TypeFactory typeFactory) Methods in com.broadleafcommerce.auth.client.autoconfigure with parameters of type OAuth2AuthorizedClientEntityServiceModifier and TypeMethodDescriptionorg.springframework.security.oauth2.client.web.OAuth2AuthorizedClientRepositoryOAuthClientAutoConfiguration.oAuth2AuthorizedClientRepository(OAuth2AuthorizedClientEntityService<OAuth2AuthorizedClientEntity> oAuth2AuthorizedClientEntityService, org.springframework.security.oauth2.client.registration.ClientRegistrationRepository clientRegistrationRepository, ContextHelperService contextHelperService) -
Uses of OAuth2AuthorizedClientEntityService in com.broadleafcommerce.auth.client.service
Classes in com.broadleafcommerce.auth.client.service that implement OAuth2AuthorizedClientEntityServiceModifier and TypeClassDescriptionclassMethods in com.broadleafcommerce.auth.client.service that return OAuth2AuthorizedClientEntityServiceModifier and TypeMethodDescriptionDefaultOAuth2AuthorizedClientRepository.getAuthorizedClientEntityService()DefaultOAuth2AuthorizedClientEntityCleanupServices.getOAuth2AuthorizedClientEntityService()The entity service to which CRUD calls will be delegated.Constructors in com.broadleafcommerce.auth.client.service with parameters of type OAuth2AuthorizedClientEntityServiceModifierConstructorDescriptionDefaultOAuth2AuthorizedClientEntityCleanupServices(OAuth2AuthorizedClientCleanupProperties cleanupProperties, OAuth2AuthorizedClientEntityService<OAuth2AuthorizedClientEntity> oAuth2AuthorizedClientEntityService, org.springframework.scheduling.TaskScheduler scheduler, com.broadleafcommerce.common.extension.TypeFactory typeFactory) DefaultOAuth2AuthorizedClientRepository(OAuth2AuthorizedClientEntityService<OAuth2AuthorizedClientEntity> authorizedClientEntityService, org.springframework.security.oauth2.client.registration.ClientRegistrationRepository clientRegistrationRepository, ContextHelperService contextHelperService) -
Uses of OAuth2AuthorizedClientEntityService in com.broadleafcommerce.auth.user.web.logout
Methods in com.broadleafcommerce.auth.user.web.logout that return OAuth2AuthorizedClientEntityServiceModifier and TypeMethodDescriptionAuthenticationLogoutHandler.getOAuth2AuthorizedClientEntityService()Methods in com.broadleafcommerce.auth.user.web.logout with parameters of type OAuth2AuthorizedClientEntityServiceModifier and TypeMethodDescriptionvoidAuthenticationLogoutHandler.setOAuth2AuthorizedClientEntityService(OAuth2AuthorizedClientEntityService<OAuth2AuthorizedClientEntity> oAuth2AuthorizedClientEntityService)