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
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()voidsetDescription(String description) voidsetType(SecurityScheme.Type type)
-
Constructor Details
-
SecurityScheme
public SecurityScheme()
-
-
Method Details
-
getType
-
setType
-
getDescription
-
setDescription
-