Packages

class SecurityScheme extends DomainElement with Linkable with NamedDomainElement with WithSettings

Linear Supertypes
WithSettings, NamedDomainElement, NamedAmfObject, Linkable, AdoptionDependantCalls, DomainElement, CustomizableElement, AmfObject, AmfElement, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SecurityScheme
  2. WithSettings
  3. NamedDomainElement
  4. NamedAmfObject
  5. Linkable
  6. AdoptionDependantCalls
  7. DomainElement
  8. CustomizableElement
  9. AmfObject
  10. AmfElement
  11. AnyRef
  12. 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. val annotations: Annotations
    Definition Classes
    SecurityScheme → AmfElement
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. 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
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  14. def cloneElement(branch: Map[AmfObject, AmfObject]): AmfObject
    Definition Classes
    AmfObject → AmfElement
  15. def cloneScheme(parent: String): SecurityScheme
  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: Set[Linkable]): DomainElement
    Definition Classes
    Linkable
  22. 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
  23. 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
  24. 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
  25. 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
  26. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  28. def extend: Seq[DomainElement]
    Definition Classes
    DomainElement
  29. val fields: Fields
    Definition Classes
    SecurityScheme → AmfObject
  30. 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()
  31. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. lazy val graph: Graph
    Definition Classes
    DomainElement
  33. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. def headers: Seq[Parameter]
  35. val id: String
    Definition Classes
    AmfObject
  36. def isExternalLink: BoolField
    Definition Classes
    DomainElement
  37. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  38. def isLink: Boolean
    Definition Classes
    Linkable
  39. def isTrackedBy(trackId: String): Boolean
    Definition Classes
    AmfElement
  40. def link[T](label: String, annotations: Annotations): T
    Definition Classes
    Linkable
  41. val linkAnnotations: Option[Annotations]
    Definition Classes
    Linkable
  42. def linkCopy(): SecurityScheme
    Definition Classes
    SecurityScheme → Linkable
  43. def linkLabel: StrField
    Definition Classes
    Linkable
  44. def linkTarget: Option[DomainElement]
    Definition Classes
    Linkable
  45. def location(): Option[String]
    Definition Classes
    AmfElement
  46. def meta: SecuritySchemeModel.type
    Definition Classes
    SecurityScheme → AmfObject
  47. def name: StrField
    Definition Classes
    NamedAmfObject
  48. def nameField: Field
    Definition Classes
    SecurityScheme → NamedAmfObject
  49. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  50. def normalizeType(): Unit
  51. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  52. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  53. def position(): Option[LexicalInformation]
    Definition Classes
    AmfElement
  54. def queryParameters: Seq[Parameter]
  55. def queryString: Shape
  56. def responses: Seq[Response]
  57. def set(field: Field, value: AmfElement, annotations: Annotations): SecurityScheme.this.type
    Definition Classes
    AmfObject
  58. def set(field: Field, value: AmfElement): SecurityScheme.this.type
    Definition Classes
    AmfObject
  59. def set(field: Field, values: Seq[String]): SecurityScheme.this.type
    Definition Classes
    AmfObject
  60. def set(field: Field, value: Float): SecurityScheme.this.type
    Definition Classes
    AmfObject
  61. def set(field: Field, value: Double): SecurityScheme.this.type
    Definition Classes
    AmfObject
  62. def set(field: Field, value: Int): SecurityScheme.this.type
    Definition Classes
    AmfObject
  63. def set(field: Field, value: Boolean): SecurityScheme.this.type
    Definition Classes
    AmfObject
  64. def set(field: Field, value: String, annotations: Annotations): SecurityScheme.this.type
    Definition Classes
    AmfObject
  65. def set(field: Field, value: String): SecurityScheme.this.type
    Definition Classes
    AmfObject
  66. def setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): SecurityScheme.this.type
    Definition Classes
    AmfObject
  67. def setArray(field: Field, values: Seq[AmfElement]): SecurityScheme.this.type
    Definition Classes
    AmfObject
  68. def setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): SecurityScheme.this.type
    Definition Classes
    AmfObject
  69. def setArrayWithoutId(field: Field, values: Seq[AmfElement]): SecurityScheme.this.type
    Definition Classes
    AmfObject
  70. def setWithoutId(field: Field, value: AmfElement, annotations: Annotations): SecurityScheme.this.type
    Definition Classes
    AmfObject
  71. def settings: Settings
  72. val shouldLink: Boolean
    Attributes
    protected
    Definition Classes
    Linkable
  73. final def simpleAdoption(parent: String): SecurityScheme.this.type
    Definition Classes
    AmfObject
  74. def supportsRecursion: BoolField
    Definition Classes
    Linkable
  75. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  76. def toString(): String
    Definition Classes
    AnyRef → Any
  77. def type: StrField
  78. def typeIris: Seq[String]
    Definition Classes
    DomainElement → CustomizableElement
  79. def unresolved(refName: String, aliases: Seq[String], pos: Option[SourceLocation], unresolvedSeverity: String)(implicit ctx: UnresolvedComponents): DomainElement with Linkable
    Definition Classes
    Linkable
  80. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  81. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  82. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  83. def withApiKeySettings(): ApiKeySettings
    Definition Classes
    SecuritySchemeWithSettings
  84. def withCustomDomainProperties(extensions: Seq[DomainExtension]): SecurityScheme.this.type
    Definition Classes
    DomainElement → CustomizableElement
  85. def withCustomDomainProperty(extensions: DomainExtension): SecurityScheme.this.type
    Definition Classes
    DomainElement → CustomizableElement
  86. def withDefaultSettings(): Settings
    Definition Classes
    SecuritySchemeWithSettings
  87. def withDescription(description: String): SecurityScheme.this.type
  88. def withDisplayName(displayName: String): SecurityScheme.this.type
  89. def withExtends(extend: Seq[DomainElement]): SecurityScheme.this.type
    Definition Classes
    DomainElement
  90. def withHeader(name: String): Parameter
  91. def withHeaders(headers: Seq[Parameter]): SecurityScheme.this.type
  92. def withHttpApiKeySettings(): HttpApiKeySettings
    Definition Classes
    SecuritySchemeWithSettings
  93. def withHttpSettings(): HttpSettings
    Definition Classes
    SecuritySchemeWithSettings
  94. def withId(value: String): SecurityScheme.this.type
    Definition Classes
    AmfObject
  95. def withIsExternalLink(isReference: Boolean): SecurityScheme.this.type
    Definition Classes
    DomainElement
  96. def withLinkLabel(label: String, annotations: Annotations): SecurityScheme.this.type
    Definition Classes
    Linkable
  97. def withLinkTarget(target: DomainElement): SecurityScheme.this.type
    Definition Classes
    Linkable
  98. def withName(name: String): SecurityScheme.this.type
    Definition Classes
    NamedAmfObject
  99. def withName(nameNode: ScalarNode): SecurityScheme.this.type
    Definition Classes
    NamedAmfObject
  100. def withName(name: String, a: Annotations): SecurityScheme.this.type
    Definition Classes
    NamedAmfObject
  101. def withName(node: YNode): SecurityScheme.this.type
    Definition Classes
    NamedAmfObject
  102. def withOAuth1Settings(): OAuth1Settings
    Definition Classes
    SecuritySchemeWithSettings
  103. def withOAuth2Settings(): OAuth2Settings
    Definition Classes
    SecuritySchemeWithSettings
  104. def withObject(): ApiKeySettings
  105. def withOpenIdConnectSettings(): OpenIdConnectSettings
    Definition Classes
    SecuritySchemeWithSettings
  106. def withQueryParameter(name: String): Parameter
  107. def withQueryParameters(queryParameters: Seq[Parameter]): SecurityScheme.this.type
  108. def withQueryString(queryString: Shape): SecurityScheme.this.type
  109. def withResponse(name: String): Response
  110. def withResponses(responses: Seq[Response]): SecurityScheme.this.type
  111. def withSettings(settings: Settings): SecurityScheme.this.type
  112. def withSupportsRecursion(recursive: Boolean): SecurityScheme.this.type
    Definition Classes
    Linkable
  113. def withSynthesizeName(name: String): SecurityScheme.this.type
    Definition Classes
    NamedAmfObject
  114. def withType(type: String): SecurityScheme.this.type
  115. 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

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from WithSettings

Inherited from NamedDomainElement

Inherited from NamedAmfObject

Inherited from Linkable

Inherited from AdoptionDependantCalls

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