| Modifier and Type | Method and Description |
|---|---|
void |
ObjectStoreClientStore.addClient(Client client,
boolean failIfPresent) |
| Modifier and Type | Method and Description |
|---|---|
void |
OAuth2ProviderOperations.createClient(OAuth2ProviderConfiguration oAuth2ProviderConfiguration,
String clientId,
ClientType clientType,
String clientSecret,
String clientName,
String description,
String principal,
Set<String> redirectUris,
Set<Constants.RequestGrantType> authorizedGrantTypes,
Set<String> scopes,
boolean failIfPresent)
Creates a new client and saves it in the configured client store.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClientManager.addClient(Client client,
boolean failIfPresent) |
void |
ClientRegistration.addClient(Client client,
boolean failIfPresent)
Add a new client.
|
Copyright © 2025 MuleSoft, Inc.. All rights reserved.