Packages

c

com.digitalasset.canton.topology.admin.grpc

GrpcTopologyManagerWriteService

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], store: TopologyStore[AuthorizedStore], 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 authorizeSignedLegalIdentityClaim(request: SignedLegalIdentityClaimAuthorization): Future[AuthorizationSuccess]

    Authorizes a new signed legal identity

    Authorizes a new signed legal identity

    Definition Classes
    GrpcTopologyManagerWriteServiceTopologyManagerWriteService
  14. def authorizeVettedPackages(request: VettedPackagesAuthorization): Future[AuthorizationSuccess]

    Authorizes a new package vetting transaction

    Authorizes a new package vetting transaction

    Definition Classes
    GrpcTopologyManagerWriteServiceTopologyManagerWriteService
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  16. implicit val ec: ExecutionContext
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  19. implicit def errorLoggingContext(implicit traceContext: TraceContext): ErrorLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  20. def generateSignedLegalIdentityClaim(request: SignedLegalIdentityClaimGeneration): Future[SignedLegalIdentityClaim]

    Generates a legal identity claim

    Generates a legal identity claim

    Definition Classes
    GrpcTopologyManagerWriteServiceTopologyManagerWriteService
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def logger: TracedLogger
    Attributes
    protected
    Definition Classes
    NamedLogging
  25. val loggerFactory: NamedLoggerFactory
  26. implicit def namedLoggingContext(implicit traceContext: TraceContext): NamedLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. def noTracingLogger: Logger
    Attributes
    protected
    Definition Classes
    NamedLogging
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. def serviceCompanion: ServiceCompanion[_]
    Definition Classes
    TopologyManagerWriteService → AbstractService
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  36. 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

Inherited from NamedLogging

Inherited from AbstractService

Inherited from AnyRef

Inherited from Any

Ungrouped