public abstract class ModernSecurityScheme extends SecurityScheme implements IReferenceNode, IDefinition
| Modifier and Type | Field and Description |
|---|---|
String |
$ref |
String |
bearerFormat |
OAuthFlows |
flows |
String |
openIdConnectUrl |
String |
scheme |
_schemeName, description, in, name, type_extensions_attributes, _extraProperties, _modelId, _ownerDocument, _parent, _validationProblems| Constructor and Description |
|---|
ModernSecurityScheme(String schemeName)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
abstract OAuthFlows |
createOAuthFlows() |
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, setAttributeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitacceptpublic String $ref
public String scheme
public String bearerFormat
public OAuthFlows flows
public String openIdConnectUrl
public ModernSecurityScheme(String schemeName)
schemeName - public abstract OAuthFlows createOAuthFlows()
Copyright © 2019 Red Hat. All rights reserved.