Uses of Class
net.messagevortex.asn1.IdentityStore
Packages that use IdentityStore
Package
Description
Contains classes required for decoding and encoding vortex messages and represent
VortexMessages states.
contains blender layer related classes.
-
Uses of IdentityStore in net.messagevortex
Methods in net.messagevortex that return IdentityStoreModifier and TypeMethodDescriptionstatic IdentityStoreMessageVortexRepository.getIdentityStore(String uid, String id) Get the identity store specified in the named configuration section.Methods in net.messagevortex with parameters of type IdentityStoreModifier and TypeMethodDescriptionstatic voidMessageVortexRepository.setIdentityStore(String uid, String id, IdentityStore is) Set the identity store specified in the named configuration section. -
Uses of IdentityStore in net.messagevortex.asn1
Methods in net.messagevortex.asn1 that return IdentityStoreModifier and TypeMethodDescriptionstatic IdentityStoreIdentityStore.getIdentityStoreDemo()Creates a new complete dummy identity store suitable for testing purposes.static IdentityStoreIdentityStore.getNewIdentityStoreDemo(boolean complete) Creates a new dummy identity store suitable for testing purposes. -
Uses of IdentityStore in net.messagevortex.blender
Constructors in net.messagevortex.blender with parameters of type IdentityStoreModifierConstructorDescriptionDummyBlender(String identity, BlendingReceiver router, IdentityStore identityStore) Creates a passthru blender which abstracts a local transport media.F5Blender(String identity, BlendingReceiver router, IdentityStore identityStore, BlenderGenerator blender) Creates a passthru blender which abstracts a local transport media.InitialRecipesBlender(String identity, BlendingReceiver router, IdentityStore identityStore, Accountant acc) Creates a passthru blender which abstracts a local transport media. -
Uses of IdentityStore in net.messagevortex.router
Fields in net.messagevortex.router declared as IdentityStoreMethods in net.messagevortex.router that return IdentityStoreModifier and TypeMethodDescriptionMessageFactory.setIdentityStore(IdentityStore is) Sets the identity store to be used for creation of the message.Methods in net.messagevortex.router with parameters of type IdentityStoreModifier and TypeMethodDescriptionstatic MessageFactorySimpleMessageFactory.buildMessage(String msg, int source, int target, IdentityStoreBlock[] anonGroupMembers, IdentityStore is) Build a message with the specified parameters.MessageFactory.setIdentityStore(IdentityStore is) Sets the identity store to be used for creation of the message.Constructors in net.messagevortex.router with parameters of type IdentityStoreModifierConstructorDescriptionSimpleMessageFactory(String msg, int source, int target, IdentityStoreBlock[] anonGroupMembers, IdentityStore is) A simple message factory creating a possibly redundant message path.