| Modifier and Type | Method and Description |
|---|---|
Client |
ClientStore.getClientById(String clientId)
Returns a client based on the provided client Id.
|
Client |
ObjectStoreClientStore.getClientById(String clientId) |
default Client |
ClientStore.getClientById(String clientId,
String clientSecret)
Returns a client based on the provided client Id.
|
Client |
ObjectStoreClientStore.getClientById(String clientId,
String clientSecret) |
void |
ObjectStoreClientStore.removeClient(String clientId,
String clientSecret) |
| Modifier and Type | Method and Description |
|---|---|
void |
OAuth2ProviderOperations.deleteClient(OAuth2ProviderConfiguration oAuth2ProviderConfiguration,
String clientId,
String clientSecret)
Deletes a client from the store.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClientRegistration.removeClient(String clientId)
Removes a registered client.
|
default void |
ClientRegistration.removeClient(String clientId,
String clientSecret)
Removes a registered client.
|
Copyright © 2023 MuleSoft, Inc.. All rights reserved.