corda / net.corda.core.context

Package net.corda.core.context

Types

Actor

data class Actor

Models an initiator in Corda, can be a user, a service, etc.

AuthServiceId

data class AuthServiceId

Authentication / Authorisation Service ID.

InvocationContext

data class InvocationContext

Models the information needed to trace an invocation in Corda. Includes initiating actor, origin, trace information, and optional external trace information to correlate clients' IDs.

InvocationOrigin

sealed class InvocationOrigin

Represents the source of an action such as a flow start, an RPC, a shell command etc.

Trace

data class Trace

Contextual tracing information, including invocation and session id.