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