| Package | Description |
|---|---|
| com.mulesoft.modules.oauth2.provider.api.client | |
| com.mulesoft.modules.oauth2.provider.internal |
| Modifier and Type | Method and Description |
|---|---|
ClientType |
Client.getType() |
static ClientType |
ClientType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientType[] |
ClientType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Client.setType(ClientType type) |
| Constructor and Description |
|---|
Client(String clientId,
String secret,
ClientType type,
Set<String> clientRedirectUris,
Set<Constants.RequestGrantType> clientAuthorizedGrantTypes,
Set<String> clientScopes) |
| 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.
|
Copyright © 2019 MuleSoft, Inc.. All rights reserved.