Uses of Package
io.swagger.v3.oas.annotations.security
-
Packages that use io.swagger.v3.oas.annotations.security Package Description io.swagger.v3.oas.annotations io.swagger.v3.oas.annotations.security -
Classes in io.swagger.v3.oas.annotations.security used by io.swagger.v3.oas.annotations Class Description SecurityRequirement The annotation may be applied at class or method level, or inOperation.security()to define security requirements for the single operation (when applied at method level) or for all operations of a class (when applied at class level). -
Classes in io.swagger.v3.oas.annotations.security used by io.swagger.v3.oas.annotations.security Class Description OAuthFlow Configuration details for a supported OAuth Flow.OAuthFlows Allows configuration of the supported OAuth Flows.OAuthScope Represents an OAuth scope.SecurityRequirement The annotation may be applied at class or method level, or inOperation.security()to define security requirements for the single operation (when applied at method level) or for all operations of a class (when applied at class level).SecurityRequirementEntry The annotation may be applied inSecurityRequirement.combine()to define combined security requirements for the single operation.SecurityScheme The annotation may be used at class level (also on multiple classes) to add securitySchemes to spec components section.