Interface OAuthCredentialsRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<OAuthCredentials,String>, org.springframework.data.repository.Repository<OAuthCredentials,String>

@Repository public interface OAuthCredentialsRepository extends org.springframework.data.repository.CrudRepository<OAuthCredentials,String>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
     

    Methods inherited from interface org.springframework.data.repository.CrudRepository

    count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll
  • Method Details

    • getOAuthCredentialByPermissionId

      OAuthCredentials getOAuthCredentialByPermissionId(String permissionId)
    • deleteByPermissionId

      void deleteByPermissionId(String permissionId)