Uses of Class
io.swagger.codegen.CodegenSecurity
-
Packages that use CodegenSecurity Package Description io.swagger.codegen io.swagger.codegen.languages -
-
Uses of CodegenSecurity in io.swagger.codegen
Fields in io.swagger.codegen with type parameters of type CodegenSecurity Modifier and Type Field Description List<CodegenSecurity>
CodegenOperation. authMethods
Methods in io.swagger.codegen that return types with arguments of type CodegenSecurity Modifier and Type Method Description List<CodegenSecurity>
CodegenConfig. fromSecurity(Map<String,io.swagger.models.auth.SecuritySchemeDefinition> schemes)
List<CodegenSecurity>
DefaultCodegen. fromSecurity(Map<String,io.swagger.models.auth.SecuritySchemeDefinition> schemes)
Convert map of Swagger SecuritySchemeDefinition objects to a list of Codegen Security objects -
Uses of CodegenSecurity in io.swagger.codegen.languages
Methods in io.swagger.codegen.languages that return types with arguments of type CodegenSecurity Modifier and Type Method Description List<CodegenSecurity>
AkkaScalaClientCodegen. fromSecurity(Map<String,io.swagger.models.auth.SecuritySchemeDefinition> schemes)
List<CodegenSecurity>
AspNetCoreServerCodegen. fromSecurity(Map<String,io.swagger.models.auth.SecuritySchemeDefinition> schemes)
List<CodegenSecurity>
HaskellHttpClientCodegen. fromSecurity(Map<String,io.swagger.models.auth.SecuritySchemeDefinition> schemes)
-