Interface GoogleApiAuthenticationService
- All Superinterfaces:
BaseFinder<GoogleApiAuthentication,,String> EditableService<GoogleApiAuthentication,String>
public interface GoogleApiAuthenticationService
extends EditableService<GoogleApiAuthentication,String>
-
Method Summary
Modifier and TypeMethodDescriptionconnect(GoogleApiAuthentication configuration) findDefaultConfiguration(String... joins) Pobiera domyślne poświadczenie dla Google Api, jeżeli takie istnieje.getOauthUrl(GoogleApiAuthentication configuration) voidsaveRefreshToken(String refreshToken, String googleApiAuthId) testConnection(GoogleApiAuthentication configuration) Methods inherited from interface com.suncode.pwfl.support.BaseFinder
count, countAll, findByCriteria, findByCriteria, findByProperty, findOne, findOneByProperty, get, get, getAll, getAll, getCountedResult, getCountedResult, scrollByCriteria, scrollByCriteriaMethods inherited from interface com.suncode.pwfl.support.EditableService
delete, save, update
-
Method Details