Uses of Package
org.eclipse.microprofile.openapi.models.security
-
Packages that use org.eclipse.microprofile.openapi.models.security Package Description org.eclipse.microprofile.openapi A set of Java interfaces, annotations and programming models which allow Java developers to natively produce OpenAPI v3.1 documents from their Jakarta REST applications.org.eclipse.microprofile.openapi.models A set of interfaces for programmable models and their helper classes, many derived from Swagger Core library.org.eclipse.microprofile.openapi.models.security A set of model interfaces to represent various security components of an OpenAPI app. -
Classes in org.eclipse.microprofile.openapi.models.security used by org.eclipse.microprofile.openapi Class Description OAuthFlow Configuration details for a supportde OAuthFlowOAuthFlows Configuration of the supported OAuthFlowsSecurityRequirement SecurityRequirementSecurityScheme SecurityScheme -
Classes in org.eclipse.microprofile.openapi.models.security used by org.eclipse.microprofile.openapi.models Class Description SecurityRequirement SecurityRequirementSecurityScheme SecurityScheme -
Classes in org.eclipse.microprofile.openapi.models.security used by org.eclipse.microprofile.openapi.models.security Class Description OAuthFlow Configuration details for a supportde OAuthFlowOAuthFlows Configuration of the supported OAuthFlowsSecurityRequirement SecurityRequirementSecurityScheme SecuritySchemeSecurityScheme.In In is a REQUIRED property that specifies the location of the API key.SecurityScheme.Type Type is a REQUIRED property that specifies the type of SecurityScheme instance.