Uses of Class
com.kingsrook.qqq.openapi.model.SecurityScheme
Packages that use SecurityScheme
Package
Description
The POJOs in this package represent a model of an OpenAPI spec file.
-
Uses of SecurityScheme in com.kingsrook.qqq.api.model.metadata
Methods in com.kingsrook.qqq.api.model.metadata that return types with arguments of type SecuritySchemeModifier and TypeMethodDescriptionApiInstanceMetaData.getSecuritySchemes()
Getter for securitySchemesMethods in com.kingsrook.qqq.api.model.metadata with parameters of type SecuritySchemeModifier and TypeMethodDescriptionApiInstanceMetaData.withSecurityScheme
(String label, SecurityScheme securityScheme) Fluent setter for securitySchemesMethod parameters in com.kingsrook.qqq.api.model.metadata with type arguments of type SecuritySchemeModifier and TypeMethodDescriptionvoid
ApiInstanceMetaData.setSecuritySchemes
(Map<String, SecurityScheme> securitySchemes) Setter for securitySchemesApiInstanceMetaData.withSecuritySchemes
(Map<String, SecurityScheme> securitySchemes) Fluent setter for securitySchemes -
Uses of SecurityScheme in com.kingsrook.qqq.openapi.model
Subclasses of SecurityScheme in com.kingsrook.qqq.openapi.modelMethods in com.kingsrook.qqq.openapi.model that return SecuritySchemeModifier and TypeMethodDescriptionSecurityScheme.withBearerFormat
(String bearerFormat) Fluent setter for bearerFormatFluent setter for inFluent setter for nameSecurityScheme.withScheme
(String scheme) Fluent setter for schemeSecurityScheme.withType
(SecuritySchemeType type) Fluent setter for typeMethods in com.kingsrook.qqq.openapi.model that return types with arguments of type SecuritySchemeMethod parameters in com.kingsrook.qqq.openapi.model with type arguments of type SecuritySchemeModifier and TypeMethodDescriptionvoid
Components.setSecuritySchemes
(Map<String, SecurityScheme> securitySchemes) Setter for securitySchemesComponents.withSecuritySchemes
(Map<String, SecurityScheme> securitySchemes) Fluent setter for securitySchemes