Uses of Class
com.github.chhorz.openapi.common.domain.SecurityScheme
Packages that use SecurityScheme
Package
Description
-
Uses of SecurityScheme in com.github.chhorz.openapi.common.domain
Subclasses of SecurityScheme in com.github.chhorz.openapi.common.domainModifier and TypeClassDescriptionclass
https://spec.openapis.org/oas/v3.1.0#api-key-sampleclass
https://spec.openapis.org/oas/v3.1.0#basic-authentication-sampleclass
https://spec.openapis.org/oas/v3.1.0#implicit-oauth2-sampleclass
https://spec.openapis.org/oas/v3.1.0#security-scheme-objectMethods in com.github.chhorz.openapi.common.domain that return types with arguments of type SecuritySchemeMethod parameters in com.github.chhorz.openapi.common.domain with type arguments of type SecuritySchemeModifier and TypeMethodDescriptionvoid
Components.setSecuritySchemes
(Map<String, SecurityScheme> securitySchemes) -
Uses of SecurityScheme in com.github.chhorz.openapi.common.properties
Methods in com.github.chhorz.openapi.common.properties that return types with arguments of type SecurityScheme