Packages

class SecurityScheme extends DomainElement with Linkable with NamedDomainElement with WithSettings

Linear Supertypes
WithSettings, NamedDomainElement, Linkable, DomainElement, CustomizableElement, AmfObject, AmfElement, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SecurityScheme
  2. WithSettings
  3. NamedDomainElement
  4. Linkable
  5. DomainElement
  6. CustomizableElement
  7. AmfObject
  8. AmfElement
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SecurityScheme(fields: Fields, annotations: Annotations)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def add(field: Field, value: AmfElement): SecurityScheme.this.type
    Definition Classes
    AmfObject
  5. def add(other: Annotations): SecurityScheme.this.type
    Definition Classes
    AmfElement
  6. def add(annotation: Annotation): SecurityScheme.this.type
    Definition Classes
    AmfElement
  7. def adopted(parent: String, cycle: Seq[String] = Seq()): SecurityScheme.this.type
    Definition Classes
    SecurityScheme → AmfObject
  8. def afterResolve(fatherSyntaxKey: Option[String], resolvedId: String): Unit
    Definition Classes
    Linkable
  9. val annotations: Annotations
    Definition Classes
    SecurityScheme → AmfElement
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def classConstructor: (Fields, Annotations) ⇒ Linkable with DomainElement

    apply method for create a new instance with fields and annotations.

    apply method for create a new instance with fields and annotations. Aux method for copy

    Attributes
    protected
    Definition Classes
    SecurityScheme → Linkable
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  13. def cloneElement(branch: Map[AmfObject, AmfObject]): AmfObject
    Definition Classes
    AmfObject → AmfElement
  14. def cloneScheme(parent: String): SecurityScheme
  15. def componentId: String

    Value , path + field value that is used to compose the id when the object its adopted

    Value , path + field value that is used to compose the id when the object its adopted

    Definition Classes
    SecurityScheme → AmfObject
  16. def copyElement(a: Annotations): Linkable with DomainElement
    Definition Classes
    Linkable
  17. def copyElement(): Linkable with DomainElement
    Definition Classes
    Linkable
  18. def customDomainProperties: Seq[DomainExtension]
    Definition Classes
    DomainElement → CustomizableElement
  19. def description: StrField
  20. def displayName: StrField
  21. def effectiveLinkTarget(links: Seq[String]): DomainElement
    Definition Classes
    Linkable
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  24. def extend: Seq[DomainElement]
    Definition Classes
    DomainElement
  25. val fields: Fields
    Definition Classes
    SecurityScheme → AmfObject
  26. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  27. def fromLocal(): Boolean
    Definition Classes
    AmfElement
  28. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. lazy val graph: Graph
    Definition Classes
    DomainElement
  30. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  31. def headers: Seq[Parameter]
  32. val id: String
    Definition Classes
    AmfObject
  33. def isExternalLink: BoolField
    Definition Classes
    DomainElement
  34. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  35. def isLink: Boolean
    Definition Classes
    Linkable
  36. def isTrackedBy(trackId: String): Boolean
    Definition Classes
    AmfElement
  37. val isUnresolved: Boolean
    Definition Classes
    Linkable
  38. def link[T](label: String, annotations: Annotations): T
    Definition Classes
    Linkable
  39. val linkAnnotations: Option[Annotations]
    Definition Classes
    Linkable
  40. def linkCopy(): SecurityScheme
    Definition Classes
    SecurityScheme → Linkable
  41. def linkLabel: StrField
    Definition Classes
    Linkable
  42. def linkTarget: Option[DomainElement]
    Definition Classes
    Linkable
  43. def location(): Option[String]
    Definition Classes
    AmfElement
  44. def meta: SecuritySchemeModel.type
    Definition Classes
    SecurityScheme → AmfObject
  45. def name: StrField
    Definition Classes
    NamedDomainElement
  46. def nameField: Field
    Definition Classes
    SecurityScheme → NamedDomainElement
  47. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  48. def normalizeType(): Unit
  49. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  50. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  51. def position(): Option[LexicalInformation]
    Definition Classes
    AmfElement
  52. def queryParameters: Seq[Parameter]
  53. def queryString: Shape
  54. val refAst: Option[YPart]
    Definition Classes
    Linkable
  55. val refCtx: Option[ParserContext]
    Definition Classes
    Linkable
  56. val refName: String
    Definition Classes
    Linkable
  57. def resolveUnreferencedLink[T](label: String, annotations: Annotations, unresolved: T, supportsRecursion: Boolean): T
    Definition Classes
    Linkable
  58. def responses: Seq[Response]
  59. def set(field: Field, value: AmfElement, annotations: Annotations): SecurityScheme.this.type
    Definition Classes
    AmfObject
  60. def set(field: Field, value: AmfElement): SecurityScheme.this.type
    Definition Classes
    AmfObject
  61. def set(field: Field, values: Seq[String]): SecurityScheme.this.type
    Definition Classes
    AmfObject
  62. def set(field: Field, value: Float): SecurityScheme.this.type
    Definition Classes
    AmfObject
  63. def set(field: Field, value: Double): SecurityScheme.this.type
    Definition Classes
    AmfObject
  64. def set(field: Field, value: Int): SecurityScheme.this.type
    Definition Classes
    AmfObject
  65. def set(field: Field, value: Boolean): SecurityScheme.this.type
    Definition Classes
    AmfObject
  66. def set(field: Field, value: String, annotations: Annotations): SecurityScheme.this.type
    Definition Classes
    AmfObject
  67. def set(field: Field, value: String): SecurityScheme.this.type
    Definition Classes
    AmfObject
  68. def setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): SecurityScheme.this.type
    Definition Classes
    AmfObject
  69. def setArray(field: Field, values: Seq[AmfElement]): SecurityScheme.this.type
    Definition Classes
    AmfObject
  70. def setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): SecurityScheme.this.type
    Definition Classes
    AmfObject
  71. def setArrayWithoutId(field: Field, values: Seq[AmfElement]): SecurityScheme.this.type
    Definition Classes
    AmfObject
  72. def setWithoutId(field: Field, value: AmfElement, annotations: Annotations): SecurityScheme.this.type
    Definition Classes
    AmfObject
  73. def settings: Settings
  74. val shouldLink: Boolean
    Attributes
    protected
    Definition Classes
    Linkable
  75. final def simpleAdoption(parent: String): SecurityScheme.this.type
    Definition Classes
    AmfObject
  76. def supportsRecursion: BoolField
    Definition Classes
    Linkable
  77. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  78. def toFutureRef(resolve: (Linkable) ⇒ Unit): Unit
    Definition Classes
    Linkable
  79. def toString(): String
    Definition Classes
    AnyRef → Any
  80. def type: StrField
  81. def unresolved(refName: String, refAst: YPart, unresolvedSeverity: String)(implicit ctx: ParserContext): DomainElement with Linkable
    Definition Classes
    Linkable
  82. val unresolvedSeverity: String
    Definition Classes
    Linkable
  83. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  84. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  85. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  86. def withApiKeySettings(): ApiKeySettings
    Definition Classes
    SecuritySchemeWithSettings
  87. def withCustomDomainProperties(extensions: Seq[DomainExtension]): SecurityScheme.this.type
    Definition Classes
    DomainElement → CustomizableElement
  88. def withCustomDomainProperty(extensions: DomainExtension): SecurityScheme.this.type
    Definition Classes
    DomainElement → CustomizableElement
  89. def withDefaultSettings(): Settings
    Definition Classes
    SecuritySchemeWithSettings
  90. def withDescription(description: String): SecurityScheme.this.type
  91. def withDisplayName(displayName: String): SecurityScheme.this.type
  92. def withExtends(extend: Seq[DomainElement]): SecurityScheme.this.type
    Definition Classes
    DomainElement
  93. def withHeader(name: String): Parameter
  94. def withHeaders(headers: Seq[Parameter]): SecurityScheme.this.type
  95. def withHttpApiKeySettings(): HttpApiKeySettings
    Definition Classes
    SecuritySchemeWithSettings
  96. def withHttpSettings(): HttpSettings
    Definition Classes
    SecuritySchemeWithSettings
  97. def withId(value: String): SecurityScheme.this.type
    Definition Classes
    AmfObject
  98. def withIsExternalLink(isReference: Boolean): SecurityScheme.this.type
    Definition Classes
    DomainElement
  99. def withLinkLabel(label: String, annotations: Annotations): SecurityScheme.this.type
    Definition Classes
    Linkable
  100. def withLinkTarget(target: DomainElement): SecurityScheme.this.type
    Definition Classes
    Linkable
  101. def withName(nameNode: ScalarNode): SecurityScheme.this.type
    Definition Classes
    NamedDomainElement
  102. def withName(name: String, a: Annotations): SecurityScheme.this.type
    Definition Classes
    NamedDomainElement
  103. def withName(node: YNode): SecurityScheme.this.type
    Definition Classes
    NamedDomainElement
  104. def withOAuth1Settings(): OAuth1Settings
    Definition Classes
    SecuritySchemeWithSettings
  105. def withOAuth2Settings(): OAuth2Settings
    Definition Classes
    SecuritySchemeWithSettings
  106. def withObject(): ApiKeySettings
  107. def withOpenIdConnectSettings(): OpenIdConnectSettings
    Definition Classes
    SecuritySchemeWithSettings
  108. def withQueryParameter(name: String): Parameter
  109. def withQueryParameters(queryParameters: Seq[Parameter]): SecurityScheme.this.type
  110. def withQueryString(queryString: Shape): SecurityScheme.this.type
  111. def withResponse(name: String): Response
  112. def withResponses(responses: Seq[Response]): SecurityScheme.this.type
  113. def withSettings(settings: Settings): SecurityScheme.this.type
  114. def withSupportsRecursion(recursive: Boolean): SecurityScheme.this.type
    Definition Classes
    Linkable
  115. def withSynthesizeName(name: String): SecurityScheme.this.type
    Definition Classes
    NamedDomainElement
  116. def withType(type: String): SecurityScheme.this.type

Inherited from WithSettings

Inherited from NamedDomainElement

Inherited from Linkable

Inherited from DomainElement

Inherited from CustomizableElement

Inherited from AmfObject

Inherited from AmfElement

Inherited from AnyRef

Inherited from Any

Ungrouped