| Package | Description |
|---|---|
| org.mule.runtime.oauth.api.builder | |
| org.mule.runtime.oauth.internal.builder | |
| org.mule.runtime.oauth.internal.config |
| Modifier and Type | Method and Description |
|---|---|
static ClientCredentialsLocation |
ClientCredentialsLocation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientCredentialsLocation[] |
ClientCredentialsLocation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default OAuthDancerBuilder<D> |
OAuthDancerBuilder.withClientCredentialsIn(ClientCredentialsLocation clientCredentialsLocation)
Define where the client credentials will be sent in the HTTP requests for the OAuth2 Dance.
|
| Modifier and Type | Field and Description |
|---|---|
protected ClientCredentialsLocation |
AbstractOAuthDancerBuilder.clientCredentialsLocation |
| Modifier and Type | Method and Description |
|---|---|
OAuthDancerBuilder |
AbstractOAuthDancerBuilder.withClientCredentialsIn(ClientCredentialsLocation clientCredentialsLocation) |
| Modifier and Type | Method and Description |
|---|---|
ClientCredentialsLocation |
AuthDancerCredentialConfig.getClientCredentialsLocation() |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthDancerCredentialConfig.setClientCredentialsLocation(ClientCredentialsLocation clientCredentialsLocation) |
AuthDancerCredentialConfig.Builder |
AuthDancerCredentialConfig.Builder.withClientCredentialsLocation(ClientCredentialsLocation clientCredentialsLocation) |
| Constructor and Description |
|---|
AuthDancerCredentialConfig(String clientId,
String clientSecret,
ClientCredentialsLocation clientCredentialsLocation) |
Copyright © 2022. All rights reserved.