com.digitalasset.canton.topology.admin.v0
PartyToParticipantAuthorization
Companion object PartyToParticipantAuthorization
final case class PartyToParticipantAuthorization(authorization: Option[AuthorizationData], side: RequestSide, party: String, participant: String, permission: ParticipantPermission) extends GeneratedMessage with Updatable[PartyToParticipantAuthorization] with Product with Serializable
- side
- * The request side of this transaction A party to participant mapping can map a party from one namespace on a participant from another namespace. Such a mapping needs to be authorized by both namespace keys. If the namespace is the same, we use RequestSide.Both and collapse into a single transaction. Otherwise, - Fromneeds to be signed by a namespace key of the party and- Toneeds to be signed by a namespace key of the participant.
- party
- The unique identifier of the party 
- participant
- The unique identifier of the participant 
- permission
- The permission of the participant that will allow him to act on behalf of the party. 
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- PartyToParticipantAuthorization
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
-    new PartyToParticipantAuthorization(authorization: Option[AuthorizationData], side: RequestSide, party: String, participant: String, permission: ParticipantPermission)- side
- * The request side of this transaction A party to participant mapping can map a party from one namespace on a participant from another namespace. Such a mapping needs to be authorized by both namespace keys. If the namespace is the same, we use RequestSide.Both and collapse into a single transaction. Otherwise, - Fromneeds to be signed by a namespace key of the party and- Toneeds to be signed by a namespace key of the participant.
- party
- The unique identifier of the party 
- participant
- The unique identifier of the participant 
- permission
- The permission of the participant that will allow him to act on behalf of the party. 
 
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
 
-   final  def asInstanceOf[T0]: T0- Definition Classes
- Any
 
-  val authorization: Option[AuthorizationData]
-  def clearAuthorization: PartyToParticipantAuthorization
-    def clone(): AnyRef- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
 
-    def companion: PartyToParticipantAuthorization.type- Definition Classes
- PartyToParticipantAuthorization → GeneratedMessage
 
-   final  def eq(arg0: AnyRef): Boolean- Definition Classes
- AnyRef
 
-  def getAuthorization: AuthorizationData
-   final  def getClass(): Class[_ <: AnyRef]- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
 
-    def getField(__field: FieldDescriptor): PValue- Definition Classes
- PartyToParticipantAuthorization → GeneratedMessage
 
-    def getFieldByNumber(__fieldNumber: Int): Any- Definition Classes
- PartyToParticipantAuthorization → 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() @IntrinsicCandidate()
 
-   final  def notifyAll(): Unit- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
 
-  val participant: String
-  val party: String
-  val permission: ParticipantPermission
-    def productElementNames: Iterator[String]- Definition Classes
- Product
 
-    def serializedSize: Int- Definition Classes
- PartyToParticipantAuthorization → GeneratedMessage
 
-  val side: RequestSide
-   final  def synchronized[T0](arg0: => T0): T0- Definition Classes
- AnyRef
 
-   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
- PartyToParticipantAuthorization → GeneratedMessage
 
-    def update(ms: (Lens[PartyToParticipantAuthorization, PartyToParticipantAuthorization]) => Mutation[PartyToParticipantAuthorization]*): PartyToParticipantAuthorization- 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 withAuthorization(__v: AuthorizationData): PartyToParticipantAuthorization
-  def withParticipant(__v: String): PartyToParticipantAuthorization
-  def withParty(__v: String): PartyToParticipantAuthorization
-  def withPermission(__v: ParticipantPermission): PartyToParticipantAuthorization
-  def withSide(__v: RequestSide): PartyToParticipantAuthorization
-   final  def writeDelimitedTo(output: OutputStream): Unit- Definition Classes
- GeneratedMessage
 
-    def writeTo(_output__: CodedOutputStream): Unit- Definition Classes
- PartyToParticipantAuthorization → GeneratedMessage
 
-   final  def writeTo(output: OutputStream): Unit- Definition Classes
- GeneratedMessage