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
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  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. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from SecurityScheme to any2stringadd[SecurityScheme] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (SecurityScheme, B)
    Implicit
    This member is added by an implicit conversion from SecurityScheme to ArrowAssoc[SecurityScheme] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def add(field: Field, value: AmfElement): SecurityScheme.this.type
    Definition Classes
    AmfObject
  7. def add(other: Annotations): SecurityScheme.this.type
    Definition Classes
    AmfElement
  8. def add(annotation: Annotation): SecurityScheme.this.type
    Definition Classes
    AmfElement
  9. def adopted(parent: String, cycle: Seq[String] = Seq()): SecurityScheme.this.type
    Definition Classes
    SecurityScheme → AmfObject
  10. def afterResolve(fatherSyntaxKey: Option[String], resolvedId: String): Unit
    Definition Classes
    Linkable
  11. val annotations: Annotations
    Definition Classes
    SecurityScheme → AmfElement
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. 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
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  15. def cloneElement(branch: Map[AmfObject, AmfObject]): AmfObject
    Definition Classes
    AmfObject → AmfElement
  16. def cloneScheme(parent: String): SecurityScheme
  17. 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
  18. def copyElement(a: Annotations): Linkable with DomainElement
    Definition Classes
    Linkable
  19. def copyElement(): Linkable with DomainElement
    Definition Classes
    Linkable
  20. def customDomainProperties: Seq[DomainExtension]
    Definition Classes
    DomainElement → CustomizableElement
  21. def description: StrField
  22. def displayName: StrField
  23. def effectiveLinkTarget(links: Seq[String]): DomainElement
    Definition Classes
    Linkable
  24. def ensuring(cond: (SecurityScheme) ⇒ Boolean, msg: ⇒ Any): SecurityScheme
    Implicit
    This member is added by an implicit conversion from SecurityScheme to Ensuring[SecurityScheme] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  25. def ensuring(cond: (SecurityScheme) ⇒ Boolean): SecurityScheme
    Implicit
    This member is added by an implicit conversion from SecurityScheme to Ensuring[SecurityScheme] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  26. def ensuring(cond: Boolean, msg: ⇒ Any): SecurityScheme
    Implicit
    This member is added by an implicit conversion from SecurityScheme to Ensuring[SecurityScheme] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  27. def ensuring(cond: Boolean): SecurityScheme
    Implicit
    This member is added by an implicit conversion from SecurityScheme to Ensuring[SecurityScheme] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  28. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  30. def extend: Seq[DomainElement]
    Definition Classes
    DomainElement
  31. val fields: Fields
    Definition Classes
    SecurityScheme → AmfObject
  32. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  33. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from SecurityScheme to StringFormat[SecurityScheme] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  34. def fromLocal(): Boolean
    Definition Classes
    AmfElement
  35. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  36. lazy val graph: Graph
    Definition Classes
    DomainElement
  37. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  38. def headers: Seq[Parameter]
  39. val id: String
    Definition Classes
    AmfObject
  40. def isExternalLink: BoolField
    Definition Classes
    DomainElement
  41. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  42. def isLink: Boolean
    Definition Classes
    Linkable
  43. def isTrackedBy(trackId: String): Boolean
    Definition Classes
    AmfElement
  44. val isUnresolved: Boolean
    Definition Classes
    Linkable
  45. def link[T](label: String, annotations: Annotations): T
    Definition Classes
    Linkable
  46. val linkAnnotations: Option[Annotations]
    Definition Classes
    Linkable
  47. def linkCopy(): SecurityScheme
    Definition Classes
    SecurityScheme → Linkable
  48. def linkLabel: StrField
    Definition Classes
    Linkable
  49. def linkTarget: Option[DomainElement]
    Definition Classes
    Linkable
  50. def location(): Option[String]
    Definition Classes
    AmfElement
  51. def meta: SecuritySchemeModel.type
    Definition Classes
    SecurityScheme → AmfObject
  52. def name: StrField
    Definition Classes
    NamedDomainElement
  53. def nameField: Field
    Definition Classes
    SecurityScheme → NamedDomainElement
  54. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  55. def normalizeType(): Unit
  56. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  57. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  58. def position(): Option[LexicalInformation]
    Definition Classes
    AmfElement
  59. def queryParameters: Seq[Parameter]
  60. def queryString: Shape
  61. val refAst: Option[YPart]
    Definition Classes
    Linkable
  62. val refCtx: Option[UnresolvedComponents]
    Definition Classes
    Linkable
  63. val refName: String
    Definition Classes
    Linkable
  64. def resolveUnreferencedLink[T](label: String, annotations: Annotations, unresolved: T, supportsRecursion: Boolean): T
    Definition Classes
    Linkable
  65. def responses: Seq[Response]
  66. def set(field: Field, value: AmfElement, annotations: Annotations): SecurityScheme.this.type
    Definition Classes
    AmfObject
  67. def set(field: Field, value: AmfElement): SecurityScheme.this.type
    Definition Classes
    AmfObject
  68. def set(field: Field, values: Seq[String]): SecurityScheme.this.type
    Definition Classes
    AmfObject
  69. def set(field: Field, value: Float): SecurityScheme.this.type
    Definition Classes
    AmfObject
  70. def set(field: Field, value: Double): SecurityScheme.this.type
    Definition Classes
    AmfObject
  71. def set(field: Field, value: Int): SecurityScheme.this.type
    Definition Classes
    AmfObject
  72. def set(field: Field, value: Boolean): SecurityScheme.this.type
    Definition Classes
    AmfObject
  73. def set(field: Field, value: String, annotations: Annotations): SecurityScheme.this.type
    Definition Classes
    AmfObject
  74. def set(field: Field, value: String): SecurityScheme.this.type
    Definition Classes
    AmfObject
  75. def setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): SecurityScheme.this.type
    Definition Classes
    AmfObject
  76. def setArray(field: Field, values: Seq[AmfElement]): SecurityScheme.this.type
    Definition Classes
    AmfObject
  77. def setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): SecurityScheme.this.type
    Definition Classes
    AmfObject
  78. def setArrayWithoutId(field: Field, values: Seq[AmfElement]): SecurityScheme.this.type
    Definition Classes
    AmfObject
  79. def setWithoutId(field: Field, value: AmfElement, annotations: Annotations): SecurityScheme.this.type
    Definition Classes
    AmfObject
  80. def settings: Settings
  81. val shouldLink: Boolean
    Attributes
    protected
    Definition Classes
    Linkable
  82. final def simpleAdoption(parent: String): SecurityScheme.this.type
    Definition Classes
    AmfObject
  83. def supportsRecursion: BoolField
    Definition Classes
    Linkable
  84. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  85. def toFutureRef(resolve: (Linkable) ⇒ Unit): Unit
    Definition Classes
    Linkable
  86. def toString(): String
    Definition Classes
    AnyRef → Any
  87. def type: StrField
  88. def unresolved(refName: String, refAst: YPart, unresolvedSeverity: String)(implicit ctx: UnresolvedComponents): DomainElement with Linkable
    Definition Classes
    Linkable
  89. val unresolvedSeverity: String
    Definition Classes
    Linkable
  90. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  91. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  92. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  93. def withApiKeySettings(): ApiKeySettings
    Definition Classes
    SecuritySchemeWithSettings
  94. def withCustomDomainProperties(extensions: Seq[DomainExtension]): SecurityScheme.this.type
    Definition Classes
    DomainElement → CustomizableElement
  95. def withCustomDomainProperty(extensions: DomainExtension): SecurityScheme.this.type
    Definition Classes
    DomainElement → CustomizableElement
  96. def withDefaultSettings(): Settings
    Definition Classes
    SecuritySchemeWithSettings
  97. def withDescription(description: String): SecurityScheme.this.type
  98. def withDisplayName(displayName: String): SecurityScheme.this.type
  99. def withExtends(extend: Seq[DomainElement]): SecurityScheme.this.type
    Definition Classes
    DomainElement
  100. def withHeader(name: String): Parameter
  101. def withHeaders(headers: Seq[Parameter]): SecurityScheme.this.type
  102. def withHttpApiKeySettings(): HttpApiKeySettings
    Definition Classes
    SecuritySchemeWithSettings
  103. def withHttpSettings(): HttpSettings
    Definition Classes
    SecuritySchemeWithSettings
  104. def withId(value: String): SecurityScheme.this.type
    Definition Classes
    AmfObject
  105. def withIsExternalLink(isReference: Boolean): SecurityScheme.this.type
    Definition Classes
    DomainElement
  106. def withLinkLabel(label: String, annotations: Annotations): SecurityScheme.this.type
    Definition Classes
    Linkable
  107. def withLinkTarget(target: DomainElement): SecurityScheme.this.type
    Definition Classes
    Linkable
  108. def withName(nameNode: ScalarNode): SecurityScheme.this.type
    Definition Classes
    NamedDomainElement
  109. def withName(name: String, a: Annotations): SecurityScheme.this.type
    Definition Classes
    NamedDomainElement
  110. def withName(node: YNode): SecurityScheme.this.type
    Definition Classes
    NamedDomainElement
  111. def withOAuth1Settings(): OAuth1Settings
    Definition Classes
    SecuritySchemeWithSettings
  112. def withOAuth2Settings(): OAuth2Settings
    Definition Classes
    SecuritySchemeWithSettings
  113. def withObject(): ApiKeySettings
  114. def withOpenIdConnectSettings(): OpenIdConnectSettings
    Definition Classes
    SecuritySchemeWithSettings
  115. def withQueryParameter(name: String): Parameter
  116. def withQueryParameters(queryParameters: Seq[Parameter]): SecurityScheme.this.type
  117. def withQueryString(queryString: Shape): SecurityScheme.this.type
  118. def withResponse(name: String): Response
  119. def withResponses(responses: Seq[Response]): SecurityScheme.this.type
  120. def withSettings(settings: Settings): SecurityScheme.this.type
  121. def withSupportsRecursion(recursive: Boolean): SecurityScheme.this.type
    Definition Classes
    Linkable
  122. def withSynthesizeName(name: String): SecurityScheme.this.type
    Definition Classes
    NamedDomainElement
  123. def withType(type: String): SecurityScheme.this.type
  124. def [B](y: B): (SecurityScheme, B)
    Implicit
    This member is added by an implicit conversion from SecurityScheme to ArrowAssoc[SecurityScheme] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

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

Inherited by implicit conversion any2stringadd from SecurityScheme to any2stringadd[SecurityScheme]

Inherited by implicit conversion StringFormat from SecurityScheme to StringFormat[SecurityScheme]

Inherited by implicit conversion Ensuring from SecurityScheme to Ensuring[SecurityScheme]

Inherited by implicit conversion ArrowAssoc from SecurityScheme to ArrowAssoc[SecurityScheme]

Ungrouped