com.digitalasset.canton.protocol.v2
DomainTrustCertificateX
Companion object DomainTrustCertificateX
final case class DomainTrustCertificateX(participant: String, domain: String, transferOnlyToGivenTargetDomains: Boolean, targetDomains: Seq[String]) extends GeneratedMessage with Updatable[DomainTrustCertificateX] with Product with Serializable
the trust certificate issued by the participant confirming that the participant wishes to be present on the given domain authorization: whoever controls the participant uid UNIQUE(participant,domain)
- participant
the uid of the participant
- domain
the uid of the domain that the participant trusts
- transferOnlyToGivenTargetDomains
if true, the participant restricts the domains to which it accepts transfer outs TODO(#1252) implement transfer permissions
- targetDomains
the uids of the target domains that this participants supports for transfer if transfer is restricted.
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- DomainTrustCertificateX
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new DomainTrustCertificateX(participant: String, domain: String, transferOnlyToGivenTargetDomains: Boolean, targetDomains: Seq[String])
- participant
the uid of the participant
- domain
the uid of the domain that the participant trusts
- transferOnlyToGivenTargetDomains
if true, the participant restricts the domains to which it accepts transfer outs TODO(#1252) implement transfer permissions
- targetDomains
the uids of the target domains that this participants supports for transfer if transfer is restricted.
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 addAllTargetDomains(__vs: Iterable[String]): DomainTrustCertificateX
- def addTargetDomains(__vs: String*): DomainTrustCertificateX
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearTargetDomains: DomainTrustCertificateX
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def companion: DomainTrustCertificateX.type
- Definition Classes
- DomainTrustCertificateX → GeneratedMessage
- val domain: String
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- DomainTrustCertificateX → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- DomainTrustCertificateX → GeneratedMessage
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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 participant: String
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- DomainTrustCertificateX → GeneratedMessage
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val targetDomains: Seq[String]
- final def toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
- final def toByteString: ByteString
- Definition Classes
- GeneratedMessage
- final def toPMessage: PMessage
- Definition Classes
- GeneratedMessage
- def toProtoString: String
- Definition Classes
- DomainTrustCertificateX → GeneratedMessage
- val transferOnlyToGivenTargetDomains: Boolean
- def update(ms: (Lens[DomainTrustCertificateX, DomainTrustCertificateX]) => Mutation[DomainTrustCertificateX]*): DomainTrustCertificateX
- Definition Classes
- Updatable
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withDomain(__v: String): DomainTrustCertificateX
- def withParticipant(__v: String): DomainTrustCertificateX
- def withTargetDomains(__v: Seq[String]): DomainTrustCertificateX
- def withTransferOnlyToGivenTargetDomains(__v: Boolean): DomainTrustCertificateX
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- DomainTrustCertificateX → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage