Interface MicrosoftGraphApiAuthenticationService
- All Superinterfaces:
BaseFinder<MicrosoftGraphApiAuthentication,
,String> EditableService<MicrosoftGraphApiAuthentication,
String>
public interface MicrosoftGraphApiAuthenticationService
extends EditableService<MicrosoftGraphApiAuthentication,String>
-
Method Summary
Modifier and TypeMethodDescriptionfindAll()
testConnection
(MicrosoftGraphApiAuthentication configuration) 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
-
findById
-
findAll
List<MicrosoftGraphApiAuthentication> findAll() -
testConnection
-