Package com.morpheusdata.core.providers
Interface CypherModuleProvider
- All Superinterfaces:
- PluginProvider
- All Known Subinterfaces:
- CypherModuleProvider
Provides a means to register a Cypher Secret Backend and CypherModule for registry on storing secrets or auto generating
 secret values that can be encrypted. For more information, see the documentation for cypher-core here
- 
Nested Class SummaryNested classes/interfaces inherited from interface com.morpheusdata.core.providers.PluginProviderPluginProvider.EventSubscriberFacet<E extends Event>
- 
Method SummaryModifier and TypeMethodDescriptioncom.morpheusdata.cypher.CypherModuleAn implementation of a CypherModule for reading and writing data patternsThe mount prefix point for which this module should be registered to cypher's backend.Methods inherited from interface com.morpheusdata.core.providers.PluginProvidergetCode, getMorpheus, getName, getPlugin, isPlugin
- 
Method Details- 
getCypherModulecom.morpheusdata.cypher.CypherModule getCypherModule()An implementation of a CypherModule for reading and writing data patterns- Returns:
- a cypher module
 
- 
getCypherMountPointString getCypherMountPoint()The mount prefix point for which this module should be registered to cypher's backend.- Returns:
- a String path prefix
 
 
-