case class SecurityScheme(fields: Fields, annotations: Annotations) extends DomainElement with Linkable with NamedDomainElement with WithSettings with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, WithSettings, NamedDomainElement, Linkable, DomainElement, AmfObject, AmfElement, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SecurityScheme
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. WithSettings
  7. NamedDomainElement
  8. Linkable
  9. DomainElement
  10. AmfObject
  11. AmfElement
  12. AnyRef
  13. 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): SecurityScheme.this.type
    Definition Classes
    SecurityScheme → AmfObject
  8. val annotations: Annotations
    Definition Classes
    SecurityScheme → AmfElement
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def cloneScheme(parent: String): SecurityScheme
  12. 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
  13. def customDomainProperties: Seq[DomainExtension]
    Definition Classes
    DomainElement
  14. def description: StrField
  15. def displayName: StrField
  16. def dynamicTypes(): Seq[String]
    Definition Classes
    AmfObject
  17. def effectiveLinkTarget: DomainElement
    Definition Classes
    Linkable
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def extend: Seq[DomainElement]
    Definition Classes
    DomainElement
  20. val fields: Fields
    Definition Classes
    SecurityScheme → AmfObject
  21. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  23. def getObjectByPropertyId(propertyId: String): Seq[DomainElement]
    Definition Classes
    DomainElement
  24. def getPropertyIds(): List[String]
    Definition Classes
    DomainElement
  25. def getScalarByPropertyId(propertyId: String): Seq[Any]
    Definition Classes
    DomainElement
  26. def getTypeIds(): List[String]
    Definition Classes
    DomainElement
  27. def headers: Seq[Parameter]
  28. val id: String
    Definition Classes
    AmfObject
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. def isLink: Boolean
    Definition Classes
    Linkable
  31. val isUnresolved: Boolean
    Definition Classes
    Linkable
  32. def link[T](label: String, annotations: Annotations): T
    Definition Classes
    Linkable
  33. val linkAnnotations: Option[Annotations]
    Definition Classes
    Linkable
  34. def linkCopy(): SecurityScheme
    Definition Classes
    SecurityScheme → Linkable
  35. def linkLabel: Option[String]
    Definition Classes
    Linkable
  36. val linkTarget: Option[DomainElement]
    Definition Classes
    Linkable
  37. def meta: SecuritySchemeModel.type
    Definition Classes
    SecurityScheme → DomainElement
  38. def name: StrField
    Definition Classes
    SecurityScheme → NamedDomainElement
  39. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  40. final def notify(): Unit
    Definition Classes
    AnyRef
  41. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  42. def position(): Option[Range]
    Definition Classes
    DomainElement
  43. def queryParameters: Seq[Parameter]
  44. def queryString: Shape
  45. val refAst: Option[YPart]
    Definition Classes
    Linkable
  46. val refCtx: Option[ParserContext]
    Definition Classes
    Linkable
  47. val refName: String
    Definition Classes
    Linkable
  48. def resolveUnreferencedLink[T](label: String, annotations: Annotations, unresolved: T): T
    Definition Classes
    Linkable
  49. def responses: Seq[Response]
  50. def set(field: Field, value: AmfElement, annotations: Annotations): SecurityScheme.this.type
    Definition Classes
    AmfObject
  51. def set(field: Field, value: AmfElement): SecurityScheme.this.type
    Definition Classes
    AmfObject
  52. def set(field: Field, values: Seq[String]): SecurityScheme.this.type
    Definition Classes
    AmfObject
  53. def set(field: Field, value: Float): SecurityScheme.this.type
    Definition Classes
    AmfObject
  54. def set(field: Field, value: Double): SecurityScheme.this.type
    Definition Classes
    AmfObject
  55. def set(field: Field, value: Int): SecurityScheme.this.type
    Definition Classes
    AmfObject
  56. def set(field: Field, value: Boolean): SecurityScheme.this.type
    Definition Classes
    AmfObject
  57. def set(field: Field, value: String): SecurityScheme.this.type
    Definition Classes
    AmfObject
  58. def setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): SecurityScheme.this.type
    Definition Classes
    AmfObject
  59. def setArray(field: Field, values: Seq[AmfElement]): SecurityScheme.this.type
    Definition Classes
    AmfObject
  60. def setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): SecurityScheme.this.type
    Definition Classes
    AmfObject
  61. def setArrayWithoutId(field: Field, values: Seq[AmfElement]): SecurityScheme.this.type
    Definition Classes
    AmfObject
  62. def settings: Settings
  63. final def simpleAdoption(parent: String): SecurityScheme.this.type
    Definition Classes
    AmfObject
  64. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  65. def toFutureRef(resolve: (Linkable) ⇒ Unit): Unit
    Definition Classes
    Linkable
  66. def type: StrField
  67. def unresolved(refName: String, refAst: YPart)(implicit ctx: ParserContext): DomainElement with Linkable
    Definition Classes
    Linkable
  68. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  69. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  70. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  71. def withApiKeySettings(): ApiKeySettings
    Definition Classes
    SecuritySchemeWithSettings
  72. def withCustomDomainProperties(extensions: Seq[DomainExtension]): SecurityScheme.this.type
    Definition Classes
    DomainElement
  73. def withCustomDomainProperty(extensions: DomainExtension): SecurityScheme.this.type
    Definition Classes
    DomainElement
  74. def withDefaultSettings(): Settings
    Definition Classes
    SecuritySchemeWithSettings
  75. def withDescription(description: String): SecurityScheme.this.type
  76. def withDisplayName(displayName: String): SecurityScheme.this.type
  77. def withExtends(extend: Seq[DomainElement]): SecurityScheme.this.type
    Definition Classes
    DomainElement
  78. def withHeader(name: String): Parameter
  79. def withHeaders(headers: Seq[Parameter]): SecurityScheme.this.type
  80. def withHttpSettings(): HttpSettings
    Definition Classes
    SecuritySchemeWithSettings
  81. def withId(value: String): SecurityScheme.this.type
    Definition Classes
    AmfObject
  82. def withLinkLabel(label: String): SecurityScheme.this.type
    Definition Classes
    Linkable
  83. def withLinkTarget(target: DomainElement): SecurityScheme.this.type
    Definition Classes
    Linkable
  84. def withName(name: String): SecurityScheme.this.type
    Definition Classes
    SecurityScheme → NamedDomainElement
  85. def withOAuth1Settings(): OAuth1Settings
    Definition Classes
    SecuritySchemeWithSettings
  86. def withOAuth2Settings(): OAuth2Settings
    Definition Classes
    SecuritySchemeWithSettings
  87. def withObject(): ApiKeySettings
  88. def withOpenIdConnectSettings(): OpenIdConnectSettings
    Definition Classes
    SecuritySchemeWithSettings
  89. def withQueryParameter(name: String): Parameter
  90. def withQueryParameters(queryParameters: Seq[Parameter]): SecurityScheme.this.type
  91. def withQueryString(queryString: Shape): SecurityScheme.this.type
  92. def withResponse(name: String): Response
  93. def withResponses(responses: Seq[Response]): SecurityScheme.this.type
  94. def withSettings(settings: Settings): SecurityScheme.this.type
  95. def withType(type: String): SecurityScheme.this.type

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from WithSettings

Inherited from NamedDomainElement

Inherited from Linkable

Inherited from DomainElement

Inherited from AmfObject

Inherited from AmfElement

Inherited from AnyRef

Inherited from Any

Ungrouped