Uses of Interface
com.broadleafcommerce.auth.client.repository.OAuth2AuthorizedClientEntityRepository
Packages that use OAuth2AuthorizedClientEntityRepository
Package
Description
-
Uses of OAuth2AuthorizedClientEntityRepository in com.broadleafcommerce.auth.client.autoconfigure
Methods in com.broadleafcommerce.auth.client.autoconfigure with parameters of type OAuth2AuthorizedClientEntityRepositoryModifier and TypeMethodDescriptionOAuthClientAutoConfiguration.oAuth2AuthorizedClientEntityService
(OAuth2AuthorizedClientEntityRepository<?, ?> oAuth2AuthorizedClientEntityRepository, com.broadleafcommerce.data.tracking.core.mapping.DomainMapperManager domainMapperManager, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of OAuth2AuthorizedClientEntityRepository in com.broadleafcommerce.auth.client.provider.jpa.repository
Subinterfaces of OAuth2AuthorizedClientEntityRepository in com.broadleafcommerce.auth.client.provider.jpa.repositoryModifier and TypeInterfaceDescriptioninterface
JpaOAuth2AuthorizedClientEntityRepository<D extends JpaOAuth2AuthorizedClientEntity,
I extends JpaOAuth2AuthorizedClientEntityId> JPA-specific implementation ofOAuth2AuthorizedClientEntityRepository
. -
Uses of OAuth2AuthorizedClientEntityRepository in com.broadleafcommerce.auth.client.service
Methods in com.broadleafcommerce.auth.client.service that return OAuth2AuthorizedClientEntityRepositoryModifier and TypeMethodDescriptionprotected OAuth2AuthorizedClientEntityRepository<?,
?> DefaultOAuth2AuthorizedClientEntityService.getOAuth2AuthorizedClientEntityRepository()
Constructors in com.broadleafcommerce.auth.client.service with parameters of type OAuth2AuthorizedClientEntityRepositoryModifierConstructorDescriptionDefaultOAuth2AuthorizedClientEntityService
(OAuth2AuthorizedClientEntityRepository<?, ?> entityRepository, com.broadleafcommerce.data.tracking.core.mapping.DomainMapperManager domainMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory)