class GrpcTopologyManagerWriteService[T <: CantonError] extends TopologyManagerWriteService with NamedLogging
- Alphabetic
- By Inheritance
- GrpcTopologyManagerWriteService
- NamedLogging
- TopologyManagerWriteService
- AbstractService
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new GrpcTopologyManagerWriteService(manager: TopologyManager[T], store: TopologyStore, cryptoPublicStore: CryptoPublicStore, loggerFactory: NamedLoggerFactory)(implicit ec: ExecutionContext)
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 addSignedTopologyTransaction(request: SignedTopologyTransactionAddition): Future[AdditionSuccess]
Adds a signed topology transaction to the Authorized store
Adds a signed topology transaction to the Authorized store
- Definition Classes
- GrpcTopologyManagerWriteService → TopologyManagerWriteService
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def authorizeDomainParametersChange(request: DomainParametersChangeAuthorization): Future[AuthorizationSuccess]
Authorizes a new domain parameters change transaction
Authorizes a new domain parameters change transaction
- Definition Classes
- GrpcTopologyManagerWriteService → TopologyManagerWriteService
- def authorizeIdentifierDelegation(request: IdentifierDelegationAuthorization): Future[AuthorizationSuccess]
* Authorizes a new identifier delegation (identifier certificate) (add/remove) on the local topology manager
* Authorizes a new identifier delegation (identifier certificate) (add/remove) on the local topology manager
- Definition Classes
- GrpcTopologyManagerWriteService → TopologyManagerWriteService
- def authorizeMediatorDomainState(request: MediatorDomainStateAuthorization): Future[AuthorizationSuccess]
* Authorizes a mediator domain state
* Authorizes a mediator domain state
- Definition Classes
- GrpcTopologyManagerWriteService → TopologyManagerWriteService
- def authorizeNamespaceDelegation(request: NamespaceDelegationAuthorization): Future[AuthorizationSuccess]
* Authorizes a namespace delegation (root or intermediate CA) (add/remove) on the local topology manager
* Authorizes a namespace delegation (root or intermediate CA) (add/remove) on the local topology manager
- Definition Classes
- GrpcTopologyManagerWriteService → TopologyManagerWriteService
- def authorizeOwnerToKeyMapping(request: OwnerToKeyMappingAuthorization): Future[AuthorizationSuccess]
* Authorizes an owner to key mapping change (add/remove) on the local topology manager
* Authorizes an owner to key mapping change (add/remove) on the local topology manager
- Definition Classes
- GrpcTopologyManagerWriteService → TopologyManagerWriteService
- def authorizeParticipantDomainState(request: ParticipantDomainStateAuthorization): Future[AuthorizationSuccess]
* Authorizes a participant domain state
* Authorizes a participant domain state
- Definition Classes
- GrpcTopologyManagerWriteService → TopologyManagerWriteService
- def authorizePartyToParticipant(request: PartyToParticipantAuthorization): Future[AuthorizationSuccess]
* Authorizes a party to participant mapping change (add/remove) on the node local topology manager.
* Authorizes a party to participant mapping change (add/remove) on the node local topology manager.
- Definition Classes
- GrpcTopologyManagerWriteService → TopologyManagerWriteService
- def authorizeSignedLegalIdentityClaim(request: SignedLegalIdentityClaimAuthorization): Future[AuthorizationSuccess]
Authorizes a new signed legal identity
Authorizes a new signed legal identity
- Definition Classes
- GrpcTopologyManagerWriteService → TopologyManagerWriteService
- def authorizeVettedPackages(request: VettedPackagesAuthorization): Future[AuthorizationSuccess]
Authorizes a new package vetting transaction
Authorizes a new package vetting transaction
- Definition Classes
- GrpcTopologyManagerWriteService → TopologyManagerWriteService
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- implicit val ec: ExecutionContext
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def generateSignedLegalIdentityClaim(request: SignedLegalIdentityClaimGeneration): Future[SignedLegalIdentityClaim]
Generates a legal identity claim
Generates a legal identity claim
- Definition Classes
- GrpcTopologyManagerWriteService → TopologyManagerWriteService
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def logger: TracedLogger
- Attributes
- protected
- Definition Classes
- NamedLogging
- val loggerFactory: NamedLoggerFactory
- Definition Classes
- GrpcTopologyManagerWriteService → NamedLogging
- implicit def loggingContext(implicit traceContext: TraceContext): ErrorLoggingContext
- Attributes
- protected
- Definition Classes
- NamedLogging
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def noTracingLogger: Logger
- Attributes
- protected
- Definition Classes
- NamedLogging
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def serviceCompanion: TopologyManagerWriteService
- Definition Classes
- TopologyManagerWriteService → AbstractService
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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])