Uses of Class
org.eclipse.microprofile.openapi.annotations.enums.SecuritySchemeType
-
Packages that use SecuritySchemeType 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 SecuritySchemeType in org.eclipse.microprofile.openapi.annotations.enums
Methods in org.eclipse.microprofile.openapi.annotations.enums that return SecuritySchemeType Modifier and Type Method Description static SecuritySchemeType
SecuritySchemeType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SecuritySchemeType[]
SecuritySchemeType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SecuritySchemeType in org.eclipse.microprofile.openapi.annotations.security
Methods in org.eclipse.microprofile.openapi.annotations.security that return SecuritySchemeType Modifier and Type Method Description SecuritySchemeType
type()
The type of the security scheme.
-