| Package | Description |
|---|---|
| org.eclipse.microprofile.openapi |
A set of Java interfaces, annotations and programming models
which allow Java developers to natively produce OpenAPI v3 documents
from their JAX-RS applications.
|
| org.eclipse.microprofile.openapi.models.security |
A set of model interfaces to represent various security components of an OpenAPI app.
|
| Modifier and Type | Method and Description |
|---|---|
static Scopes |
OASFactory.createScopes()
This method creates a new
Scopes instance. |
| Modifier and Type | Method and Description |
|---|---|
Scopes |
Scopes.addScope(String scope,
String description)
Adds name of an existing scope object and item parameters to a Scopes instance as a key-value pair in a map.
|
Scopes |
OAuthFlow.getScopes()
The available scopes for the OAuth2 security scheme.
|
| Modifier and Type | Method and Description |
|---|---|
default OAuthFlow |
OAuthFlow.scopes(Scopes scopes)
The available scopes for the OAuth2 security scheme.
|
void |
OAuthFlow.setScopes(Scopes scopes)
The available scopes for the OAuth2 security scheme.
|
Copyright © 2019. All rights reserved.