Uses of Enum
org.eclipse.microprofile.openapi.models.security.SecurityScheme.Type
Packages that use SecurityScheme.Type
Package
Description
A set of model interfaces to represent various security components of an OpenAPI app.
-
Uses of SecurityScheme.Type in org.eclipse.microprofile.openapi.models.security
Methods in org.eclipse.microprofile.openapi.models.security that return SecurityScheme.TypeModifier and TypeMethodDescriptionSecurityScheme.getType()Type is a REQUIRED property that specifies the type of SecurityScheme instance.static SecurityScheme.TypeReturns the enum constant of this type with the specified name.static SecurityScheme.Type[]SecurityScheme.Type.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.TypeModifier and TypeMethodDescriptionvoidSecurityScheme.setType(SecurityScheme.Type type) Type is a REQUIRED property that specifies the type of SecurityScheme instance.default SecuritySchemeSecurityScheme.type(SecurityScheme.Type type) Type is a REQUIRED property that specifies the type of SecurityScheme instance.