Interface ClientDao
public interface ClientDao
-
Method Summary
Modifier and TypeMethodDescriptiongetByClientId(String id) booleanisClientNameUnique(String id, String name) list()removeById(String id) resetClientSecret(String clientId, String regeneratedClientSecret)
-
Method Details
-
create
-
updateClient
-
resetClientSecret
-
removeById
-
isClientNameUnique
-
list
-
getById
-
getByClientId
-
getClientIdById
-