Uses of Enum
org.eclipse.microprofile.openapi.models.security.SecurityScheme.In
Packages that use SecurityScheme.In
Package
Description
A set of model interfaces to represent various security components of an OpenAPI app.
-
Uses of SecurityScheme.In in org.eclipse.microprofile.openapi.models.security
Methods in org.eclipse.microprofile.openapi.models.security that return SecurityScheme.InModifier and TypeMethodDescriptionSecurityScheme.getIn()In is a REQUIRED property that indicates the location of the API key.static SecurityScheme.InReturns the enum constant of this type with the specified name.static SecurityScheme.In[]SecurityScheme.In.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.microprofile.openapi.models.security with parameters of type SecurityScheme.InModifier and TypeMethodDescriptiondefault SecuritySchemeSecurityScheme.in(SecurityScheme.In in) In is a REQUIRED property that indicates the location of the API key.voidSecurityScheme.setIn(SecurityScheme.In in) In is a REQUIRED property that indicates the location of the API key.