Class SecuritySchemeHttp
java.lang.Object
com.github.chhorz.openapi.common.domain.SecurityScheme
com.github.chhorz.openapi.common.domain.SecuritySchemeHttp
https://spec.openapis.org/oas/v3.1.0#basic-authentication-sample
- Author:
- chhorz
-
Nested Class Summary
Nested classes/interfaces inherited from class com.github.chhorz.openapi.common.domain.SecurityScheme
SecurityScheme.Type
-
Constructor Summary
-
Method Summary
Methods inherited from class com.github.chhorz.openapi.common.domain.SecurityScheme
getDescription, getType, setDescription, setType
-
Constructor Details
-
SecuritySchemeHttp
public SecuritySchemeHttp()
-
-
Method Details
-
getScheme
-
setScheme
-
getBearerFormat
-
setBearerFormat
-