Package | Description |
---|---|
io.apicurio.datamodels.openapi.v2.models |
Modifier and Type | Field and Description |
---|---|
Map<String,Oas20SecurityScheme> |
Oas20SecurityDefinitions.items |
Modifier and Type | Method and Description |
---|---|
Oas20SecurityScheme |
Oas20SecurityDefinitions.createSecurityScheme(String name)
Creates a child security scheme object and adds it to the list.
|
Oas20SecurityScheme |
Oas20SecurityDefinitions.deleteItem(String name) |
Oas20SecurityScheme |
Oas20SecurityDefinitions.getItem(String name) |
Oas20SecurityScheme |
Oas20SecurityDefinitions.getSecurityScheme(String name)
Returns a single security scheme by name.
|
Oas20SecurityScheme |
Oas20SecurityDefinitions.removeSecurityScheme(String name)
Removes a single security scheme by name.
|
Modifier and Type | Method and Description |
---|---|
List<Oas20SecurityScheme> |
Oas20SecurityDefinitions.getItems() |
List<Oas20SecurityScheme> |
Oas20SecurityDefinitions.getSecuritySchemes()
Returns an array of all the security schemes.
|
Modifier and Type | Method and Description |
---|---|
void |
Oas20SecurityDefinitions.addItem(String name,
Oas20SecurityScheme item) |
void |
Oas20SecurityDefinitions.addSecurityScheme(String name,
Oas20SecurityScheme scheme)
Adds a security scheme child node.
|
Copyright © 2020 Red Hat. All rights reserved.