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 TypeInterfaceDescriptioninterface
JpaOAuth2AuthorizedClientEntityRepository<D extends JpaOAuth2AuthorizedClientEntity,
I extends JpaOAuth2AuthorizedClientEntityId> JPA-specific implementation ofOAuth2AuthorizedClientEntityRepository
.Classes in com.broadleafcommerce.auth.client.provider.jpa.repository that implement CustomizedOAuth2AuthorizedClientEntityRepositoryModifier and TypeClassDescriptionclass
Default implementation ofCustomizedOAuth2AuthorizedClientEntityRepository
for JPA. -
Uses of CustomizedOAuth2AuthorizedClientEntityRepository in com.broadleafcommerce.auth.client.repository
Subinterfaces of CustomizedOAuth2AuthorizedClientEntityRepository in com.broadleafcommerce.auth.client.repositoryModifier and TypeInterfaceDescriptioninterface
This is a CRUD repository for managing basic persistence operations around persistent counterparts ofOAuth2AuthorizedClientEntity
.