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>

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

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

Properties

password

val password: String

The rpc user's password

permissions

val permissions: Set<String>

A List of String detailing the User's permissions

username

val username: String

The rpc user's username