corda / net.corda.testing.node / User

User

data class User

Object encapsulating a node rpc user and their associated permissions for use when testing using the driver

Constructors

<init>

Object encapsulating a node rpc user and their associated permissions for use when testing using the driver

User(username: String, password: String, permissions: Set<String>)

Properties

password

The rpc user's password

val password: String

permissions

A List of String detailing the User's permissions

val permissions: Set<String>

username

The rpc user's username

val username: String