public class ExtendedAPI extends Object
| Constructor and Description |
|---|
ExtendedAPI(APIInfoBaseDTO apiInfo) |
| Modifier and Type | Method and Description |
|---|---|
APIInfoBaseDTO |
getApiInfo() |
ApplicationSecurity |
getApplicationSecurity() |
MgwEndpointConfigDTO |
getEndpointConfigRepresentation() |
String |
getMgwApiScope() |
String |
getMgwApiSecurity() |
String |
getMutualSSL() |
String |
getSpecificBasepath() |
boolean |
isGrpc() |
void |
setApiInfo(APIInfoBaseDTO apiInfo) |
void |
setApplicationSecurity(ApplicationSecurity applicationSecurity) |
void |
setEndpointConfigRepresentation(MgwEndpointConfigDTO endpointConfigRepresentation) |
void |
setGrpc(boolean grpc) |
void |
setMgwApiScope(String mgwApiScope) |
void |
setMgwApiSecurity(String mgwApiSecurity) |
void |
setMutualSSL(String mutualSSL) |
void |
setSpecificBasepath(String specificBasepath) |
public ExtendedAPI(APIInfoBaseDTO apiInfo)
public APIInfoBaseDTO getApiInfo()
public void setApiInfo(APIInfoBaseDTO apiInfo)
public MgwEndpointConfigDTO getEndpointConfigRepresentation()
public void setEndpointConfigRepresentation(MgwEndpointConfigDTO endpointConfigRepresentation)
public String getSpecificBasepath()
public void setSpecificBasepath(String specificBasepath)
public String getMgwApiSecurity()
public void setMgwApiSecurity(String mgwApiSecurity)
public void setMgwApiScope(String mgwApiScope)
public String getMgwApiScope()
public boolean isGrpc()
public void setGrpc(boolean grpc)
public void setApplicationSecurity(ApplicationSecurity applicationSecurity)
public ApplicationSecurity getApplicationSecurity()
public String getMutualSSL()
public void setMutualSSL(String mutualSSL)
Copyright © 2024 WSO2. All rights reserved.