Class SecurityRequirement

java.lang.Object
io.vertx.mutiny.openapi.contract.SecurityRequirement
All Implemented Interfaces:
MutinyDelegate

public class SecurityRequirement extends Object implements MutinyDelegate
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 Mutiny-ified interface using Vert.x codegen.

  • Field Details

  • Constructor Details

    • SecurityRequirement

      public SecurityRequirement(io.vertx.openapi.contract.SecurityRequirement delegate)
    • SecurityRequirement

      public SecurityRequirement(Object delegate)
  • Method Details

    • getDelegate

      public io.vertx.openapi.contract.SecurityRequirement getDelegate()
      Specified by:
      getDelegate in interface MutinyDelegate
      Returns:
      the delegate used by this Mutiny object of generated type
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • size

      public int size()
      Returns:
      size
    • getNames

      public Set<String> getNames()
      Returns:
      name
    • getScopes

      public List<String> getScopes(String name)
      Parameters:
      name -
      Returns:
      name
    • isEmpty

      public boolean isEmpty()
    • newInstance

      public static SecurityRequirement newInstance(io.vertx.openapi.contract.SecurityRequirement arg)