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, rename
addExtension, clearExtensions, createExtension, getExtension, getExtensions, isExtensible, removeExtension
addExtraProperty, addValidationProblem, clearAttributes, clearValidationProblems, getAttribute, getAttributeNames, getExtraProperty, getExtraPropertyNames, getValidationProblemCodes, getValidationProblems, getValidationProblemsFor, hasExtraProperties, modelId, ownerDocument, parent, removeExtraProperty, setAttribute
public 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.