Modifier and Type | Method and Description |
---|---|
void |
Oas20ModelClonerVisitor.visitScopes(Oas20Scopes node) |
Modifier and Type | Method and Description |
---|---|
void |
CombinedVisitorAdapter.visitScopes(Oas20Scopes node) |
void |
CombinedCompositeVisitor.visitScopes(Oas20Scopes node) |
void |
CombinedAllNodeVisitor.visitScopes(Oas20Scopes node) |
Modifier and Type | Method and Description |
---|---|
void |
OasInvalidScopeNameRule.visitScopes(Oas20Scopes node) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
OasUnexpectedSecurityRequirementScopesRule.isValidScopes(List<String> requiredScopes,
Oas20Scopes definedScopes)
Returns true if the given required scopes are all actually defined by the security definition.
|
Modifier and Type | Method and Description |
---|---|
void |
Oas20DataModelReader.readScopes(Object json,
Oas20Scopes node)
Reads the scopes.
|
void |
Oas20DataModelWriter.visitScopes(Oas20Scopes node) |
void |
Oas20DataModelReaderDispatcher.visitScopes(Oas20Scopes node) |
Modifier and Type | Field and Description |
---|---|
Oas20Scopes |
Oas20SecurityScheme.scopes |
Modifier and Type | Method and Description |
---|---|
Oas20Scopes |
Oas20SecurityScheme.createScopes()
Create the scopes.
|
Modifier and Type | Method and Description |
---|---|
void |
Oas20VisitorAdapter.visitScopes(Oas20Scopes node) |
void |
Oas20Traverser.visitScopes(Oas20Scopes node) |
void |
Oas20NodePathVisitor.visitScopes(Oas20Scopes node) |
void |
Oas20AllNodeVisitor.visitScopes(Oas20Scopes node) |
void |
IOas20Visitor.visitScopes(Oas20Scopes node) |
Modifier and Type | Method and Description |
---|---|
void |
Oas20to30TransformationVisitor.visitScopes(Oas20Scopes node) |
Copyright © 2020 Red Hat. All rights reserved.