Modifier and Type | Method and Description |
---|---|
protected void |
AaiDataModelWriter.doVisitOAuthFlow(OAuthFlow node,
String flowName) |
Modifier and Type | Class and Description |
---|---|
class |
Aai20AuthorizationCodeOAuthFlow |
class |
Aai20ClientCredentialsOAuthFlow |
class |
Aai20ImplicitOAuthFlow |
class |
Aai20PasswordOAuthFlow |
Modifier and Type | Method and Description |
---|---|
void |
DataModelReader.readOAuthFlow(Object json,
OAuthFlow node)
Reads an OAS 3.0 OAuth Flow object from the given JS data.
|
Modifier and Type | Class and Description |
---|---|
class |
AuthorizationCodeOAuthFlow
Models an authorization code OAuth flow.
|
class |
ClientCredentialsOAuthFlow
Models a client credentials OAuth flow.
|
class |
ImplicitOAuthFlow
Modles an implicit OAuth flow.
|
class |
PasswordOAuthFlow
Models a password OAuth flow.
|
Modifier and Type | Method and Description |
---|---|
protected void |
OasInvalidOAuthTokenUrlRule.visitFlow(OAuthFlow node)
Validate an OAuth flow's auth URL.
|
protected void |
OasInvalidOAuthRefreshUrlRule.visitFlow(OAuthFlow node)
Validate an OAuth flow's auth URL.
|
protected void |
OasInvalidOAuthAuthorizationUrlRule.visitFlow(OAuthFlow node)
Validate an OAuth flow's auth URL.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Traverser.traverseOAuthFlow(OAuthFlow node)
Traverse an OAuth flow.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Oas30DataModelWriter.doVisitOAuthFlow(OAuthFlow node,
String flowName)
Visit an OAuth flow.
|
Modifier and Type | Class and Description |
---|---|
class |
Oas30AuthorizationCodeOAuthFlow
Models an OpenAPI 3.0.x authorization code oauth flow.
|
class |
Oas30ClientCredentialsOAuthFlow
Models an OpenAPI 3.0.x client credentials OAuth flow.
|
class |
Oas30ImplicitOAuthFlow
Models an OpenAPI 3.0.x implicit OAuth flow.
|
class |
Oas30PasswordOAuthFlow
Models an OpenAPI 3.0.x password OAuth flow.
|
Copyright © 2019 Red Hat. All rights reserved.