| 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> |
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
|
List<CodegenSecurity> |
CodegenConfig.fromSecurity(Map<String,io.swagger.v3.oas.models.security.SecurityScheme> schemas) |
| Modifier and Type | Method and Description |
|---|---|
List<CodegenSecurity> |
ScalaSttpClientCodegen.fromSecurity(Map<String,io.swagger.v3.oas.models.security.SecurityScheme> schemes) |
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 List<CodegenSecurity> |
ProcessUtils.getApiKeyMethods(List<CodegenSecurity> authMethods)
Returns a list of OAS Codegen security objects
|
static List<CodegenSecurity> |
ProcessUtils.getHttpBasicMethods(List<CodegenSecurity> authMethods)
Returns a list of OAS Codegen security objects
|
static List<CodegenSecurity> |
ProcessUtils.getHttpBearerMethods(List<CodegenSecurity> authMethods)
Returns a list of Bearer Codegen security objects
|
static List<CodegenSecurity> |
ProcessUtils.getHttpSignatureMethods(List<CodegenSecurity> authMethods)
Returns a list of OAS Codegen security objects
|
static List<CodegenSecurity> |
ProcessUtils.getOAuthMethods(List<CodegenSecurity> authMethods)
Returns a list of OAuth Codegen security objects
|
| Modifier and Type | Method and Description |
|---|---|
static List<CodegenSecurity> |
ProcessUtils.getApiKeyMethods(List<CodegenSecurity> authMethods)
Returns a list of OAS Codegen security objects
|
static List<CodegenSecurity> |
ProcessUtils.getHttpBasicMethods(List<CodegenSecurity> authMethods)
Returns a list of OAS Codegen security objects
|
static List<CodegenSecurity> |
ProcessUtils.getHttpBearerMethods(List<CodegenSecurity> authMethods)
Returns a list of Bearer Codegen security objects
|
static List<CodegenSecurity> |
ProcessUtils.getHttpSignatureMethods(List<CodegenSecurity> authMethods)
Returns a list of OAS Codegen security objects
|
static List<CodegenSecurity> |
ProcessUtils.getOAuthMethods(List<CodegenSecurity> authMethods)
Returns a list of OAuth Codegen security objects
|
static boolean |
ProcessUtils.hasApiKeyMethods(List<CodegenSecurity> authMethods)
Returns true if the specified OAS model has at least one operation with API keys.
|
static boolean |
ProcessUtils.hasHttpBasicMethods(List<CodegenSecurity> authMethods)
Returns true if the specified OAS model has at least one operation with the HTTP basic
security scheme.
|
static boolean |
ProcessUtils.hasHttpBearerMethods(List<CodegenSecurity> authMethods)
Returns true if the specified OAS model has at least one operation with HTTP bearer.
|
static boolean |
ProcessUtils.hasHttpSignatureMethods(List<CodegenSecurity> authMethods)
Returns true if the specified OAS model has at least one operation with the HTTP basic
security scheme.
|
static boolean |
ProcessUtils.hasOAuthMethods(List<CodegenSecurity> authMethods)
Returns true if the specified OAS model has at least one operation with OAuth.
|
Copyright © 2021. All rights reserved.