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 BaseFinder
count, countAll, findByCriteria, findByCriteria, findByProperty, findOne, findOneByProperty, get, get, getAll, getAll, getCountedResult, getCountedResult, scrollByCriteria, scrollByCriteriaMethods inherited from interface EditableService
delete, save, update
-
Method Details
-
findDefaultConfiguration
Pobiera domyślne poświadczenie dla Google Api, jeżeli takie istnieje.- Parameters:
joins- określa, które elementy należy dołączyć do obiektu.- Returns:
- obiekt
Optionalz domyślną konfiguracją Google Api.
-
getOauthUrl
-
connect
-
testConnection
-
saveRefreshToken
-