public class StudioConfigAuth extends Object
| Constructor and Description |
|---|
StudioConfigAuth()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getLogoutUrl() |
String |
getToken() |
int |
getTokenRefreshPeriod() |
StudioConfigAuthType |
getType() |
void |
setLogoutUrl(String logoutUrl) |
void |
setToken(String token) |
void |
setTokenRefreshPeriod(int tokenRefreshPeriod) |
void |
setType(StudioConfigAuthType type) |
public StudioConfigAuthType getType()
public void setType(StudioConfigAuthType type)
type - the type to setpublic String getToken()
public void setToken(String token)
token - the token to setpublic String getLogoutUrl()
public void setLogoutUrl(String logoutUrl)
logoutUrl - the logoutUrl to setpublic int getTokenRefreshPeriod()
public void setTokenRefreshPeriod(int tokenRefreshPeriod)
tokenRefreshPeriod - the tokenRefreshPeriod to setCopyright © 2018 JBoss, a division of Red Hat. All rights reserved.