case class SecurityScheme(_internal: plugins.domain.webapi.models.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
- PlatformSecrets
- AmfObjectWrapper
- Annotable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
SecurityScheme()
- Annotations
- @JSExportTopLevel( "model.domain.SecurityScheme" )
- new SecurityScheme(_internal: plugins.domain.webapi.models.security.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
-
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()
-
def
customDomainProperties: convert.CoreClientConverters.ClientList[DomainExtension]
- Definition Classes
- DomainElement
- def description: StrField
- def displayName: StrField
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
extendsNode: convert.CoreClientConverters.ClientList[DomainElement]
- Definition Classes
- DomainElement
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
graph(): Graph
- Definition Classes
- DomainElement
- def headers: ClientList[Parameter]
-
def
id: String
- Definition Classes
- DomainElement
-
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: StrField
- Definition Classes
- Linkable
-
def
linkTarget: 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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
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(): 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( ... ) @native()
- def withApiKeySettings(): ApiKeySettings
-
def
withCustomDomainProperties(extensions: convert.CoreClientConverters.ClientList[DomainExtension]): SecurityScheme.this.type
- Definition Classes
- DomainElement
- def withDefaultSettings(): Settings
- def withDescription(description: String): SecurityScheme.this.type
- def withDisplayName(displayName: String): SecurityScheme.this.type
-
def
withExtendsNode(extension: 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
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