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()
Deprecated.
since 1.2 use
Map<String, String> for scopes instead |
Modifier and Type | Method and Description |
---|---|
Scopes |
Scopes.addScope(String scope,
String description)
Deprecated.
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)
Deprecated.
since 1.2, use
OAuthFlow.scopes(Map) instead |
void |
OAuthFlow.setScopes(Scopes scopes)
Deprecated.
since 1.2 use
OAuthFlow.setScopes(Map) instead |
Copyright © 2017 – 2021 Eclipse Foundation. All rights reserved.
Use is subject to license terms.