class InMemoryIdentityService : SingletonSerializeAsToken, IdentityService
Simple identity service which caches parties and provides functionality for efficient lookup.
<init> |
InMemoryIdentityService() Simple identity service which caches parties and provides functionality for efficient lookup. |
partyFromKey |
fun partyFromKey(key: PublicKey): Party? |
partyFromName |
fun partyFromName(name: String): Party? |
registerIdentity |
fun registerIdentity(party: Party): Unit |
toToken |
open fun toToken(context: SerializeAsTokenContext): SerializationToken |