Interface MicrosoftGraphApiAuthenticationService
- All Superinterfaces:
BaseFinder<MicrosoftGraphApiAuthentication, String>, EditableService<MicrosoftGraphApiAuthentication, String>
public interface MicrosoftGraphApiAuthenticationService
extends EditableService<MicrosoftGraphApiAuthentication, String>
-
Method Summary
Modifier and TypeMethodDescriptionconnect(MicrosoftGraphApiAuthentication configuration) findAll()findDefaultConfiguration(String... joins) Pobiera domyślne poświadczenie dla Graph Api, jeżeli takie istnieje.getOauthUrl(MicrosoftGraphApiAuthentication configuration) voidsaveRefreshToken(String refreshToken, String microsoftGraphApiAuthId) testConnection(MicrosoftGraphApiAuthentication 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
-
findById
-
findAll
List<MicrosoftGraphApiAuthentication> findAll() -
findDefaultConfiguration
Pobiera domyślne poświadczenie dla Graph Api, jeżeli takie istnieje.- Parameters:
joins- określa, które elementy należy dołączyć do obiektu.- Returns:
- obiekt
Optionalz domyślną konfiguracją Graph Api.
-
connect
-
testConnection
-
getOauthUrl
-
saveRefreshToken
-