public class TemplateAuthConfig extends DefaultConfiguration
| 构造器和说明 |
|---|
TemplateAuthConfig() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
getConfiguredOnce() |
java.lang.String |
getDigitalAuthKey() |
static TemplateAuthConfig |
getInstance() |
boolean |
getTempAuthOpen() |
int |
getTempAuthType() |
void |
setConfiguredOnce(boolean configuredOnce) |
void |
setDigitalAuthKey(java.lang.String digitalAuthKey) |
void |
setTempAuthOpen(boolean tempAuthOpen) |
void |
setTempAuthType(int tempAuthType) |
getNameSpaceclone, initialize, mirrorpublic static TemplateAuthConfig getInstance()
public boolean getTempAuthOpen()
public void setTempAuthOpen(boolean tempAuthOpen)
public boolean getConfiguredOnce()
public void setConfiguredOnce(boolean configuredOnce)
public int getTempAuthType()
public void setTempAuthType(int tempAuthType)
public java.lang.String getDigitalAuthKey()
public void setDigitalAuthKey(java.lang.String digitalAuthKey)