public interface OAuth2ConnectionService extends EditableService<OAuth2Connection,Long>
Modifier and Type | Method and Description |
---|---|
List<OAuth2Connection> |
getByClientId(long clientId,
int start,
int limit,
Sorter sorter) |
boolean |
hasConnectionInUse(OAuth2Client oAuth2Client) |
boolean |
isConnectionInUse(OAuth2Connection oAuth2Connection) |
delete, save, update
count, countAll, findByCriteria, findByCriteria, findByProperty, findOne, findOneByProperty, get, get, getAll, getAll, getCountedResult, getCountedResult
List<OAuth2Connection> getByClientId(long clientId, int start, int limit, Sorter sorter)
boolean isConnectionInUse(OAuth2Connection oAuth2Connection)
boolean hasConnectionInUse(OAuth2Client oAuth2Client)
Copyright © 2023 Suncode. All rights reserved.