public class Oas20SecurityScheme extends SecurityScheme
| Modifier and Type | Field and Description |
|---|---|
String |
authorizationUrl |
String |
flow |
Oas20Scopes |
scopes |
String |
tokenUrl |
_schemeName, description, in, name, type_extensions_attributes, _extraProperties, _modelId, _ownerDocument, _parent, _validationProblems| Constructor and Description |
|---|
Oas20SecurityScheme(String schemeName)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Oas20Scopes |
createScopes()
Create the scopes.
|
accept, getName, getSchemeName, renameaddExtension, clearExtensions, createExtension, getExtension, getExtensions, isExtensible, removeExtensionaddExtraProperty, addValidationProblem, clearAttributes, clearValidationProblems, getAttribute, getAttributeNames, getExtraProperty, getExtraPropertyNames, getValidationProblemCodes, getValidationProblems, getValidationProblemsFor, hasExtraProperties, modelId, ownerDocument, parent, removeExtraProperty, setAttributepublic String flow
public String authorizationUrl
public String tokenUrl
public Oas20Scopes scopes
public Oas20SecurityScheme(String schemeName)
schemeName - public Oas20Scopes createScopes()
Copyright © 2019 Red Hat. All rights reserved.