Uses of Interface
org.eclipse.microprofile.openapi.models.security.OAuthFlows
Packages that use OAuthFlows
Package
Description
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.
A set of model interfaces to represent various security components of an OpenAPI app.
-
Uses of OAuthFlows in org.eclipse.microprofile.openapi
Methods in org.eclipse.microprofile.openapi that return OAuthFlowsModifier and TypeMethodDescriptionstatic OAuthFlowsOASFactory.createOAuthFlows()This method creates a newOAuthFlowsinstance. -
Uses of OAuthFlows in org.eclipse.microprofile.openapi.models.security
Methods in org.eclipse.microprofile.openapi.models.security that return OAuthFlowsModifier and TypeMethodDescriptiondefault OAuthFlowsOAuthFlows.authorizationCode(OAuthFlow authorizationCode) OAuth Authorization Code flow; previously called accessCode in OpenAPI 2.0default OAuthFlowsOAuthFlows.clientCredentials(OAuthFlow clientCredentials) OAuth Client Credential flow; previously called application in OpenAPI 2.0SecurityScheme.getFlows()Flows is a REQUIRED property.default OAuthFlowsThis method sets the implicit property of OAuthFlows instance to the given implicit argument and returns the modified instance.default OAuthFlowsOAuth Resource Owner Password flowMethods in org.eclipse.microprofile.openapi.models.security with parameters of type OAuthFlowsModifier and TypeMethodDescriptiondefault SecuritySchemeSecurityScheme.flows(OAuthFlows flows) Flows is a REQUIRED property.voidSecurityScheme.setFlows(OAuthFlows flows) Flows is a REQUIRED property.