RpcDispatcherAuth

class RpcDispatcherAuth(val base: RpcDispatcher, rpcAuthIssuer: RpcAuthIssuer) : RpcDispatcher

RpcDispatcher implementation that dispatches RPC call to a base dispatcher after adding RPC method authorization to it.

Constructors

Link copied to clipboard
constructor(base: RpcDispatcher, rpcAuthIssuer: RpcAuthIssuer)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
open override val exceptionMap: RpcExceptionMap

Functions

Link copied to clipboard
open suspend override fun dispatch(target: String, method: String, args: DataItem): List<DataItem>