c
amf.plugins.domain.webapi.models.security
OpenIdConnectSettings
Companion object OpenIdConnectSettings
case class OpenIdConnectSettings(fields: Fields, annotations: Annotations) extends Settings with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- OpenIdConnectSettings
- Serializable
- Serializable
- Product
- Equals
- Settings
- DomainElement
- AmfObject
- AmfElement
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new OpenIdConnectSettings(fields: Fields, annotations: Annotations)
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
add(field: Field, value: AmfElement): OpenIdConnectSettings.this.type
- Definition Classes
- AmfObject
-
def
add(other: Annotations): OpenIdConnectSettings.this.type
- Definition Classes
- AmfElement
-
def
add(annotation: Annotation): OpenIdConnectSettings.this.type
- Definition Classes
- AmfElement
-
def
additionalProperties: DataNode
- Definition Classes
- Settings
-
def
adopted(parent: String, cycle: Seq[String]): OpenIdConnectSettings.this.type
- Definition Classes
- AmfObject
-
val
annotations: Annotations
- Definition Classes
- OpenIdConnectSettings → Settings → AmfElement
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
cloneSettings(parent: String): Settings
- Definition Classes
- Settings
-
def
componentId: String
Value , path + field value that is used to compose the id when the object its adopted
Value , path + field value that is used to compose the id when the object its adopted
- Definition Classes
- OpenIdConnectSettings → Settings → AmfObject
-
def
customDomainProperties: Seq[DomainExtension]
- Definition Classes
- DomainElement
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
extend: Seq[DomainElement]
- Definition Classes
- DomainElement
-
val
fields: Fields
- Definition Classes
- OpenIdConnectSettings → Settings → AmfObject
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
fromLocal(): Boolean
- Definition Classes
- AmfElement
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
lazy val
graph: Graph
- Definition Classes
- DomainElement
-
val
id: String
- Definition Classes
- AmfObject
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isTrackedBy(trackId: String): Boolean
- Definition Classes
- AmfElement
-
def
location(): Option[String]
- Definition Classes
- AmfElement
-
def
meta: Obj
- Definition Classes
- OpenIdConnectSettings → Settings → AmfObject
-
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()
-
def
position(): Option[LexicalInformation]
- Definition Classes
- AmfElement
- def scopes: Seq[Scope]
-
def
set(field: Field, value: AmfElement, annotations: Annotations): OpenIdConnectSettings.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: AmfElement): OpenIdConnectSettings.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, values: Seq[String]): OpenIdConnectSettings.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: Float): OpenIdConnectSettings.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: Double): OpenIdConnectSettings.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: Int): OpenIdConnectSettings.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: Boolean): OpenIdConnectSettings.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: String): OpenIdConnectSettings.this.type
- Definition Classes
- AmfObject
-
def
setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): OpenIdConnectSettings.this.type
- Definition Classes
- AmfObject
-
def
setArray(field: Field, values: Seq[AmfElement]): OpenIdConnectSettings.this.type
- Definition Classes
- AmfObject
-
def
setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): OpenIdConnectSettings.this.type
- Definition Classes
- AmfObject
-
def
setArrayWithoutId(field: Field, values: Seq[AmfElement]): OpenIdConnectSettings.this.type
- Definition Classes
- AmfObject
-
final
def
simpleAdoption(parent: String): OpenIdConnectSettings.this.type
- Definition Classes
- AmfObject
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def url: 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
withAdditionalProperties(additionalProperties: DataNode): OpenIdConnectSettings.this.type
- Definition Classes
- Settings
-
def
withCustomDomainProperties(extensions: Seq[DomainExtension]): OpenIdConnectSettings.this.type
- Definition Classes
- DomainElement
-
def
withCustomDomainProperty(extensions: DomainExtension): OpenIdConnectSettings.this.type
- Definition Classes
- DomainElement
-
def
withExtends(extend: Seq[DomainElement]): OpenIdConnectSettings.this.type
- Definition Classes
- DomainElement
-
def
withId(value: String): OpenIdConnectSettings.this.type
- Definition Classes
- AmfObject
- def withUrl(url: String): OpenIdConnectSettings.this.type