Class SecurityRequirement
java.lang.Object
io.vertx.reactivex.openapi.contract.SecurityRequirement
- All Implemented Interfaces:
io.vertx.lang.rx.RxDelegate
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.
NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSecurityRequirement(SecurityRequirement delegate) SecurityRequirement(Object delegate) -
Method Summary
-
Field Details
-
__TYPE_ARG
-
-
Constructor Details
-
SecurityRequirement
-
SecurityRequirement
-
-
Method Details
-
toString
-
equals
-
hashCode
-
getDelegate
- Specified by:
getDelegatein interfaceio.vertx.lang.rx.RxDelegate
-
size
public int size()How many requirements are present- Returns:
- size
-
getNames
-
getScopes
-
isEmpty
public boolean isEmpty() -
newInstance
-