Package | Description |
---|---|
io.oauth.server.api | |
io.oauth.server.model |
Modifier and Type | Method and Description |
---|---|
Client |
ClientApi.createClient(String name,
String description,
String redirectUri,
String userId)
Create a client
|
Client |
ClientApi.getClient(String clientId)
Retrieves a client by its client_id
|
Client |
ClientApi.resetClientKeys(String clientId)
Regenerate the API key's client
|
Client |
ClientApi.updateClient(String id,
String name,
String description,
String redirectUri,
String userId)
Update a client
|
Modifier and Type | Method and Description |
---|---|
List<Client> |
ClientApi.getAllClients()
Retrieves all clients
|
List<Client> |
ClientApi.getAllClientsByUser(String userId)
Retrieves all clients filtered by a given user_id
|
Modifier and Type | Method and Description |
---|---|
Client |
TokenInfos.getClient() |
Modifier and Type | Method and Description |
---|---|
void |
TokenInfos.setClient(Client client) |
Copyright © 2015. All rights reserved.