OAuthDancerBuilder<D> |
OAuthDancerBuilder.clientCredentials(String clientId,
String clientSecret) |
|
OAuthDancerBuilder<D> |
OAuthDancerBuilder.customParametersExtractorsExprs(Map<String,String> customParamsExtractorsExprs) |
|
OAuthDancerBuilder<D> |
OAuthDancerBuilder.encoding(Charset encoding) |
|
default OAuthDancerBuilder<D> |
OAuthDancerBuilder.name(String name) |
|
OAuthDancerBuilder<D> |
OAuthDancerBuilder.resourceOwnerIdTransformer(Function<String,String> resourceOwnerIdTransformer) |
Allows to partition a tokensStore and reuse it among different dancers, as long as each dancer has its own proper
resourceOwnerIdStoreTransformer and ensures there can be no collissions between the transformed
resourceOwnerIds for different dancers.
|
OAuthDancerBuilder<D> |
OAuthDancerBuilder.responseAccessTokenExpr(String responseAccessTokenExpr) |
|
OAuthDancerBuilder<D> |
OAuthDancerBuilder.responseExpiresInExpr(String responseExpiresInExpr) |
|
OAuthDancerBuilder<D> |
OAuthDancerBuilder.responseRefreshTokenExpr(String responseRefreshTokenExpr) |
|
OAuthDancerBuilder<D> |
OAuthDancerBuilder.scopes(String scopes) |
Scopes define permissions over resources.
|
OAuthDancerBuilder<D> |
OAuthDancerBuilder.tokenUrl(String tokenUrl) |
Mule, after receiving the authentication code from the OAuth server (through the redirectUrl) will call this url to get the
access token.
|
OAuthDancerBuilder<D> |
OAuthDancerBuilder.tokenUrl(String tokenUrl,
org.mule.runtime.api.tls.TlsContextFactory tlsContextFactory) |
Mule, after receiving the authentication code from the OAuth server (through the redirectUrl) will call this url to get the
access token.
|
default OAuthDancerBuilder<D> |
OAuthDancerBuilder.tokenUrl(String tokenUrl,
org.mule.runtime.api.tls.TlsContextFactory tlsContextFactory,
org.mule.runtime.http.api.client.proxy.ProxyConfig proxyConfig) |
Mule, after receiving the authentication code from the OAuth server (through the redirectUrl) will call this url to get the
access token.
|
default OAuthDancerBuilder<D> |
OAuthDancerBuilder.tokenUrl(String tokenUrl,
org.mule.runtime.http.api.client.proxy.ProxyConfig proxyConfig) |
Mule, after receiving the authentication code from the OAuth server (through the redirectUrl) will call this url to get the
access token.
|
OAuthDancerBuilder<D> |
OAuthDancerBuilder.tokenUrl(org.mule.runtime.http.api.client.HttpClient httpClient,
String tokenUrl) |
Mule, after receiving the authentication code from the OAuth server (through the redirectUrl) will call this url to get the
access token.
|
default OAuthDancerBuilder<D> |
OAuthDancerBuilder.withClientCredentialsIn(ClientCredentialsLocation clientCredentialsLocation) |
Define where the client credentials will be sent in the HTTP requests for the OAuth2 Dance.
|