@ClientCredentials(tokenUrl="accessTokenUrl",
defaultScopes="defaultScope",
credentialsPlacement=QUERY_PARAMS)
@Alias(value="client-credentials")
public class TestOAuthClientCredentialsProvider
extends TestOAuthConnectionState
implements org.mule.runtime.api.connection.ConnectionProvider<TestOAuthConnection>
| Constructor and Description |
|---|
TestOAuthClientCredentialsProvider() |
| Modifier and Type | Method and Description |
|---|---|
TestOAuthConnection |
connect() |
void |
disconnect(TestOAuthConnection connection) |
org.mule.runtime.extension.api.connectivity.oauth.OAuthState |
getState() |
org.mule.runtime.api.connection.ConnectionValidationResult |
validate(TestOAuthConnection connection) |
getApiVersion, getConfigName, getDisplay, getInstanceId, getUserId, isImmediate, isPromptpublic TestOAuthConnection connect() throws org.mule.runtime.api.connection.ConnectionException
connect in interface org.mule.runtime.api.connection.ConnectionProvider<TestOAuthConnection>org.mule.runtime.api.connection.ConnectionExceptionpublic void disconnect(TestOAuthConnection connection)
disconnect in interface org.mule.runtime.api.connection.ConnectionProvider<TestOAuthConnection>public org.mule.runtime.extension.api.connectivity.oauth.OAuthState getState()
getState in class TestOAuthConnectionStatepublic org.mule.runtime.api.connection.ConnectionValidationResult validate(TestOAuthConnection connection)
validate in interface org.mule.runtime.api.connection.ConnectionProvider<TestOAuthConnection>Copyright © 2025 MuleSoft, Inc.. All rights reserved.