Modifier and Type | Method and Description |
---|---|
void |
AaiDataModelReader.readOAuthFlows(Object json,
OAuthFlows node) |
void |
AaiDataModelWriter.visitOAuthFlows(OAuthFlows node) |
void |
AaiDataModelReaderDispatcher.visitOAuthFlows(OAuthFlows node) |
Modifier and Type | Class and Description |
---|---|
class |
AaiOAuthFlows |
Modifier and Type | Class and Description |
---|---|
class |
Aai20OAuthFlows |
Modifier and Type | Method and Description |
---|---|
void |
IAaiVisitor.visitOAuthFlows(OAuthFlows node) |
void |
AaiVisitorAdapter.visitOAuthFlows(OAuthFlows node) |
void |
AaiTraverser.visitOAuthFlows(OAuthFlows node) |
void |
AaiNodePathVisitor.visitOAuthFlows(OAuthFlows node) |
void |
AaiAllNodeVisitor.visitOAuthFlows(OAuthFlows node) |
Modifier and Type | Method and Description |
---|---|
void |
CombinedVisitorAdapter.visitOAuthFlows(OAuthFlows node) |
void |
CombinedAllNodeVisitor.visitOAuthFlows(OAuthFlows node) |
Modifier and Type | Method and Description |
---|---|
void |
DataModelReader.readOAuthFlows(Object json,
OAuthFlows node)
Reads an OAS 3.0 OAuth Flows object from the given JS data.
|
Modifier and Type | Field and Description |
---|---|
OAuthFlows |
ModernSecurityScheme.flows |
Modifier and Type | Method and Description |
---|---|
abstract OAuthFlows |
ModernSecurityScheme.createOAuthFlows() |
Modifier and Type | Method and Description |
---|---|
protected void |
Traverser.traverseOAuthFlows(OAuthFlows node)
Traverses an oauth flows node.
|
Modifier and Type | Class and Description |
---|---|
class |
Oas30OAuthFlows
Models an OpenAPI 3.0.x OAuth Flows.
|
Modifier and Type | Method and Description |
---|---|
OAuthFlows |
Oas30SecurityScheme.createOAuthFlows() |
Copyright © 2019 Red Hat. All rights reserved.