public class ScConfig extends Object implements Serializable
| Constructor and Description |
|---|
ScConfig() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCodeExpired() |
Integer |
getCodeLength() |
String |
getCodePool() |
ScCondition |
getCondition() |
String |
getPermissionPool() |
Boolean |
getSupportGroup() |
Boolean |
getSupportMultiApp() |
Boolean |
getSupportSecondary() |
Long |
getTokenExpired() |
String |
getTokenPool() |
void |
setCodeExpired(Integer codeExpired) |
void |
setCodeLength(Integer codeLength) |
void |
setCodePool(String codePool) |
void |
setCondition(ScCondition condition) |
void |
setPermissionPool(String permissionPool) |
void |
setSupportGroup(Boolean supportGroup) |
void |
setSupportMultiApp(Boolean supportMultiApp) |
void |
setSupportSecondary(Boolean supportSecondary) |
void |
setTokenExpired(Long tokenExpired) |
void |
setTokenPool(String tokenPool) |
String |
toString() |
public ScCondition getCondition()
public void setCondition(ScCondition condition)
public Integer getCodeExpired()
public void setCodeExpired(Integer codeExpired)
public Integer getCodeLength()
public void setCodeLength(Integer codeLength)
public String getCodePool()
public void setCodePool(String codePool)
public Boolean getSupportSecondary()
public void setSupportSecondary(Boolean supportSecondary)
public String getPermissionPool()
public void setPermissionPool(String permissionPool)
public Long getTokenExpired()
public void setTokenExpired(Long tokenExpired)
public String getTokenPool()
public void setTokenPool(String tokenPool)
public Boolean getSupportGroup()
public void setSupportGroup(Boolean supportGroup)
public Boolean getSupportMultiApp()
public void setSupportMultiApp(Boolean supportMultiApp)
Copyright © 2020. All rights reserved.