| Package | Description |
|---|---|
| io.swagger.models.apideclaration | |
| io.swagger.models.reader | |
| io.swagger.models.resourcelisting |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<AuthorizationScope>> |
Operation.getAuthorizations() |
Map<String,List<AuthorizationScope>> |
ApiDeclaration.getAuthorizations() |
| Modifier and Type | Method and Description |
|---|---|
void |
Operation.setAuthorizations(Map<String,List<AuthorizationScope>> authorizations) |
void |
ApiDeclaration.setAuthorizations(Map<String,List<AuthorizationScope>> authorizations) |
| Modifier and Type | Method and Description |
|---|---|
protected List<AuthorizationScope> |
SwaggerParser.readAuthorizationScopes(List<Map<String,Object>> map,
MessageBuilder messages) |
| Modifier and Type | Method and Description |
|---|---|
List<AuthorizationScope> |
OAuth2Authorization.getScopes() |
| Modifier and Type | Method and Description |
|---|---|
void |
OAuth2Authorization.setScopes(List<AuthorizationScope> scopes) |
Copyright © 2023. All rights reserved.