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

getAllIdentities

abstract fun getAllIdentities(): Iterable<PartyAndCertificate>

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