| Package | Description |
|---|---|
| org.openapitools.codegen | |
| org.openapitools.codegen.languages | |
| org.openapitools.codegen.utils |
| Modifier and Type | Field and Description |
|---|---|
List<CodegenSecurity> |
CodegenOperation.authMethods |
| Modifier and Type | Method and Description |
|---|---|
CodegenSecurity |
CodegenSecurity.filterByScopeNames(List<String> filterScopes) |
| Modifier and Type | Method and Description |
|---|---|
List<CodegenSecurity> |
CodegenConfig.fromSecurity(Map<String,io.swagger.v3.oas.models.security.SecurityScheme> schemas) |
List<CodegenSecurity> |
DefaultCodegen.fromSecurity(Map<String,io.swagger.v3.oas.models.security.SecurityScheme> securitySchemeMap)
Convert map of OAS SecurityScheme objects to a list of Codegen Security objects
|
| Modifier and Type | Method and Description |
|---|---|
List<CodegenSecurity> |
PhpSlimServerCodegen.fromSecurity(Map<String,io.swagger.v3.oas.models.security.SecurityScheme> securitySchemeMap) |
List<CodegenSecurity> |
ScalaAkkaClientCodegen.fromSecurity(Map<String,io.swagger.v3.oas.models.security.SecurityScheme> schemes) |
List<CodegenSecurity> |
HaskellHttpClientCodegen.fromSecurity(Map<String,io.swagger.v3.oas.models.security.SecurityScheme> schemes) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ProcessUtils.hasHttpSignatureMethods(List<CodegenSecurity> authMethods)
Returns true if the specified OAS model has at least one operation with the HTTP signature
security scheme.
|
Copyright © 2020. All rights reserved.