Class SecurityScheme
java.lang.Object
com.github.chhorz.openapi.common.domain.SecurityScheme
- Direct Known Subclasses:
SecuritySchemeApiKey
,SecuritySchemeHttp
,SecuritySchemeOAuth2
,SecuritySchemeOpenIdConnect
https://spec.openapis.org/oas/v3.1.0#security-scheme-object
- Author:
- chhorz
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetType()
void
setDescription
(String description) void
setType
(SecurityScheme.Type type)
-
Constructor Details
-
SecurityScheme
public SecurityScheme()
-
-
Method Details
-
getType
-
setType
-
getDescription
-
setDescription
-