@Target(value={METHOD,TYPE}) @Retention(value=RUNTIME) @Repeatable(value=SecurityRequirements.class) @Inherited public @interface SecurityRequirement
Applying this annotation to a method or class is equivalent to applying a SecurityRequirementsSet
annotation
containing only this annotation.
public abstract String name
public abstract String[] scopes
For other security scheme types, the array MUST be empty.
Copyright © 2017 – 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.