Uses of Class
org.eclipse.microprofile.openapi.annotations.enums.SecuritySchemeIn
-
Packages that use SecuritySchemeIn Package Description org.eclipse.microprofile.openapi.annotations.enums A set of parameters used by other annotations to represent their enumerable properties.org.eclipse.microprofile.openapi.annotations.security A set of annotations to represent various security components of an OpenAPI app. -
-
Uses of SecuritySchemeIn in org.eclipse.microprofile.openapi.annotations.enums
Methods in org.eclipse.microprofile.openapi.annotations.enums that return SecuritySchemeIn Modifier and Type Method Description static SecuritySchemeIn
SecuritySchemeIn. valueOf(String name)
Returns the enum constant of this type with the specified name.static SecuritySchemeIn[]
SecuritySchemeIn. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SecuritySchemeIn in org.eclipse.microprofile.openapi.annotations.security
Methods in org.eclipse.microprofile.openapi.annotations.security that return SecuritySchemeIn Modifier and Type Method Description SecuritySchemeIn
in()
Applies to and is REQUIRED for SecurityScheme of apiKey type.
-