c

com.digitalasset.canton.topology.admin.grpc

GrpcTopologyManagerWriteService

final class GrpcTopologyManagerWriteService[T <: CantonError] extends TopologyManagerWriteService with NamedLogging

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GrpcTopologyManagerWriteService
  2. NamedLogging
  3. TopologyManagerWriteService
  4. AbstractService
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new GrpcTopologyManagerWriteService(manager: TopologyManager[T], cryptoPublicStore: CryptoPublicStore, protocolVersion: ProtocolVersion, loggerFactory: NamedLoggerFactory)(implicit ec: ExecutionContext)

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 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
    GrpcTopologyManagerWriteServiceTopologyManagerWriteService
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def authorizeDomainParametersChange(request: DomainParametersChangeAuthorization): Future[AuthorizationSuccess]

    Authorizes a new domain parameters change transaction

    Authorizes a new domain parameters change transaction

    Definition Classes
    GrpcTopologyManagerWriteServiceTopologyManagerWriteService
  7. 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
    GrpcTopologyManagerWriteServiceTopologyManagerWriteService
  8. def authorizeMediatorDomainState(request: MediatorDomainStateAuthorization): Future[AuthorizationSuccess]

    * Authorizes a mediator domain state

    * Authorizes a mediator domain state

    Definition Classes
    GrpcTopologyManagerWriteServiceTopologyManagerWriteService
  9. 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
    GrpcTopologyManagerWriteServiceTopologyManagerWriteService
  10. 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
    GrpcTopologyManagerWriteServiceTopologyManagerWriteService
  11. def authorizeParticipantDomainState(request: ParticipantDomainStateAuthorization): Future[AuthorizationSuccess]

    * Authorizes a participant domain state

    * Authorizes a participant domain state

    Definition Classes
    GrpcTopologyManagerWriteServiceTopologyManagerWriteService
  12. 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
    GrpcTopologyManagerWriteServiceTopologyManagerWriteService
  13. def authorizeVettedPackages(request: VettedPackagesAuthorization): Future[AuthorizationSuccess]

    Authorizes a new package vetting transaction

    Authorizes a new package vetting transaction

    Definition Classes
    GrpcTopologyManagerWriteServiceTopologyManagerWriteService
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  15. implicit val ec: ExecutionContext
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. implicit def errorLoggingContext(implicit traceContext: TraceContext): ErrorLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def logger: TracedLogger
    Attributes
    protected
    Definition Classes
    NamedLogging
  23. val loggerFactory: NamedLoggerFactory
  24. implicit def namedLoggingContext(implicit traceContext: TraceContext): NamedLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def noTracingLogger: Logger
    Attributes
    protected
    Definition Classes
    NamedLogging
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. def serviceCompanion: ServiceCompanion[TopologyManagerWriteService]
    Definition Classes
    TopologyManagerWriteService → AbstractService
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

Inherited from NamedLogging

Inherited from AbstractService

Inherited from AnyRef

Inherited from Any

Ungrouped