| Package | Description |
|---|---|
| org.wso2.apimgt.gateway.cli.model.rest.ext | |
| org.wso2.apimgt.gateway.cli.utils |
| Modifier and Type | Method and Description |
|---|---|
ApplicationSecurity |
ExtendedAPI.getApplicationSecurity() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExtendedAPI.setApplicationSecurity(ApplicationSecurity applicationSecurity) |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationSecurity |
OpenAPICodegenUtils.populateApplicationSecurity(String apiName,
String version,
Map<String,Object> apiDefExtensions,
String mutualSSL)
Get application security from API Definition extension.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
OpenAPICodegenUtils.getAuthProviders(String schemas,
ApplicationSecurity appSecurity)
Get auth providers for given schema.
|
static List<String> |
OpenAPICodegenUtils.getMgwResourceSecurity(io.swagger.v3.oas.models.Operation operation,
ApplicationSecurity appSecurity)
Get resource level auth providers as a list of strings.
|
Copyright © 2023 WSO2. All rights reserved.