public class StaticClientList extends Object implements ClientList
| Constructor and Description |
|---|
StaticClientList() |
| Modifier and Type | Method and Description |
|---|---|
Client |
getClient(String clientId) |
List<Client> |
getClients() |
void |
init(Router router) |
void |
setClients(List<Client> clients) |
String |
toString() |
public void init(Router router)
init in interface ClientListpublic Client getClient(String clientId)
getClient in interface ClientListClient object consisting of clientId, clientSecret and oauthcallbackCopyright © 2021. All Rights Reserved.