public class Config extends Object
| Constructor and Description |
|---|
Config() |
| Modifier and Type | Method and Description |
|---|---|
Client |
getClient() |
CodeGen |
getCodeGen() |
APICorsConfigurationDTO |
getCorsConfiguration() |
MutualSSL |
getMutualSSL() |
Token |
getToken() |
void |
setClient(Client client) |
void |
setCodeGen(CodeGen codeGen) |
void |
setCorsConfiguration(APICorsConfigurationDTO corsConfiguration) |
void |
setMutualSSL(MutualSSL mutualSSL) |
void |
setToken(Token token) |
public Token getToken()
public void setToken(Token token)
public Client getClient()
public void setClient(Client client)
public APICorsConfigurationDTO getCorsConfiguration()
public void setCorsConfiguration(APICorsConfigurationDTO corsConfiguration)
public MutualSSL getMutualSSL()
public void setMutualSSL(MutualSSL mutualSSL)
public CodeGen getCodeGen()
public void setCodeGen(CodeGen codeGen)
Copyright © 2023 WSO2. All rights reserved.