public interface AuthorizationCodeGrantType extends ApplicationCredentials
| Modifier and Type | Method and Description |
|---|---|
String |
getExternalCallbackUrl() |
AttributeEvaluator |
getLocalAuthorizationUrlResourceOwnerIdEvaluator() |
HttpListenerConfig |
getLocalCallbackConfig() |
String |
getLocalCallbackConfigPath() |
String |
getLocalCallbackUrl() |
String |
getRefreshTokenWhen() |
AttributeEvaluator |
getResourceOwnerIdEvaluator() |
org.mule.runtime.api.tls.TlsContextFactory |
getTlsContext() |
ConfigOAuthContext |
getUserOAuthContext() |
void |
refreshToken(Event currentFlowEvent,
String resourceOwnerId)
Does a refresh token for a particular oauth context id.
|
getClientId, getClientSecretHttpListenerConfig getLocalCallbackConfig()
String getLocalCallbackConfigPath()
String getLocalCallbackUrl()
String getExternalCallbackUrl()
String getRefreshTokenWhen()
AttributeEvaluator getLocalAuthorizationUrlResourceOwnerIdEvaluator()
AttributeEvaluator getResourceOwnerIdEvaluator()
void refreshToken(Event currentFlowEvent, String resourceOwnerId) throws org.mule.runtime.api.exception.MuleException
currentFlowEvent - event from the flow that requires a new access token.resourceOwnerId - the id of the oauth context to refresh.org.mule.runtime.api.exception.MuleExceptionConfigOAuthContext getUserOAuthContext()
org.mule.runtime.api.tls.TlsContextFactory getTlsContext()
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.