Uses of Class
org.openapitools.codegen.CodegenSecurity
-
Packages that use CodegenSecurity Package Description org.openapitools.codegen org.openapitools.codegen.languages org.openapitools.codegen.utils -
-
Uses of CodegenSecurity in org.openapitools.codegen
Fields in org.openapitools.codegen with type parameters of type CodegenSecurity Modifier and Type Field Description List<CodegenSecurity>CodegenOperation. authMethodsMethods in org.openapitools.codegen that return CodegenSecurity Modifier and Type Method Description CodegenSecurityCodegenSecurity. filterByScopeNames(List<String> filterScopes)Methods in org.openapitools.codegen that return types with arguments of type CodegenSecurity Modifier and Type Method 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 objectsConstructors in org.openapitools.codegen with parameters of type CodegenSecurity Constructor Description CodegenSecurity(CodegenSecurity original) -
Uses of CodegenSecurity in org.openapitools.codegen.languages
Methods in org.openapitools.codegen.languages that return types with arguments of type CodegenSecurity Modifier and Type Method Description List<CodegenSecurity>HaskellHttpClientCodegen. fromSecurity(Map<String,io.swagger.v3.oas.models.security.SecurityScheme> schemes)List<CodegenSecurity>JavaPlayFrameworkCodegen. 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>ScalaSttp4ClientCodegen. fromSecurity(Map<String,io.swagger.v3.oas.models.security.SecurityScheme> schemes)List<CodegenSecurity>ScalaSttpClientCodegen. fromSecurity(Map<String,io.swagger.v3.oas.models.security.SecurityScheme> schemes)List<CodegenSecurity>XojoClientCodegen. fromSecurity(Map<String,io.swagger.v3.oas.models.security.SecurityScheme> securitySchemeMap) -
Uses of CodegenSecurity in org.openapitools.codegen.utils
Methods in org.openapitools.codegen.utils that return types with arguments of type CodegenSecurity Modifier and Type Method Description static List<CodegenSecurity>ProcessUtils. getApiKeyMethods(List<CodegenSecurity> authMethods)Returns a list of OAS Codegen security objectsstatic List<CodegenSecurity>ProcessUtils. getHttpBasicMethods(List<CodegenSecurity> authMethods)Returns a list of OAS Codegen security objectsstatic List<CodegenSecurity>ProcessUtils. getHttpBearerMethods(List<CodegenSecurity> authMethods)Returns a list of Bearer Codegen security objectsstatic List<CodegenSecurity>ProcessUtils. getHttpSignatureMethods(List<CodegenSecurity> authMethods)Returns a list of OAS Codegen security objectsstatic List<CodegenSecurity>ProcessUtils. getOAuthMethods(List<CodegenSecurity> authMethods)Returns a list of OAuth Codegen security objectsstatic List<CodegenSecurity>ProcessUtils. getOpenIdConnectMethods(List<CodegenSecurity> authMethods)Returns a list of OpenIdConnect Codegen security objectsMethod parameters in org.openapitools.codegen.utils with type arguments of type CodegenSecurity Modifier and Type Method Description static List<CodegenSecurity>ProcessUtils. getApiKeyMethods(List<CodegenSecurity> authMethods)Returns a list of OAS Codegen security objectsstatic List<CodegenSecurity>ProcessUtils. getHttpBasicMethods(List<CodegenSecurity> authMethods)Returns a list of OAS Codegen security objectsstatic List<CodegenSecurity>ProcessUtils. getHttpBearerMethods(List<CodegenSecurity> authMethods)Returns a list of Bearer Codegen security objectsstatic List<CodegenSecurity>ProcessUtils. getHttpSignatureMethods(List<CodegenSecurity> authMethods)Returns a list of OAS Codegen security objectsstatic List<CodegenSecurity>ProcessUtils. getOAuthMethods(List<CodegenSecurity> authMethods)Returns a list of OAuth Codegen security objectsstatic List<CodegenSecurity>ProcessUtils. getOpenIdConnectMethods(List<CodegenSecurity> authMethods)Returns a list of OpenIdConnect Codegen security objectsstatic booleanProcessUtils. hasApiKeyMethods(List<CodegenSecurity> authMethods)Returns true if the specified OAS model has at least one operation with API keys.static booleanProcessUtils. hasHttpBasicMethods(List<CodegenSecurity> authMethods)Returns true if the specified OAS model has at least one operation with the HTTP basic security scheme.static booleanProcessUtils. hasHttpBearerMethods(List<CodegenSecurity> authMethods)Returns true if the specified OAS model has at least one operation with HTTP bearer.static booleanProcessUtils. hasHttpSignatureMethods(List<CodegenSecurity> authMethods)Returns true if the specified OAS model has at least one operation with the HTTP basic security scheme.static booleanProcessUtils. hasOAuthMethods(List<CodegenSecurity> authMethods)Returns true if the specified OAS model has at least one operation with OAuth.static booleanProcessUtils. hasOpenIdConnectMethods(List<CodegenSecurity> authMethods)Returns a list of OpenIdConnect Codegen security objects
-