case class SecurityScheme extends AmfObjectWrapper with DomainElement with Linkable with Product with Serializable
JS SecurityScheme model class.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SecurityScheme
- Serializable
- Serializable
- Product
- Equals
- Linkable
- DomainElement
- PlatformSecrets
- AmfObjectWrapper
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SecurityScheme()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
customDomainProperties: List[CustomDomainProperty]
- Definition Classes
- DomainElement
- def description: String
- def displayName: String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
extendsNode: List[DomainElement]
- Definition Classes
- DomainElement
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
getId(): String
- Definition Classes
- DomainElement
-
def
getObjectByPropertyId(propertyId: String): List[DomainElement]
- Definition Classes
- DomainElement
-
def
getPropertyIds(): List[String]
- Definition Classes
- DomainElement
-
def
getScalarByPropertyId(propertyId: String): List[AnyRef]
- Definition Classes
- DomainElement
-
def
getTypeIds(): List[String]
- Definition Classes
- DomainElement
- def headers: List[Parameter]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isLink: Boolean
- Definition Classes
- Linkable
-
def
link[T](label: Option[String]): T
- Definition Classes
- Linkable
-
def
linkCopy(): SecurityScheme
- Definition Classes
- SecurityScheme → Linkable
-
def
linkLabel: Option[String]
- Definition Classes
- Linkable
-
def
linkTarget: Option[DomainElement with Linkable]
- Definition Classes
- SecurityScheme → Linkable
- def name: String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
val
platform: Platform
- Definition Classes
- PlatformSecrets
-
def
position(): Range
- Definition Classes
- DomainElement
- def queryParameters: List[Parameter]
- def queryString: Shape
- def responses: List[Response]
- def settings: Settings
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def type: String
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def withApiKeySettings(): ApiKeySettings
-
def
withCustomDomainProperties(customProperties: List[DomainExtension]): DomainElement
- Definition Classes
- DomainElement
- def withDefaultSettings(): Settings
- def withDescription(description: String): SecurityScheme.this.type
- def withDisplayName(displayName: String): SecurityScheme.this.type
-
def
withExtendsNode(extend: List[ParametrizedDeclaration]): DomainElement
- Definition Classes
- DomainElement
- def withHeader(name: String): Parameter
- def withHeaders(headers: List[Parameter]): SecurityScheme.this.type
-
def
withId(id: String): DomainElement
- Definition Classes
- DomainElement
-
def
withLinkLabel(label: String): SecurityScheme.this.type
- Definition Classes
- Linkable
-
def
withLinkTarget(target: DomainElement with Linkable): SecurityScheme.this.type
- Definition Classes
- Linkable
- def withName(name: String): SecurityScheme.this.type
- def withOAuth1Settings(): OAuth1Settings
- def withOAuth2Settings(): OAuth2Settings
- def withQueryParameter(name: String): Parameter
- def withQueryParameters(queryParameters: List[Parameter]): SecurityScheme.this.type
- def withQueryString(queryString: Shape): SecurityScheme.this.type
- def withResponse(name: String): Response
- def withResponses(responses: List[Response]): SecurityScheme.this.type
- def withSettings(settings: Settings): SecurityScheme.this.type
- def withType(type: String): SecurityScheme.this.type