Uses of Class
org.apache.juneau.bean.openapi3.OAuthFlow
Packages that use OAuthFlow
- 
Uses of OAuthFlow in org.apache.juneau.bean.openapi3Methods in org.apache.juneau.bean.openapi3 that return OAuthFlowModifier and TypeMethodDescriptionAdds a single value to theexamples property.OAuthFlow.copy()Make a deep copy of this object.OAuthFlows.getAuthorizationCode()Bean property getter:authorizationCode .OAuthFlows.getClientCredentials()Bean property getter:clientCredentials .SecuritySchemeInfo.getFlows()Bean property getter:items .OAuthFlows.getImplicit()Bean property getter:implicit .OAuthFlows.getPassword()Bean property getter:password .static final OAuthFlowOpenApiBuilder.oAuthFlow()Creates an emptyOAuthFlowelement.OAuthFlow.setAuthorizationUrl(String value) Bean property setter:operationRef .OAuthFlow.setRefreshUrl(String value) Bean property setter:externalValue .Bean property setter:examples .OAuthFlow.setTokenUrl(String value) Bean property setter:description .OAuthFlow.strict()Methods in org.apache.juneau.bean.openapi3 with parameters of type OAuthFlowModifier and TypeMethodDescriptionOAuthFlows.setAuthorizationCode(OAuthFlow value) Bean property setter:authorizationCode .OAuthFlows.setClientCredentials(OAuthFlow value) Bean property setter:items .Bean property setter:items .OAuthFlows.setImplicit(OAuthFlow value) Bean property setter:items .OAuthFlows.setPassword(OAuthFlow value) Bean property setter:items .Constructors in org.apache.juneau.bean.openapi3 with parameters of type OAuthFlow