Uses of Class
org.eclipse.microprofile.openapi.annotations.security.SecurityRequirement
-
Packages that use SecurityRequirement Package Description org.eclipse.microprofile.openapi.annotations A set of annotations, many derived from Swagger Core library.org.eclipse.microprofile.openapi.annotations.callbacks A set of annotations to represent callback URL or an array of relevant callback URLs that can be invoked for a particular HTTP operation as well as the HTTP operation that will be invoked with the callback.org.eclipse.microprofile.openapi.annotations.security A set of annotations to represent various security components of an OpenAPI app. -
-
Uses of SecurityRequirement in org.eclipse.microprofile.openapi.annotations
Methods in org.eclipse.microprofile.openapi.annotations that return SecurityRequirement Modifier and Type Method Description SecurityRequirement[]
security()
A declaration of which security mechanisms can be used across the API.SecurityRequirement[]
security()
A declaration of which security mechanisms can be used for this callback operation. -
Uses of SecurityRequirement in org.eclipse.microprofile.openapi.annotations.callbacks
Methods in org.eclipse.microprofile.openapi.annotations.callbacks that return SecurityRequirement Modifier and Type Method Description SecurityRequirement[]
security()
A declaration of which security mechanisms can be used for this callback operation. -
Uses of SecurityRequirement in org.eclipse.microprofile.openapi.annotations.security
Methods in org.eclipse.microprofile.openapi.annotations.security that return SecurityRequirement Modifier and Type Method Description SecurityRequirement[]
value()
An array of SecurityRequirement annotationsSecurityRequirement[]
value()
The security requirements which make up the set
-