Packages

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