Interface GoogleApiAuthenticationService
- All Superinterfaces:
BaseFinder<GoogleApiAuthentication,
,String> EditableService<GoogleApiAuthentication,
String>
public interface GoogleApiAuthenticationService
extends EditableService<GoogleApiAuthentication,String>
-
Method Summary
Modifier and TypeMethodDescriptionfindDefaultConfiguration
(String... joins) Pobiera domyślne poświadczenie dla Google Api, jeżeli takie istnieje.Methods inherited from interface com.suncode.pwfl.support.BaseFinder
count, countAll, findByCriteria, findByCriteria, findByProperty, findOne, findOneByProperty, get, get, getAll, getAll, getCountedResult, getCountedResult, scrollByCriteria, scrollByCriteria
Methods inherited from interface com.suncode.pwfl.support.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
Optional
z domyślną konfiguracją Google Api.
-