Class SecurityRequirement

  • All Implemented Interfaces:
    io.vertx.lang.rx.RxDelegate

    public class SecurityRequirement
    extends Object
    implements 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.

    • Constructor Detail

      • SecurityRequirement

        public SecurityRequirement​(Object delegate)
    • Method Detail

      • hashCode

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

        public SecurityRequirement getDelegate()
        Specified by:
        getDelegate in interface io.vertx.lang.rx.RxDelegate
      • size

        public int size()
        How many requirements are present
        Returns:
        size
      • getNames

        public Set<String> getNames()
        Return the name at a given index
        Returns:
        name
      • getScopes

        public List<String> getScopes​(String name)
        Return the scopes for a given name
        Parameters:
        name -
        Returns:
        name
      • isEmpty

        public boolean isEmpty()