Packages

case class PolicyBinding(internal: JsonLDObject, inlined: Boolean) extends DynamicObject with HasTargetRef with HasAnnotations with HasName with Product with Serializable

PolicyBinding, either inlined or standalone resource. TODO: implement getters and setters for standalone mode

inlined

indicates if this is an inlined PolicyBindings. InlinedBindings do not have a 'SPEC' object, they are directly the 'SPEC' object

Linear Supertypes
Serializable, Serializable, Product, Equals, HasName, HasAnnotations, HasTargetRef, HasSpec, HasMetadata, DynamicObject, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PolicyBinding
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. HasName
  7. HasAnnotations
  8. HasTargetRef
  9. HasSpec
  10. HasMetadata
  11. DynamicObject
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PolicyBinding(internal: JsonLDObject, inlined: Boolean)

    inlined

    indicates if this is an inlined PolicyBindings. InlinedBindings do not have a 'SPEC' object, they are directly the 'SPEC' object

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addAnnotation(annotation: String, value: Boolean): PolicyBinding.this.type
    Definition Classes
    HasAnnotations
  5. def addAnnotation(annotation: String, value: Double): PolicyBinding.this.type
    Definition Classes
    HasAnnotations
  6. def addAnnotation(annotation: String, value: Float): PolicyBinding.this.type
    Definition Classes
    HasAnnotations
  7. def addAnnotation(annotation: String, value: Int): PolicyBinding.this.type
    Definition Classes
    HasAnnotations
  8. def addAnnotation(annotation: String, value: String): PolicyBinding.this.type
    Definition Classes
    HasAnnotations
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def getAnnotation[T](annotation: String)(implicit ct: ClassTag[T]): T
    Definition Classes
    HasAnnotations
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  14. def getObjectConfig(name: String): DynamicObject
  15. def getScalarConfig[T](name: String)(implicit ct: ClassTag[T]): T
  16. def getTargetRefName: Option[String]
    Definition Classes
    HasTargetRef
  17. def hasName(obj: DynamicObject): Boolean
    Attributes
    protected
    Definition Classes
    HasTargetRef
  18. def hasTarget: Boolean
    Definition Classes
    HasTargetRef
  19. val inlined: Boolean
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def metadata: DynamicObject
    Definition Classes
    HasMetadata
  22. def metadataIfPresent: Option[DynamicObject]
    Definition Classes
    HasMetadata
  23. def name: String
    Definition Classes
    HasName
  24. def namespace: String
    Definition Classes
    HasName
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  28. def order: Int
  29. def policyRef: PolicyRef
  30. def removeService(): PolicyBinding
  31. def rules: Seq[PolicyBindingRule]
  32. def service: Service
  33. def serviceIfPresent: Option[Service]
  34. def spec: DynamicObject
    Definition Classes
    HasSpec
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. def targetRef: NamedRefWithKind
    Definition Classes
    HasTargetRef
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. def withConfig(name: String, value: DynamicObject): PolicyBinding.this.type
  41. def withConfig(name: String, value: Double): PolicyBinding.this.type
  42. def withConfig(name: String, value: Float): PolicyBinding.this.type
  43. def withConfig(name: String, value: Boolean): PolicyBinding.this.type
  44. def withConfig(name: String, value: Int): PolicyBinding.this.type
  45. def withConfig(name: String, value: String): PolicyBinding.this.type
  46. def withName(name: String): PolicyBinding.this.type
    Definition Classes
    HasName
  47. def withNamespace(namespace: String): PolicyBinding.this.type
    Definition Classes
    HasName
  48. def withOrder(order: Int): PolicyBinding.this.type
  49. def withPolicyRef(name: String, namespace: Option[String] = None): PolicyBinding.this.type
  50. def withRule(path: String, method: String, host: String): PolicyBindingRule
  51. def withService(service: Service): PolicyBinding.this.type
  52. def withService(name: String, address: String): Service
  53. def withTargetRef(name: String, kind: String): PolicyBinding.this.type
    Definition Classes
    HasTargetRef
  54. def withTargetRef(name: String): PolicyBinding.this.type
    Definition Classes
    HasTargetRef

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from HasName

Inherited from HasAnnotations

Inherited from HasTargetRef

Inherited from HasSpec

Inherited from HasMetadata

Inherited from DynamicObject

Inherited from AnyRef

Inherited from Any

Ungrouped