Interface CustomizedOAuth2AuthorizationRepository<D>
- Type Parameters:
D
- The entity type
- All Known Subinterfaces:
JpaOAuth2AuthorizationRepository<D>
,OAuth2AuthorizationRepository<D>
- All Known Implementing Classes:
JpaCustomizedOAuth2AuthorizationRepository
public interface CustomizedOAuth2AuthorizationRepository<D>
Support persistence functions for
JpaOAuth2Authorization
. This is a superset of what's
described in OAuth2AuthorizationService
.-
Method Summary
-
Method Details
-
save
-
remove
-
findById
-
findByOid
-
findByToken
-
cleanupBatch
-