public class TokenConfig extends Object
| Constructor and Description |
|---|
TokenConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPath() |
RefreshTokenStrategy |
getRefreshTokenStrategy() |
org.mule.runtime.api.store.ObjectStore |
getTokenStore() |
int |
getTokenTtl() |
Long |
getTokenTtlInSeconds() |
TimeUnit |
getTokenTtlTimeUnit() |
void |
setPath(String path) |
void |
setRefreshTokenStrategy(RefreshTokenStrategy refreshTokenStrategy) |
void |
setTokenStore(org.mule.runtime.api.store.ObjectStore tokenStore) |
void |
setTokenTtl(int tokenTtl) |
void |
setTokenTtlTimeUnit(TimeUnit tokenTtlTimeUnit) |
public String getPath()
public org.mule.runtime.api.store.ObjectStore getTokenStore()
public RefreshTokenStrategy getRefreshTokenStrategy()
public int getTokenTtl()
public TimeUnit getTokenTtlTimeUnit()
public Long getTokenTtlInSeconds()
public void setPath(String path)
public void setTokenStore(org.mule.runtime.api.store.ObjectStore tokenStore)
public void setRefreshTokenStrategy(RefreshTokenStrategy refreshTokenStrategy)
public void setTokenTtl(int tokenTtl)
public void setTokenTtlTimeUnit(TimeUnit tokenTtlTimeUnit)
Copyright © 2024 MuleSoft, Inc.. All rights reserved.