net.corda.node.services / User

User

data class User


Constructors

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

Properties

password val password: String
permissions val permissions: Set<String>
username val username: String

Functions

toString fun toString(): String