Packages

class TopologyManagerWriteServiceStub extends AbstractStub[TopologyManagerWriteServiceStub] with TopologyManagerWriteService

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

Instance Constructors

  1. new TopologyManagerWriteServiceStub(channel: Channel, options: CallOptions = _root_.io.grpc.CallOptions.DEFAULT)

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

    * Authorizes a change of parameters for the domain

    * Authorizes a change of parameters for the domain

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

    * Authorizes a mediator domain state

    * Authorizes a mediator domain state

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

    * Authorizes a participant domain state

    * Authorizes a participant domain state

    Definition Classes
    TopologyManagerWriteServiceStubTopologyManagerWriteService
  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
    TopologyManagerWriteServiceStubTopologyManagerWriteService
  13. def authorizeSignedLegalIdentityClaim(request: SignedLegalIdentityClaimAuthorization): Future[AuthorizationSuccess]

    * Authorizes a new signed legal identity

    * Authorizes a new signed legal identity

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

    * Authorizes a new package vetting transaction

    * Authorizes a new package vetting transaction

    Definition Classes
    TopologyManagerWriteServiceStubTopologyManagerWriteService
  15. def build(channel: Channel, options: CallOptions): TopologyManagerWriteServiceStub
    Definition Classes
    TopologyManagerWriteServiceStub → AbstractStub
  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  19. def generateSignedLegalIdentityClaim(request: SignedLegalIdentityClaimGeneration): Future[SignedLegalIdentityClaim]

    * Generates a legal identity claim

    * Generates a legal identity claim

    Definition Classes
    TopologyManagerWriteServiceStubTopologyManagerWriteService
  20. final def getCallOptions(): CallOptions
    Definition Classes
    AbstractStub
  21. final def getChannel(): Channel
    Definition Classes
    AbstractStub
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. def serviceCompanion: TopologyManagerWriteService
    Definition Classes
    TopologyManagerWriteService → AbstractService
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def withCallCredentials(arg0: CallCredentials): TopologyManagerWriteServiceStub
    Definition Classes
    AbstractStub
  35. final def withCompression(arg0: String): TopologyManagerWriteServiceStub
    Definition Classes
    AbstractStub
  36. final def withDeadline(arg0: Deadline): TopologyManagerWriteServiceStub
    Definition Classes
    AbstractStub
  37. final def withDeadlineAfter(arg0: Long, arg1: TimeUnit): TopologyManagerWriteServiceStub
    Definition Classes
    AbstractStub
  38. final def withExecutor(arg0: Executor): TopologyManagerWriteServiceStub
    Definition Classes
    AbstractStub
  39. final def withInterceptors(arg0: <repeated...>[ClientInterceptor]): TopologyManagerWriteServiceStub
    Definition Classes
    AbstractStub
    Annotations
    @transient()
  40. final def withMaxInboundMessageSize(arg0: Int): TopologyManagerWriteServiceStub
    Definition Classes
    AbstractStub
  41. final def withMaxOutboundMessageSize(arg0: Int): TopologyManagerWriteServiceStub
    Definition Classes
    AbstractStub
  42. final def withOption[T <: AnyRef](arg0: Key[T], arg1: T): TopologyManagerWriteServiceStub
    Definition Classes
    AbstractStub
  43. final def withWaitForReady(): TopologyManagerWriteServiceStub
    Definition Classes
    AbstractStub

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated
  2. final def withChannel(arg0: Channel): TopologyManagerWriteServiceStub
    Definition Classes
    AbstractStub
    Annotations
    @Deprecated
    Deprecated

Inherited from AbstractService

Inherited from AnyRef

Inherited from Any

Ungrouped