Uses of Class
org.eclipse.microprofile.openapi.annotations.security.SecurityScheme
-
Packages that use SecurityScheme Package Description org.eclipse.microprofile.openapi.annotations A set of annotations, many derived from Swagger Core library.org.eclipse.microprofile.openapi.annotations.security A set of annotations to represent various security components of an OpenAPI app. -
-
Uses of SecurityScheme in org.eclipse.microprofile.openapi.annotations
Methods in org.eclipse.microprofile.openapi.annotations that return SecurityScheme Modifier and Type Method Description SecurityScheme[]
securitySchemes()
An object to hold reusable Security Scheme Objects. -
Uses of SecurityScheme in org.eclipse.microprofile.openapi.annotations.security
Methods in org.eclipse.microprofile.openapi.annotations.security that return SecurityScheme Modifier and Type Method Description SecurityScheme[]
value()
An array of SecurityScheme annotations that can be specified at definition level.
-