Interface JpaOAuth2AuthorizationRepository<D extends JpaOAuth2Authorization>
- Type Parameters:
D
- Jpa Domain Type
- All Superinterfaces:
CustomizedOAuth2AuthorizationRepository<D>
,OAuth2AuthorizationRepository<D>
,org.springframework.data.repository.Repository<D,
String>
@Repository
public interface JpaOAuth2AuthorizationRepository<D extends JpaOAuth2Authorization>
extends OAuth2AuthorizationRepository<D>
Handle persistence of
JpaOAuth2Authorization
, which is the counterpart for Spring's
OAuth2Authorization
.-
Method Summary
Methods inherited from interface com.broadleafcommerce.auth.authorization.repository.CustomizedOAuth2AuthorizationRepository
cleanupBatch, findById, findByOid, findByToken, remove, save