corda / net.corda.core.context

Package net.corda.core.context

Types

Actor

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

data class Actor

AuthServiceId

Authentication / Authorisation Service ID.

data class AuthServiceId

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.

data class InvocationContext

InvocationOrigin

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

sealed class InvocationOrigin

Trace

Contextual tracing information, including invocation and session id.

data class Trace