case class SecurityScheme(_internal: scala.model.domain.security.SecurityScheme) extends DomainElement with Linkable with Product with Serializable
SecurityScheme model class.
- Annotations
- @JSExportAll()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SecurityScheme
- Serializable
- Serializable
- Product
- Equals
- Linkable
- DomainElement
- CustomizableElement
- PlatformSecrets
- AmfObjectWrapper
- Annotable
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
SecurityScheme()
- Annotations
- @JSExportTopLevel( "SecurityScheme" )
- new SecurityScheme(_internal: scala.model.domain.security.SecurityScheme)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
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
-
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()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
annotations(): Annotations
- Definition Classes
- AmfObjectWrapper → Annotable
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
customDomainProperties: core.internal.convert.CoreClientConverters.ClientList[DomainExtension]
- Definition Classes
- DomainElement → CustomizableElement
- def description: StrField
- def displayName: StrField
-
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
-
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
-
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
-
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
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
extendsNode: core.internal.convert.CoreClientConverters.ClientList[DomainElement]
- Definition Classes
- DomainElement
-
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()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
graph(): Graph
- Definition Classes
- DomainElement
- def headers: ClientList[Parameter]
-
def
id: String
- Definition Classes
- DomainElement
-
def
isExternalLink: BoolField
- Definition Classes
- DomainElement
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isLink: Boolean
- Definition Classes
- Linkable
-
def
link[T](label: String): T
- Definition Classes
- Linkable
-
def
link[T](): T
- Definition Classes
- Linkable
-
def
linkCopy(): SecurityScheme
- Definition Classes
- SecurityScheme → Linkable
-
def
linkLabel: StrField
- Definition Classes
- Linkable
-
def
linkTarget: core.internal.convert.CoreClientConverters.ClientOption[DomainElement]
- Definition Classes
- Linkable
- def name: StrField
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
val
platform: Platform
- Definition Classes
- PlatformSecrets
-
def
position: Range
- Definition Classes
- DomainElement
- def queryParameters: ClientList[Parameter]
- def queryString: Shape
- def responses: ClientList[Response]
- def settings: Settings
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def type: StrField
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def withApiKeySettings(): ApiKeySettings
-
def
withCustomDomainProperties(extensions: core.internal.convert.CoreClientConverters.ClientList[DomainExtension]): SecurityScheme.this.type
- Definition Classes
- DomainElement → CustomizableElement
- def withDefaultSettings(): Settings
- def withDescription(description: String): SecurityScheme.this.type
- def withDisplayName(displayName: String): SecurityScheme.this.type
-
def
withExtendsNode(extension: core.internal.convert.CoreClientConverters.ClientList[ParametrizedDeclaration]): SecurityScheme.this.type
- Definition Classes
- DomainElement
- def withHeader(name: String): Parameter
- def withHeaders(headers: ClientList[Parameter]): SecurityScheme.this.type
- def withHttpApiKeySettings(): HttpApiKeySettings
- def withHttpSettings(): HttpSettings
-
def
withId(id: String): SecurityScheme.this.type
- Definition Classes
- DomainElement
-
def
withIsExternalLink(isExternalLink: Boolean): 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 withOpenIdConnectSettings(): OpenIdConnectSettings
- def withQueryParameter(name: String): Parameter
- def withQueryParameters(queryParameters: ClientList[Parameter]): SecurityScheme.this.type
- def withQueryString(queryString: Shape): SecurityScheme.this.type
- def withResponse(name: String): Response
- def withResponses(responses: ClientList[Response]): SecurityScheme.this.type
- def withSettings(settings: Settings): SecurityScheme.this.type
- def withType(type: String): SecurityScheme.this.type
-
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
-
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.