Uses of Class
com.broadleafcommerce.auth.client.domain.OAuth2AuthorizedClientEntity
Packages that use OAuth2AuthorizedClientEntity
Package
Description
-
Uses of OAuth2AuthorizedClientEntity in com.broadleafcommerce.auth.client.autoconfigure
Methods in com.broadleafcommerce.auth.client.autoconfigure that return types with arguments of type OAuth2AuthorizedClientEntityModifier and TypeMethodDescriptionOAuthClientAutoConfiguration.oAuth2AuthorizedClientEntityService
(OAuth2AuthorizedClientEntityRepository<?, ?> oAuth2AuthorizedClientEntityRepository, com.broadleafcommerce.data.tracking.core.mapping.DomainMapperManager domainMapperManager, com.broadleafcommerce.common.extension.TypeFactory typeFactory) Method parameters in com.broadleafcommerce.auth.client.autoconfigure with type arguments of type OAuth2AuthorizedClientEntityModifier and TypeMethodDescriptionorg.springframework.security.oauth2.client.web.OAuth2AuthorizedClientRepository
OAuthClientAutoConfiguration.oAuth2AuthorizedClientRepository
(OAuth2AuthorizedClientEntityService<OAuth2AuthorizedClientEntity> oAuth2AuthorizedClientEntityService, org.springframework.security.oauth2.client.registration.ClientRegistrationRepository clientRegistrationRepository, ContextHelperService contextHelperService) -
Uses of OAuth2AuthorizedClientEntity in com.broadleafcommerce.auth.client.service
Classes in com.broadleafcommerce.auth.client.service with type parameters of type OAuth2AuthorizedClientEntityModifier and TypeClassDescriptionclass
interface
This is a CRUD service for managing basic persistence operations aroundOAuth2AuthorizedClientEntity
.Methods in com.broadleafcommerce.auth.client.service that return types with arguments of type OAuth2AuthorizedClientEntityModifier and TypeMethodDescriptionDefaultOAuth2AuthorizedClientRepository.getAuthorizedClientEntityService()
DefaultOAuth2AuthorizedClientEntityCleanupServices.getOAuth2AuthorizedClientEntityService()
The entity service to which CRUD calls will be delegated.Constructor parameters in com.broadleafcommerce.auth.client.service with type arguments of type OAuth2AuthorizedClientEntityModifierConstructorDescriptionDefaultOAuth2AuthorizedClientEntityCleanupServices
(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 OAuth2AuthorizedClientEntity in com.broadleafcommerce.auth.user.web.logout
Methods in com.broadleafcommerce.auth.user.web.logout that return types with arguments of type OAuth2AuthorizedClientEntityModifier and TypeMethodDescriptionAuthenticationLogoutHandler.getOAuth2AuthorizedClientEntityService()
Method parameters in com.broadleafcommerce.auth.user.web.logout with type arguments of type OAuth2AuthorizedClientEntityModifier and TypeMethodDescriptionvoid
AuthenticationLogoutHandler.setOAuth2AuthorizedClientEntityService
(OAuth2AuthorizedClientEntityService<OAuth2AuthorizedClientEntity> oAuth2AuthorizedClientEntityService)