public class ClientManager extends Object
| Constructor and Description |
|---|
ClientManager(ClientStore clientStore) |
| Modifier and Type | Method and Description |
|---|---|
void |
addClient(Client client,
boolean failIfPresent) |
Client |
getClient(String clientId) |
Client |
getClient(String clientId,
String clientSecret) |
void |
removeClient(String clientId,
String clientSecret) |
public ClientManager(ClientStore clientStore)
public void addClient(Client client, boolean failIfPresent) throws ClientAlreadyExistsException
ClientAlreadyExistsExceptionCopyright © 2025 MuleSoft, Inc.. All rights reserved.