Interface OAuth2ConnectionService
- All Superinterfaces:
BaseFinder<OAuth2Connection,
,Long> EditableService<OAuth2Connection,
Long>
-
Method Summary
Modifier and TypeMethodDescriptiongetByClientId
(long clientId, int start, int limit, Sorter sorter) boolean
hasConnectionInUse
(OAuth2Client oAuth2Client) boolean
isConnectionInUse
(OAuth2Connection oAuth2Connection) 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
-
getByClientId
-
isConnectionInUse
-
hasConnectionInUse
-