Uses of Record Class
io.github.torand.openapi2java.model.SecurityRequirementInfo
Packages that use SecurityRequirementInfo
Package
Description
Provides classes to collect relevant information from an OpenAPI specification.
Provides classes to keep collected information from an OpenAPI specification.
-
Uses of SecurityRequirementInfo in io.github.torand.openapi2java.collectors
Methods in io.github.torand.openapi2java.collectors that return SecurityRequirementInfoModifier and TypeMethodDescriptionSecurityRequirementCollector.getSequrityRequirementInfo(List<io.swagger.v3.oas.models.security.SecurityRequirement> securityRequirements) -
Uses of SecurityRequirementInfo in io.github.torand.openapi2java.model
Methods in io.github.torand.openapi2java.model that return SecurityRequirementInfoModifier and TypeMethodDescriptionSecurityRequirementInfo.withAnnotation(AnnotationInfo annotation) Returns a newSecurityRequirementInfoobject with specified OpenAPI annotation.SecurityRequirementInfo.withScopes(Collection<String> scopes) Returns a newSecurityRequirementInfoobject with specified scopes.