public class TokenManagerConfig extends Object implements Initialisable, MuleContextAware
| Modifier and Type | Field and Description |
|---|---|
static AtomicInteger |
defaultTokenManagerConfigIndex |
PHASE_NAME| 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 InitialisationException
initialise in interface InitialisableInitialisationExceptionpublic static TokenManagerConfig createDefault(MuleContext context) throws InitialisationException
InitialisationExceptionpublic ConfigOAuthContext getConfigOAuthContext()
public void setMuleContext(MuleContext context)
setMuleContext in interface MuleContextAwareCopyright © 2003–2021 MuleSoft, Inc.. All rights reserved.