Annotation Type 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:
    SecurityRequirement Object
    • Optional Element Summary

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

      • value

        SecurityRequirement[] 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:
        {}