corda / net.corda.core.node.services / IdentityService / getAllIdentities

getAllIdentities

abstract fun getAllIdentities(): Iterable<Party>

Get all identities known to the service. This is expensive, and partyFromKey or partyFromName should be used in preference where possible.