Uses of Class
org.apache.juneau.bean.openapi3.OAuthFlows
Packages that use OAuthFlows
-
Uses of OAuthFlows in org.apache.juneau.bean.openapi3
Methods in org.apache.juneau.bean.openapi3 that return OAuthFlowsModifier and TypeMethodDescriptionOAuthFlows.copy()
Make a deep copy of this object.static final OAuthFlows
OpenApiBuilder.oAuthFlows()
Creates an emptyOAuthFlows
element.OAuthFlows.setAuthorizationCode
(OAuthFlow value) Bean property setter:authorizationCode .OAuthFlows.setClientCredentials
(OAuthFlow value) Bean property setter:items .OAuthFlows.setImplicit
(OAuthFlow value) Bean property setter:items .OAuthFlows.setPassword
(OAuthFlow value) Bean property setter:items .protected OAuthFlows
OAuthFlows.strict()
Constructors in org.apache.juneau.bean.openapi3 with parameters of type OAuthFlows