Annotation Interface SecurityRequirementsSet


@Target({METHOD,TYPE}) @Retention(RUNTIME) @Inherited public @interface SecurityRequirementsSet
This object represents a map of security requirements that can be specified for the operation or at definition level. All requirements in a set must be satisfied
 Example: 
 security: 
  - api_secret: []
    oauth_implicit: []
 
See Also:
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    An array of SecurityRequirement annotations that can be specified for the operation or at definition level.
  • Element Details

    • value

      An array of SecurityRequirement annotations that can be specified for the operation or at definition level.
      Returns:
      the array of the SecurityRequirement annotations
      Default:
      {}