| Package | Description |
|---|---|
| org.mule.runtime.oauth.api.builder | |
| org.mule.runtime.oauth.internal.builder |
| Modifier and Type | Method and Description |
|---|---|
OAuthClientCredentialsDancerBuilder |
OAuthClientCredentialsDancerBuilder.addListener(ClientCredentialsListener listener)
Adds the
listener. |
OAuthClientCredentialsDancerBuilder |
OAuthClientCredentialsDancerBuilder.customHeaders(Map<String,String> customHeaders)
There are OAuth implementations that require or allow extra headers to be sent when calling the token URL of the OAS.
|
OAuthClientCredentialsDancerBuilder |
OAuthClientCredentialsDancerBuilder.customParameters(Map<String,String> customParameters)
There are OAuth implementations that require or allow extra query parameters to be sent when calling the token URL of the
OAS.
|
OAuthClientCredentialsDancerBuilder |
OAuthClientCredentialsDancerBuilder.encodeClientCredentialsInBody(boolean encodeClientCredentialsInBody)
Deprecated.
since 4.2.0. Use
OAuthDancerBuilder.withClientCredentialsIn(ClientCredentialsLocation)
instead. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultOAuthClientCredentialsDancerBuilder
Builder that allows to configure the attributes for the client credentials grant type.
|
| Modifier and Type | Method and Description |
|---|---|
OAuthClientCredentialsDancerBuilder |
DefaultOAuthClientCredentialsDancerBuilder.addListener(ClientCredentialsListener listener) |
OAuthClientCredentialsDancerBuilder |
DefaultOAuthClientCredentialsDancerBuilder.customHeaders(Map<String,String> customHeaders) |
OAuthClientCredentialsDancerBuilder |
DefaultOAuthClientCredentialsDancerBuilder.customParameters(Map<String,String> customParameters) |
OAuthClientCredentialsDancerBuilder |
DefaultOAuthClientCredentialsDancerBuilder.encodeClientCredentialsInBody(boolean encodeClientCredentialsInBody) |
Copyright © 2022. All rights reserved.