Interface SecurityRequirement
- All Superinterfaces:
OpenAPIObject
A Security requirement is an object that contains the names of the security schemes that apply to the operation.
Each name has a list of scopes that apply to the operation.
- Author:
- Paulo Lopes
-
Method Summary
Methods inherited from interface OpenAPIObject
getExtensions, getOpenAPIModel
-
Method Details
-
size
int size()How many requirements are present- Returns:
- size
-
getNames
-
getScopes
-
isEmpty
boolean isEmpty()
-