Packages

object ErrorSecurityScheme extends SecurityScheme with ErrorDeclaration

Linear Supertypes
ErrorDeclaration, SecurityScheme, Serializable, Serializable, Product, Equals, WithSettings, NamedDomainElement, Linkable, DomainElement, AmfObject, AmfElement, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ErrorSecurityScheme
  2. ErrorDeclaration
  3. SecurityScheme
  4. Serializable
  5. Serializable
  6. Product
  7. Equals
  8. WithSettings
  9. NamedDomainElement
  10. Linkable
  11. DomainElement
  12. AmfObject
  13. AmfElement
  14. AnyRef
  15. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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): ErrorSecurityScheme.this.type
    Definition Classes
    AmfObject
  5. def add(other: Annotations): ErrorSecurityScheme.this.type
    Definition Classes
    AmfElement
  6. def add(annotation: Annotation): ErrorSecurityScheme.this.type
    Definition Classes
    AmfElement
  7. def adopted(parent: String): ErrorSecurityScheme.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
    Definition Classes
    SecurityScheme
  12. def customDomainProperties: Seq[DomainExtension]
    Definition Classes
    DomainElement
  13. def description: String
    Definition Classes
    SecurityScheme
  14. def displayName: String
    Definition Classes
    SecurityScheme
  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]
    Definition Classes
    SecurityScheme
  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]
    Definition Classes
    SecurityScheme
  42. def queryString: Shape
    Definition Classes
    SecurityScheme
  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]
    Definition Classes
    SecurityScheme
  47. def set(field: Field, value: AmfElement, annotations: Annotations): ErrorSecurityScheme.this.type
    Definition Classes
    AmfObject
  48. def set(field: Field, value: AmfElement): ErrorSecurityScheme.this.type
    Definition Classes
    AmfObject
  49. def set(field: Field, values: Seq[String]): ErrorSecurityScheme.this.type
    Definition Classes
    AmfObject
  50. def set(field: Field, value: Int): ErrorSecurityScheme.this.type
    Definition Classes
    AmfObject
  51. def set(field: Field, value: Boolean): ErrorSecurityScheme.this.type
    Definition Classes
    AmfObject
  52. def set(field: Field, value: String): ErrorSecurityScheme.this.type
    Definition Classes
    AmfObject
  53. def setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): ErrorSecurityScheme.this.type
    Definition Classes
    AmfObject
  54. def setArray(field: Field, values: Seq[AmfElement]): ErrorSecurityScheme.this.type
    Definition Classes
    AmfObject
  55. def setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): ErrorSecurityScheme.this.type
    Definition Classes
    AmfObject
  56. def setArrayWithoutId(field: Field, values: Seq[AmfElement]): ErrorSecurityScheme.this.type
    Definition Classes
    AmfObject
  57. def settings: Settings
    Definition Classes
    SecurityScheme
  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
    Definition Classes
    SecurityScheme
  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]): ErrorSecurityScheme.this.type
    Definition Classes
    DomainElement
  67. def withCustomDomainProperty(customProperty: DomainExtension): ErrorSecurityScheme.this.type
    Definition Classes
    DomainElement
  68. def withDefaultSettings(): Settings
    Definition Classes
    SecuritySchemeWithSettings
  69. def withDescription(description: String): ErrorSecurityScheme.this.type
    Definition Classes
    SecurityScheme
  70. def withDisplayName(displayName: String): ErrorSecurityScheme.this.type
    Definition Classes
    SecurityScheme
  71. def withExtends(extend: Seq[DomainElement]): ErrorSecurityScheme.this.type
    Definition Classes
    DomainElement
  72. def withHeader(name: String): Parameter
    Definition Classes
    SecurityScheme
  73. def withHeaders(headers: Seq[Parameter]): ErrorSecurityScheme.this.type
    Definition Classes
    SecurityScheme
  74. def withId(value: String): ErrorSecurityScheme.this.type
    Definition Classes
    AmfObject
  75. def withLinkLabel(label: String): ErrorSecurityScheme.this.type
    Definition Classes
    Linkable
  76. def withLinkTarget(target: DomainElement): ErrorSecurityScheme.this.type
    Definition Classes
    Linkable
  77. def withName(name: String): ErrorSecurityScheme.this.type
    Definition Classes
    SecurityScheme → NamedDomainElement
  78. def withOAuth1Settings(): OAuth1Settings
    Definition Classes
    SecuritySchemeWithSettings
  79. def withOAuth2Settings(): OAuth2Settings
    Definition Classes
    SecuritySchemeWithSettings
  80. def withObject(): ApiKeySettings
    Definition Classes
    SecurityScheme
  81. def withQueryParameter(name: String): Parameter
    Definition Classes
    SecurityScheme
  82. def withQueryParameters(queryParameters: Seq[Parameter]): ErrorSecurityScheme.this.type
    Definition Classes
    SecurityScheme
  83. def withQueryString(queryString: Shape): ErrorSecurityScheme.this.type
    Definition Classes
    SecurityScheme
  84. def withResponse(name: String): Response
    Definition Classes
    SecurityScheme
  85. def withResponses(responses: Seq[Response]): ErrorSecurityScheme.this.type
    Definition Classes
    SecurityScheme
  86. def withSettings(settings: Settings): ErrorSecurityScheme.this.type
    Definition Classes
    SecurityScheme
  87. def withType(type: String): ErrorSecurityScheme.this.type
    Definition Classes
    SecurityScheme

Inherited from ErrorDeclaration

Inherited from SecurityScheme

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