OAuthClientCredentialsDancerBuilder |
OAuthClientCredentialsDancerBuilder.addListener(ClientCredentialsListener listener) |
Adds the listener.
|
OAuthClientCredentialsDancerBuilder |
OAuthClientCredentialsDancerBuilder.customBodyParameters(Map<String,String> customBodyParameters) |
Adds the customBodyParameters to the body of the token url request.
|
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.
|