public class TokenManagerConfig extends Object implements org.mule.runtime.api.lifecycle.Initialisable, MuleContextAware
| Modifier and Type | Field and Description |
|---|---|
static AtomicInteger |
defaultTokenManagerConfigIndex |
| Constructor and Description |
|---|
TokenManagerConfig() |
| Modifier and Type | Method and Description |
|---|---|
static TokenManagerConfig |
createDefault(MuleContext context) |
ConfigOAuthContext |
getConfigOAuthContext() |
void |
initialise() |
Object |
processOauthContextFunctionACall(Object[] params)
Provides support for the oauthContext MEL function for this configuration
|
void |
setMuleContext(MuleContext context) |
void |
setName(String name) |
void |
setObjectStore(ListableObjectStore objectStore) |
public static AtomicInteger defaultTokenManagerConfigIndex
public void setObjectStore(ListableObjectStore objectStore)
public void setName(String name)
public void initialise()
throws org.mule.runtime.api.lifecycle.InitialisationException
initialise in interface org.mule.runtime.api.lifecycle.Initialisableorg.mule.runtime.api.lifecycle.InitialisationExceptionpublic static TokenManagerConfig createDefault(MuleContext context) throws org.mule.runtime.api.lifecycle.InitialisationException
org.mule.runtime.api.lifecycle.InitialisationExceptionpublic ConfigOAuthContext getConfigOAuthContext()
public void setMuleContext(MuleContext context)
setMuleContext in interface MuleContextAwareCopyright © 2003–2016 MuleSoft, Inc.. All rights reserved.