public class ClientCredentialsTokenRequestHandler extends AbstractTokenRequestHandler
AbstractTokenRequestHandler.TokenUrlResponseExceptionlogger| Constructor and Description |
|---|
ClientCredentialsTokenRequestHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
refreshAccessToken() |
void |
setApplicationCredentials(ApplicationCredentials applicationCredentials) |
void |
setEncodeClientCredentialsInBody(boolean encodeClientCredentialsInBody) |
void |
setMuleContext(MuleContext muleContext) |
void |
setScopes(String scopes) |
void |
setTokenManager(TokenManagerConfig tokenManager) |
void |
setTokenResponseConfiguration(TokenResponseConfiguration tokenResponseConfiguration) |
getMuleContext, getRefreshTokenWhen, getTokenUrl, invokeTokenUrl, setRefreshTokenWhen, setTlsContextFactory, setTokenUrlpublic ClientCredentialsTokenRequestHandler()
public void setApplicationCredentials(ApplicationCredentials applicationCredentials)
public void setScopes(String scopes)
public void setTokenResponseConfiguration(TokenResponseConfiguration tokenResponseConfiguration)
public void setMuleContext(MuleContext muleContext)
setMuleContext in interface MuleContextAwaresetMuleContext in class AbstractTokenRequestHandlerpublic void refreshAccessToken()
throws MuleException
MuleExceptionpublic void setTokenManager(TokenManagerConfig tokenManager)
public void setEncodeClientCredentialsInBody(boolean encodeClientCredentialsInBody)
Copyright © 2003–2021 MuleSoft, Inc.. All rights reserved.