Package | Description |
---|---|
io.swagger.codegen | |
io.swagger.codegen.languages |
Modifier and Type | Field and Description |
---|---|
List<CodegenSecurity> |
CodegenOperation.authMethods |
Modifier and Type | Method and Description |
---|---|
List<CodegenSecurity> |
CodegenConfig.fromSecurity(Map<String,io.swagger.v3.oas.models.security.SecurityScheme> schemes) |
List<CodegenSecurity> |
DefaultCodegen.fromSecurity(Map<String,io.swagger.v3.oas.models.security.SecurityScheme> securitySchemeMap)
Convert map of Swagger SecurityScheme objects to a list of Codegen Security objects
|
List<CodegenSecurity> |
CodegenOperation.getAuthMethods() |
Modifier and Type | Method and Description |
---|---|
List<CodegenSecurity> |
HaskellHttpClientCodegen.fromSecurity(Map<String,io.swagger.v3.oas.models.security.SecurityScheme> schemes) |
List<CodegenSecurity> |
AkkaScalaClientCodegen.fromSecurity(Map<String,io.swagger.v3.oas.models.security.SecurityScheme> schemes) |
Copyright © 2018. All rights reserved.