com.digitalasset.canton.admin.api.client.commands.TopologyAdminCommands.Write
AuthorizeParticipantDomainState
case class AuthorizeParticipantDomainState(ops: TopologyChangeOp, signedBy: Option[Fingerprint], side: RequestSide, domain: DomainId, participant: ParticipantId, permission: ParticipantPermission, trustLevel: TrustLevel, replaceExisting: Boolean) extends BaseCommand[ParticipantDomainStateAuthorization] with Product with Serializable
- Alphabetic
- By Inheritance
- AuthorizeParticipantDomainState
- Serializable
- Product
- Equals
- BaseCommand
- BaseWriteCommand
- GrpcAdminCommand
- AdminCommand
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new AuthorizeParticipantDomainState(ops: TopologyChangeOp, signedBy: Option[Fingerprint], side: RequestSide, domain: DomainId, participant: ParticipantId, permission: ParticipantPermission, trustLevel: TrustLevel, replaceExisting: Boolean)
Type Members
- type Svc = TopologyManagerWriteServiceStub
- Definition Classes
- BaseWriteCommand → GrpcAdminCommand
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
- def authData(ops: TopologyChangeOp, signedBy: Option[Fingerprint], replaceExisting: Boolean, force: Boolean): Some[AuthorizationData]
- Attributes
- protected
- Definition Classes
- BaseCommand
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def createRequest(): Either[String, ParticipantDomainStateAuthorization]
Create the request from configured options
Create the request from configured options
- Definition Classes
- AuthorizeParticipantDomainState → AdminCommand
- def createService(channel: ManagedChannel): TopologyManagerWriteServiceStub
Create the GRPC service to call
Create the GRPC service to call
- Definition Classes
- BaseWriteCommand → GrpcAdminCommand
- val domain: DomainId
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def fullName: String
Command's full name used to identify command in logging and span reporting
Command's full name used to identify command in logging and span reporting
- Definition Classes
- AdminCommand
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def handleResponse(response: AuthorizationSuccess): Either[String, ByteString]
Handle the response the service has provided
Handle the response the service has provided
- Definition Classes
- BaseCommand → AdminCommand
- 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 ops: TopologyChangeOp
- val participant: ParticipantId
- val permission: ParticipantPermission
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val replaceExisting: Boolean
- val side: RequestSide
- val signedBy: Option[Fingerprint]
- def submitRequest(service: TopologyManagerWriteServiceStub, request: ParticipantDomainStateAuthorization): Future[AuthorizationSuccess]
Submit the created request to our service
Submit the created request to our service
- Definition Classes
- AuthorizeParticipantDomainState → GrpcAdminCommand
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def timeoutType: TimeoutType
Determines within which time frame the request should complete
Determines within which time frame the request should complete
Some requests can run for a very long time. In this case, they should be "unbounded". For other requests, you will want to set a custom timeout apart from the global default bounded timeout
- Definition Classes
- AdminCommand
- val trustLevel: TrustLevel
- 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])