Uses of Interface
com.broadleafcommerce.auth.client.repository.CustomizedOAuth2AuthorizedClientEntityRepository
Packages that use CustomizedOAuth2AuthorizedClientEntityRepository
Package
Description
- 
Uses of CustomizedOAuth2AuthorizedClientEntityRepository in com.broadleafcommerce.auth.client.provider.jpa.repository
Subinterfaces of CustomizedOAuth2AuthorizedClientEntityRepository in com.broadleafcommerce.auth.client.provider.jpa.repositoryModifier and TypeInterfaceDescriptioninterfaceJpaOAuth2AuthorizedClientEntityRepository<D extends JpaOAuth2AuthorizedClientEntity,I extends JpaOAuth2AuthorizedClientEntityId> JPA-specific implementation ofOAuth2AuthorizedClientEntityRepository.Classes in com.broadleafcommerce.auth.client.provider.jpa.repository that implement CustomizedOAuth2AuthorizedClientEntityRepositoryModifier and TypeClassDescriptionclassDefault implementation ofCustomizedOAuth2AuthorizedClientEntityRepositoryfor JPA. - 
Uses of CustomizedOAuth2AuthorizedClientEntityRepository in com.broadleafcommerce.auth.client.repository
Subinterfaces of CustomizedOAuth2AuthorizedClientEntityRepository in com.broadleafcommerce.auth.client.repositoryModifier and TypeInterfaceDescriptioninterfaceThis is a CRUD repository for managing basic persistence operations around persistent counterparts ofOAuth2AuthorizedClientEntity.