c
amf.apicontract.client.scala.model.domain.security
SecurityScheme
Companion object SecurityScheme
class SecurityScheme extends DomainElement with Linkable with NamedDomainElement with WithSettings
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- SecurityScheme
- WithSettings
- NamedDomainElement
- Linkable
- AdoptionDependantCalls
- DomainElement
- CustomizableElement
- AmfObject
- AmfElement
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SecurityScheme(fields: Fields, annotations: Annotations)
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
add(field: Field, value: AmfElement): SecurityScheme.this.type
- Definition Classes
- AmfObject
-
def
add(other: Annotations): SecurityScheme.this.type
- Definition Classes
- AmfElement
-
def
add(annotation: Annotation): SecurityScheme.this.type
- Definition Classes
- AmfElement
-
def
adopted(parent: String, cycle: Seq[String] = Seq()): SecurityScheme.this.type
- Definition Classes
- SecurityScheme → AmfObject
-
val
annotations: Annotations
- Definition Classes
- SecurityScheme → AmfElement
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
classConstructor: (Fields, Annotations) ⇒ Linkable with DomainElement
apply method for create a new instance with fields and annotations.
apply method for create a new instance with fields and annotations. Aux method for copy
- Attributes
- protected
- Definition Classes
- SecurityScheme → Linkable
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
cloneElement(branch: Map[AmfObject, AmfObject]): AmfObject
- Definition Classes
- AmfObject → AmfElement
- def cloneScheme(parent: String): SecurityScheme
-
def
copyElement(a: Annotations): Linkable with DomainElement
- Definition Classes
- Linkable
-
def
copyElement(): Linkable with DomainElement
- Definition Classes
- Linkable
-
def
customDomainProperties: Seq[DomainExtension]
- Definition Classes
- DomainElement → CustomizableElement
- def description: StrField
- def displayName: StrField
-
def
effectiveLinkTarget(links: Set[Linkable]): DomainElement
- Definition Classes
- Linkable
-
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
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
extend: Seq[DomainElement]
- Definition Classes
- DomainElement
-
val
fields: Fields
- Definition Classes
- SecurityScheme → AmfObject
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
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()
-
def
fromLocal(): Boolean
- Definition Classes
- AmfElement
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
lazy val
graph: Graph
- Definition Classes
- DomainElement
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def headers: Seq[Parameter]
-
val
id: String
- Definition Classes
- AmfObject
-
def
isExternalLink: BoolField
- Definition Classes
- DomainElement
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isLink: Boolean
- Definition Classes
- Linkable
-
def
isTrackedBy(trackId: String): Boolean
- Definition Classes
- AmfElement
-
def
link[T](label: String, annotations: Annotations): T
- Definition Classes
- Linkable
-
val
linkAnnotations: Option[Annotations]
- Definition Classes
- Linkable
-
def
linkCopy(): SecurityScheme
- Definition Classes
- SecurityScheme → Linkable
-
def
linkLabel: StrField
- Definition Classes
- Linkable
-
def
linkTarget: Option[DomainElement]
- Definition Classes
- Linkable
-
def
location(): Option[String]
- Definition Classes
- AmfElement
-
def
meta: SecuritySchemeModel.type
- Definition Classes
- SecurityScheme → AmfObject
-
def
name: StrField
- Definition Classes
- NamedDomainElement
-
def
nameField: Field
- Definition Classes
- SecurityScheme → NamedDomainElement
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def normalizeType(): Unit
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
position(): Option[LexicalInformation]
- Definition Classes
- AmfElement
- def queryParameters: Seq[Parameter]
- def queryString: Shape
- def responses: Seq[Response]
-
def
set(field: Field, value: AmfElement, annotations: Annotations): SecurityScheme.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: AmfElement): SecurityScheme.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, values: Seq[String]): SecurityScheme.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: Float): SecurityScheme.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: Double): SecurityScheme.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: Int): SecurityScheme.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: Boolean): SecurityScheme.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: String, annotations: Annotations): SecurityScheme.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: String): SecurityScheme.this.type
- Definition Classes
- AmfObject
-
def
setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): SecurityScheme.this.type
- Definition Classes
- AmfObject
-
def
setArray(field: Field, values: Seq[AmfElement]): SecurityScheme.this.type
- Definition Classes
- AmfObject
-
def
setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): SecurityScheme.this.type
- Definition Classes
- AmfObject
-
def
setArrayWithoutId(field: Field, values: Seq[AmfElement]): SecurityScheme.this.type
- Definition Classes
- AmfObject
-
def
setWithoutId(field: Field, value: AmfElement, annotations: Annotations): SecurityScheme.this.type
- Definition Classes
- AmfObject
- def settings: Settings
-
val
shouldLink: Boolean
- Attributes
- protected
- Definition Classes
- Linkable
-
final
def
simpleAdoption(parent: String): SecurityScheme.this.type
- Definition Classes
- AmfObject
-
def
supportsRecursion: BoolField
- Definition Classes
- Linkable
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def type: StrField
-
def
unresolved(refName: String, aliases: Seq[String], pos: Option[SourceLocation], unresolvedSeverity: String)(implicit ctx: UnresolvedComponents): DomainElement with Linkable
- Definition Classes
- Linkable
-
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
- Definition Classes
- SecurityScheme → WithSettings
-
def
withCustomDomainProperties(extensions: Seq[DomainExtension]): SecurityScheme.this.type
- Definition Classes
- DomainElement → CustomizableElement
-
def
withCustomDomainProperty(extensions: DomainExtension): SecurityScheme.this.type
- Definition Classes
- DomainElement → CustomizableElement
-
def
withDefaultSettings(): Settings
- Definition Classes
- SecurityScheme → WithSettings
- def withDescription(description: String): SecurityScheme.this.type
- def withDisplayName(displayName: String): SecurityScheme.this.type
-
def
withExtends(extend: Seq[DomainElement]): SecurityScheme.this.type
- Definition Classes
- DomainElement
- def withHeader(name: String): Parameter
- def withHeaders(headers: Seq[Parameter]): SecurityScheme.this.type
-
def
withHttpApiKeySettings(): HttpApiKeySettings
- Definition Classes
- SecurityScheme → WithSettings
-
def
withHttpSettings(): HttpSettings
- Definition Classes
- SecurityScheme → WithSettings
-
def
withId(value: String): SecurityScheme.this.type
- Definition Classes
- AmfObject
-
def
withIsExternalLink(isReference: Boolean): SecurityScheme.this.type
- Definition Classes
- DomainElement
-
def
withLinkLabel(label: String, annotations: Annotations): SecurityScheme.this.type
- Definition Classes
- Linkable
-
def
withLinkTarget(target: DomainElement): SecurityScheme.this.type
- Definition Classes
- Linkable
-
def
withName(nameNode: ScalarNode): SecurityScheme.this.type
- Definition Classes
- NamedDomainElement
-
def
withName(name: String, a: Annotations): SecurityScheme.this.type
- Definition Classes
- NamedDomainElement
-
def
withName(node: YNode): SecurityScheme.this.type
- Definition Classes
- NamedDomainElement
-
def
withOAuth1Settings(): OAuth1Settings
- Definition Classes
- SecurityScheme → WithSettings
-
def
withOAuth2Settings(): OAuth2Settings
- Definition Classes
- SecurityScheme → WithSettings
- def withObject(): ApiKeySettings
-
def
withOpenIdConnectSettings(): OpenIdConnectSettings
- Definition Classes
- SecurityScheme → WithSettings
- def withQueryParameter(name: String): Parameter
- def withQueryParameters(queryParameters: Seq[Parameter]): SecurityScheme.this.type
- def withQueryString(queryString: Shape): SecurityScheme.this.type
- def withResponse(name: String): Response
- def withResponses(responses: Seq[Response]): SecurityScheme.this.type
- def withSettings(settings: Settings): SecurityScheme.this.type
-
def
withSupportsRecursion(recursive: Boolean): SecurityScheme.this.type
- Definition Classes
- Linkable
-
def
withSynthesizeName(name: String): SecurityScheme.this.type
- Definition Classes
- NamedDomainElement
- 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